zig/test
Andrew Kelley 07a71fc322 improved behavior on debug safety crash
* instead of emitting a breakpoint for a debug safety crash,
   zig calls a panic function which prints an error message
   and a stack trace and then calls abort.
 * on freestanding OS, this panic function has a default
   implementation of a simple infinite loop.
 * users can override the panic implementation by providing
   `pub fn panic(message: []const u8) -> unreachable { }`
 * workaround for LLVM segfaulting when you try to use cold
   calling convention on ARM.

closes #245
2017-02-06 03:10:32 -05:00
..
cases try expression can omit variable assignments 2017-02-05 18:58:58 -05:00
run_tests.cpp improved behavior on debug safety crash 2017-02-06 03:10:32 -05:00
self_hosted.zig typedefs work for binary math operations 2017-02-03 12:09:13 -05:00