aboutsummaryrefslogtreecommitdiff
path: root/std/debug/index.zig
AgeCommit message (Expand)Author
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-01-18Hopefully fixed #1503 (at least improved) line accuracy of stack traces on wi...Sahnvour
2019-01-18removed unnecessary castSahnvour
2018-12-29Merge pull request #1859 from mgxm/fbsd2Andrew Kelley
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-19freebsd: initial stack traceMarcio Giaxa
2018-12-13add mem.readVarInt, fix InStream.readVarInt, fix stack tracesAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-02std.debug: fix some issues with freestanding debug infoAndrew Kelley
2018-12-02expose std.debug.DwarfInfo and delete unused functionAndrew Kelley
2018-12-02std.debug.printSourceAtAddressDwarfAndrew Kelley
2018-12-02std.debug.StackIteratorAndrew Kelley
2018-12-02introduce std.io.SeekableStreamAndrew Kelley
2018-11-27Merge branch 'master' into freebsd2Andrew Kelley
2018-11-27stack traces: fix for windowsSahnvour
2018-11-19zig fmtAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-15more fixes related to readStruct APIAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-08made colored output more consistent (#1706)emekoi
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-20Add freebsd to more thingsGreg V
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-30Expose failing_allocator as *Allocator instead of const FailingAllocatorJimmi Holst Christensen
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