aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build/emit_raw.zig
AgeCommit message (Expand)Author
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-01elf: Iterate over headers w/o need for allocatorJay Petacat
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-18reference emit_raw in std lib testsVexu
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-05-25Added and id and a cast function to build stepsAlexandros Naskos
2020-04-14Update emit_raw.zigmarkfirmware
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-11fix compilation errors for emitRawAndrew Kelley
2020-03-10rework some old ELF parsing code and start to fix emitRawAndrew Kelley
2020-03-04zig build: update InstallRawStep to new std.fs APIAndrew Kelley
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche