aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30macos: remove >= 0x10000000 assertion when printing stack tracesJakub Konka
2021-11-30macos: rewrite logic for generating stack traces on macOSJakub Konka
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-28improve panic hierarchy by always using builtin.panicrgreenblatt
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-20enables user-custom code to work with LI and SIIsaac Yonemoto
2021-08-02std: check for overflow in writeCurrentStackTraceJakub Konka
2021-07-08Add support for NO_COLORMartin Wickham
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix unused locals from merge conflictAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21stage2 tests: remove unused varsJacob G-W
2021-06-18Add support for reading DWARF debug information from COFF filesMatt Chudleigh
2021-06-12std: Move PDB-related code into its own fileLemonBoy
2021-06-10Correct a comment.purringChaos
2021-05-24enable symbol lookup for haikuAl Hoang
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15std: Avoid using white color when printing stacktracesLemonBoy
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-25std: Fix backtraces on sparcv9LemonBoy
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-08stage2: pretty print compilation errorsjacob gw
2021-03-18zld: use zld when linking aarch64 by default and cross-compJakub Konka
2021-03-01Merge pull request #7946 from koachan/sparc64-framefixesAndrew Kelley
2021-02-25initial support for haiku defer debugAl Hoang
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-05Fix previous %fp calculationKoakuma
2021-02-04std.debug.StackIterator: account for SPARC %fp quirkKoakuma
2021-01-21Bring back stack trace printing on ARM DarwinJakub Konka
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-10debug: don't fail printLineInfo if the source file is not readableVincent Rischmann
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2021-01-01std.debug: adjust panic messageAndrew Kelley
2021-01-01std: Show the panicking thread IDLemonBoy
2020-12-31Year++Frank Denis
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23openbsd: implement segfault handling on openbsd x86_64Sébastien Marie
2020-12-23Enable segfault handling on FreeBSD.Alex Cameron