zig/lib/std/hash
Andrew Kelley bf3ac66150
remove type coercion from array values to references
* Implements #3768. This is a sweeping breaking change that requires
   many (trivial) edits to Zig source code. Array values no longer
   coerced to slices; however one may use `&` to obtain a reference to
   an array value, which may then be coerced to a slice.

 * Adds `IrInstruction::dump`, for debugging purposes. It's useful to
   call to inspect the instruction when debugging Zig IR.

 * Fixes bugs with result location semantics. See the new behavior test
   cases, and compile error test cases.

 * Fixes bugs with `@typeInfo` not properly resolving const values.

 * Behavior tests are passing but std lib tests are not yet. There
   is more work to do before merging this branch.
2019-11-27 03:37:50 -05:00
..
adler.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
auto_hash.zig rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
benchmark.zig Replace code occurences of --override-std-dir with --override-lib-dir 2019-10-01 07:29:24 -04:00
cityhash.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
crc.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
fnv.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
murmur.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
siphash.zig string literals are now null terminated 2019-11-21 20:43:41 -05:00
wyhash.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00