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
..
2017-01-05 04:20:07 -05:00
2017-01-05 18:50:36 -05:00
2016-12-21 23:34:14 -05:00
2016-01-07 03:22:53 -07:00
2017-01-16 14:23:32 -05:00
2016-12-31 18:25:10 -05:00
2016-07-28 20:14:57 -07:00
2017-02-05 16:09:33 -05:00