aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build
AgeCommit message (Expand)Author
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-24Return encoded slice from base64 encodefrmdstryr
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-09-23eliminate dependency of libzigcpp.a on libzigstage1.aAndrew Kelley
2020-08-20Fix missing init() update in std/build/write_file.zigFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
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-27Adds support for RunStep to use the result of a WriteFileStep.Felix (xq) Queißner
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-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