aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
2020-06-18reference emit_raw in std lib testsVexu
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-05-29Add include dirs to translate-c (close #5098)Noam Preil
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-18(breaking) clarify openDir APIAndrew Kelley
2020-03-16Change the default stdin behavior of RunStep to .InheritTimon Kruiper
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-10fix regressions found by test suiteAndrew Kelley
2020-03-06fixups & make some API decisionsAndrew Kelley
2020-03-06Remove unused std.Buffer importsdaurnimator
2020-03-06Fix bug where stdout was checked instead of stderrdaurnimator
2020-03-06Use in_stream.readAllAlloc where sensibledaurnimator
2020-03-04zig build: update InstallRawStep to new std.fs APIAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2020-01-07test harness: show annotated case name when translate-c test failsAndrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-05rework and improve some of the zig build stepsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley