zig/lib/std/crypto
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
..
aes.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
benchmark.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
blake2.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
chacha20.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
gimli.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
hmac.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
md5.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
poly1305.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sha1.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sha2.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
sha3.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
test.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
x25519.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00