aboutsummaryrefslogtreecommitdiff
path: root/std/special/panic.zig
AgeCommit message (Expand)Author
2018-03-10refactor stack trace code to remove global stateAndrew Kelley
2018-03-10improvements to stack tracesAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-15fix getting debug info twice in default panic handlerAndrew Kelley
2018-01-15add builtin.have_error_return_tracingAndrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2018-01-07Adding zen supportAndrea Orru
2017-09-30remove zigrtAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley