index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
build
Age
Commit message (
Expand
)
Author
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-12
std.build: don't default to static linkage
Veikka Tuominen
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Makes output path stuff more sane.
Felix (xq) Queißner
2021-06-11
Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...
Felix (xq) Queißner
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
2021-06-11
Moves files to file-global struct layout.
Felix (xq) Queißner
2021-06-11
Adds a lot of missing dupes, some more snakes.
Felix (xq) Queißner
2021-06-11
Adds more FileSources everywhere.
Felix (xq) Queißner
2021-06-11
Starts to replace special cases in std.build.FileSource.
Felix (xq) Queißner
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-23
translate_c: remove unused WriteFileStep import
Daniele Cocca
2021-05-01
std.build: if using a RunStep, show the command run on verbose (#8571)
g-w1
2021-03-04
Merge pull request #7763 from kivikakk/zig-elf-parse
Andrew Kelley
2021-02-01
Dupe strings on all public api points for std.build
Martin Wickham
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-15
use interfaces
Asherah Connor
2021-01-14
expose phdr, shdr parsing
Asherah Connor
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-24
Return encoded slice from base64 encode
frmdstryr
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-09-23
eliminate dependency of libzigcpp.a on libzigstage1.a
Andrew Kelley
2020-08-20
Fix missing init() update in std/build/write_file.zig
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-01
elf: Iterate over headers w/o need for allocator
Jay Petacat
2020-07-27
Adds support for RunStep to use the result of a WriteFileStep.
Felix (xq) Queißner
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-18
reference emit_raw in std lib tests
Vexu
2020-06-12
Fix a few std.sort.sort invocations
Cassidy Dingenskirchen
2020-05-29
Add include dirs to translate-c (close #5098)
Noam Preil
2020-05-25
Added and id and a cast function to build steps
Alexandros Naskos
2020-04-14
Update emit_raw.zig
markfirmware
2020-04-02
new ArrayList API: fix everything else
xackus
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-16
Change the default stdin behavior of RunStep to .Inherit
Timon Kruiper
2020-03-11
add std.io.StreamSource and fixes to emitRaw
Andrew Kelley
2020-03-11
fix compilation errors for emitRaw
Andrew Kelley
2020-03-10
rework some old ELF parsing code and start to fix emitRaw
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-06
fixups & make some API decisions
Andrew Kelley
2020-03-06
Remove unused std.Buffer imports
daurnimator
2020-03-06
Fix bug where stdout was checked instead of stderr
daurnimator
2020-03-06
Use in_stream.readAllAlloc where sensible
daurnimator
2020-03-04
zig build: update InstallRawStep to new std.fs API
Andrew Kelley
2020-03-03
Update callers of fs.makePath
daurnimator
[next]