aboutsummaryrefslogtreecommitdiff
path: root/std/debug
AgeCommit message (Expand)Author
2018-04-16std.debug: dumpStackTrace & friends use DirectAllocatorAndrew Kelley
2018-03-10refactor stack trace code to remove global stateAndrew Kelley
2018-03-10improvements to stack tracesAndrew Kelley
2018-03-10omit pad zeroes in debug stack tracesAndrew Kelley
2018-03-02std.debug.dwarf supports line number version 4Andrew Kelley
2018-03-01Merge remote-tracking branch 'origin/master' into asyncAndrew Kelley
2018-02-28add atomicrmw builtin functionAndrew Kelley
2018-02-19fix memory leak in std.debug.openSelfDebugInfo()Ben Noordhuis
2018-02-19add support for stack traces on macosxBen Noordhuis
2018-02-14std.zig.parser understands try. zig fmt respects a double line break.Andrew Kelley
2018-02-12remove std.heap.IncrementingAllocatorAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-05error sets: fix peer resolution of error unionsAndrew Kelley
2018-02-05make OutStream and InStream take an error set paramAndrew Kelley
2018-02-05error sets - peer resolution for error unionsAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-02-02*WI* error sets - basic support workingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-31*WIP* error setsAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-15fix getting debug info twice in default panic handlerAndrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-14fix duplicate stack trace codeAndrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-24fix segfault when passing union enum with sub byte...Andrew Kelley
2017-12-23debug needs to export FailingAllocatorJosh Wolfe
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley