aboutsummaryrefslogtreecommitdiff
path: root/std/debug/index.zig
AgeCommit message (Expand)Author
2018-09-14fix alignment of structsAndrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-09-02fix source file lookupAndrew Kelley
2018-09-02rework code to avoid duplicate operationsAndrew Kelley
2018-08-31figuring out where /names stream isAndrew Kelley
2018-08-31awareness of debug subsectionsAndrew Kelley
2018-08-30figuring out which module an address belongs inAndrew Kelley
2018-08-29printing info from the ModuleInfo substream of DebugInfoAndrew Kelley
2018-08-29use RtlCaptureStackBackTrace on windowsAndrew Kelley
2018-08-28fix unresolved path preventing PDB loadingAndrew Kelley
2018-08-28Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...Andrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-08-24compilation unit cwd dir appears to be unnecessary on macosAndrew Kelley
2018-08-24macos stack traces have address-to-line translationAndrew Kelley
2018-08-24macos stack traces have the compilation unit in themAndrew Kelley
2018-08-23macos stack traces: read debug info sections from .o filesAndrew Kelley
2018-08-23MacOS stack traces use the already mmapped executableAndrew Kelley
2018-08-22rename std.debug.ElfStackTrace to std.debug.DebugInfoAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-21*WIP* std.os assumes comptime-known max path sizeAndrew Kelley
2018-08-19do not use an allocator when we don't need to because of the existance of PAT...Shawn Landden
2018-08-01add std.event.RwLock and a few more std changesAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-29fix cancel and await semanticsAndrew Kelley
2018-07-21Very much WIP base implementation for #721.Sahnvour
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