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
/
test
/
standalone
Age
Commit message (
Expand
)
Author
2019-03-11
zig build: do a better job of detecting system paths
Andrew Kelley
2019-03-11
add test for spawning child process with empty environment
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-03
fix build.zig not respecting --static
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-14
Fix additional regressions calling FileOutStream/FileInStream init()
Wink Saville
2018-06-16
load_dynamic_library test: no need to link libc
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-03-17
add test for addIncludeDir for test step
Andrew Kelley
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-18
test: fix brace expansion test not checking invalid inputs
Andrew Kelley
2018-01-15
fix compiler crash related to @alignOf
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-08-20
fix not propagating parseh aliases through pub use decls
Andrew Kelley
2017-05-09
zig build: allow calling b.standardReleaseOptions...
Andrew Kelley
2017-05-01
basic support for specifying packages at the command line
Andrew Kelley
2017-04-23
fix crash when unwrapping error with no error decls
Andrew Kelley