Files
zig/src
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
..
2019-11-25 15:04:29 -05:00
2019-04-04 22:07:15 -04:00
2019-04-04 22:07:15 -04:00
2018-09-05 23:23:11 -04:00
2019-09-22 15:58:57 -04:00
2019-05-09 20:11:56 -04:00
2019-05-29 14:39:13 -04:00
2019-11-25 17:18:56 -05:00
2016-09-19 11:54:01 -04:00
2019-10-23 19:09:49 -04:00
2019-10-17 11:55:43 -04:00
2019-11-25 15:04:29 -05:00
2019-10-30 21:21:58 -04:00
2019-10-30 21:21:58 -04:00
2019-09-19 11:41:18 -04:00
2019-10-25 13:03:12 -04:00
2019-03-23 13:46:50 -04:00
2019-10-23 19:09:49 -04:00
2018-10-27 11:35:01 -04:00
2019-09-22 11:21:22 -04:00
2019-10-12 10:56:16 +02:00