- Jul 31, 2015
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jul 30, 2015
-
-
Andrew Waterman authored
-
Andrew Waterman authored
The concrete return type was the type of the LHS, which is wrong for most mixed-signedness code. We can get it right using double-dispatch, but let's wait until we know we need to do so. I left the comparison operators because their return type is always Bool.
-
Andrew Waterman authored
-
Andrew Waterman authored
We must compensate for Class.getMethod's nondeterministic ordering.
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jul 29, 2015
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
For Vec and Bundle, toBits and fromBits got the flattening order wrong and so weren't inverses of each other.
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
This avoids some cases where cloneType would need to be defined.
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jul 28, 2015
-
-
Andrew Waterman authored
-
Andrew Waterman authored
This obviates any latent fuckery with := or <>.
-
Andrew Waterman authored
This is a public API, so we mustn't change it without good reason.
-
Andrew Waterman authored
-
- Jul 25, 2015
-
-
Andrew Waterman authored
We now call collectElts when the module stack is popped, rather than having to do it all over the place.
-
Andrew Waterman authored
-
Jim Lawson authored
Packagedir
-