| Age | Commit message (Collapse) | Author | Lines |
|
Closes #3302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This exposed an ICE in a test; it's commented out for now.
|
|
|
|
This optimizes away a copy.
|
|
Closes #3245
|
|
|
|
compilation of hello world.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API is (for now) mostly by value, there are options to use it by
reference if you like. Hash and equality functions must be pure
and by reference (forward looking to the day when something
like send_map becomes the standard map).
|
|
|
|
|
|
|
|
|
|
The get_type() method can hint to users what kind of item might be
under the hood.
|
|
|
|
|
|
This closes #2901.
|
|
|
|
#2907.
|
|
|
|
But, one change in io to implement a TODO suggestion (using a
const u8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
|
|
|
|
|