aboutsummaryrefslogtreecommitdiff
path: root/std/debug
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02@returnAddress and @frameAddress return usize nowAndrew Kelley
2019-02-23introduce std.debug.captureStackTraceAndrew Kelley
2019-02-18export _mh_execute_header with weak linkageAndrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-06thread local storage working for linux x86_64Andrew Kelley
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-30std.os.path: remove dependance on std.mem.join;kristopher tate
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