Files
zig/src
Andrew Kelley fc100d7b3b lots of miscellaneous things all in one big commit
* add `@compileLog(...)` builtin function
   - Helps debug code running at compile time
   - See #240
 * fix crash when there is an error on the start value of a slice
 * add implicit cast from int and float types to int and float
   literals if the value is known at compile time
 * make array concatenation work with slices in addition to
   arrays and c string literals
 * fix compile error message for something not having field access
 * fix crash when `@setDebugSafety()` was called from a
   function being evaluated at compile-time
 * fix compile-time evaluation of overflow math builtins.
 * avoid debug safety panic handler in builtin.o and compiler_rt.o
   since we use no debug safety in these modules anyway
 * add compiler_rt functions for division on ARM
   - Closes #254
 * move default panic handler to std.debug so users can
   call it manually
 * std.io.printf supports a width in the format specifier
2017-02-09 03:09:25 -05:00
..
2017-01-10 15:39:52 -05:00
2017-01-05 00:59:37 -05:00
2017-01-05 00:59:37 -05:00
2016-12-04 21:06:13 -05:00
2016-09-19 11:54:01 -04:00
2017-02-03 12:34:20 -05:00
2016-12-04 21:06:13 -05:00
2016-12-04 21:06:13 -05:00
2016-09-19 11:54:01 -04:00
2016-12-04 21:06:13 -05:00
2016-12-01 21:08:12 -05:00
2016-02-11 01:33:27 -07:00
2016-11-24 02:44:03 -05:00
2017-02-03 12:34:20 -05:00
2016-09-22 10:48:42 -04:00
2016-05-07 19:58:02 -07:00
2017-02-05 18:23:54 -05:00
2016-09-19 11:54:01 -04:00
2017-02-03 11:39:24 -05:00
2017-02-03 11:39:24 -05:00
2016-09-19 11:54:01 -04:00
2017-02-06 13:50:19 -05:00
2017-02-06 13:50:19 -05:00