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
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
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2020-01-07
test harness: show annotated case name when translate-c test fails
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-05
rework and improve some of the zig build steps
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley