aboutsummaryrefslogtreecommitdiff
path: root/std/debug
AgeCommit message (Expand)Author
2018-07-09Merge remote-tracking branch 'origin/master' into m-n-threadingAndrew Kelley
2018-07-09ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack tracesAndrew Kelley
2018-07-07cleaner output from zig build when there are compile errorsAndrew Kelley
2018-07-07M:N threadingAndrew Kelley
2018-06-20zig fmtAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16posix read can return error.IsDirAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09clean up std.ArrayListAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew Kelley
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