aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
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
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-03makes the implementation publicIsaac Yonemoto
2020-12-02std: Add nosuspend around stderr.print callsLemonBoy
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-29std: Avoid deadlock in the signal handlerLemonBoy
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-09Don't prevent compilation on platforms where debug info is unsupportedFrank Denis
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan