aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dwarf.zig
AgeCommit message (Expand)Author
2021-04-12dwarf: fix LineNumberProgram checkMichael Dusan
2021-04-12Revert "dwarf: fix LineNumberProgram check"Michael Dusan
2021-04-12dwarf: fix LineNumberProgram checkMichael Dusan
2021-02-24zig fmt the std libAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-04Merge pull request #7592 from LemonBoy/fix-7188Andrew Kelley
2020-12-31Year++Frank Denis
2020-12-30std: Clean up some testsLemonBoy
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-07remove deprecated uses of ArrayList.spanJosh Holland
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13add error for unused/duplicate block labelsVexu
2020-07-31stage2: add DWARF info for the main compilation unitAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-24@asyncCall now requires an argument tupleAlexandros Naskos
2020-05-08publicize member functions affected by #4909Josh Junon
2020-05-05update comments for nosuspendTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak
2020-04-10debug: Fix parsing of DWARF info for BE machinesLemonBoy
2020-04-02new ArrayList API, fix enough std lib to testxackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-22debug: Correct version check in debug_line parserLemonBoy
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-02-26debug: Fix end-of-stream condition in DWARF parserLemonBoy
2020-02-20tidy interface, const correctnessLemonBoy
2020-02-20less hideousLemonBoy
2020-02-20debug: Split the DWARF stuff in its own fileLemonBoy
2019-09-25mv std/ lib/Andrew Kelley