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.zig
Age
Commit message (
Expand
)
Author
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-27
Windows: fix test/standalone/shared_library
Michael Dusan
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-26
Fix build system crash when compiling windows dll
syscall0
2019-11-25
Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-20
Add .enable_wasmtime build flag
Benjamin Feng
2019-11-12
Merge pull request #3447 from Sahnvour/vcpkg
Sahnvour
2019-11-10
std.ChildProcess.spawn has a consistent error set
Andrew Kelley
2019-11-09
build: initial support for using vcpkg libraries
Sahnvour
2019-11-05
zig build: addIncludeDir does -I instead of -isystem
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-21
Merge branch 'stratact-no-dir-allocators'
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-10-18
std/build: make subsystem configurable
Nick Erdmann
2019-10-09
zig build: bump default max exec output size to 400 KB
Andrew Kelley
2019-10-08
stage1: enable PIC for libuserland
Andrew Kelley
2019-10-03
zig build: fix exe file ext to match target.cpp
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley