aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dwarf.zig
AgeCommit message (Expand)Author
2023-06-12std.dwarf: fix findCompileUnit when ranges offset is given by constmlugg
2023-05-29std.dwarf: handle DWARF 5 compile unit DW_AT_ranges correctlymlugg
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-08-23std.debug: DWARFv5 fixesAndrew Kelley
2022-08-23std.debug: implement support for DWARFv5Andrew Kelley
2022-08-22Dwarf: Added stroffsetsptr support (#12270)Keith Chambers
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-21dwarf: clean up allocations in std.dwarf moduleJakub Konka
2022-03-30Remove a std.debug.print from the dwarf.zig fileJames Mintram
2022-03-16std.dwarf: avoid some async/await stuff in stage2 buildsAndrew Kelley
2022-03-15std.dwarf: implement basic DWARF 5 parsingWilliam Sengir
2022-03-12AstGen: fix nosuspendExpr handling result location twiceVeikka Tuominen
2022-03-08LLVM: add DISubprogram and DIType lowering; handle dbg_stmtAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-18Convert remaining addresses to u64 from usize in dwarf.zigMatt Chudleigh
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
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