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
2020-11-18
Merge pull request #6434 from daurnimator/fifo.pump
Veikka Tuominen
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-09-27
test/standalone/cat: use fifo.pump()
daurnimator
2020-09-27
test/standalone/cat: fix leaks
daurnimator
2020-09-27
test/standalone/cat: update to new std library
daurnimator
2020-08-20
disallow extern variables with initializers
Vexu
2020-07-24
Revert "Support taking extern pointers at comptime"
Andrew Kelley
2020-07-24
Support taking extern pointers at comptime
yvt
2020-06-25
Use writer in benchmarks
data-man
2020-05-16
Enable the test `standalone/global_linkage`
yvt
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-20
"generate .h files" feature is no longer supported in stage1
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-27
fix exported variable not respecting linkage
Andrew Kelley
2020-02-20
remove std.io.readLine
Andrew Kelley
2020-01-29
Patch in arena to cleanup leaks
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2019-12-10
load dynamic library test: update API usage code
Andrew Kelley
2019-12-09
update tests to new format API
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-03
exported main must be pub
Vexu
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-30
Merge pull request #3284 from Sahnvour/export_variables
Andrew Kelley
2019-11-29
more test regression fixes
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-24
simple test for exporting variables in static libs
Sahnvour
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-14
remove no longer correct comment
Andrew Kelley
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-09-10
Get more of the tests passing for FreeBSD (#3197)
stratact
2019-07-16
retire the example/ folder, rename test-build-examples to "standalone"
Andrew Kelley
2019-07-04
Support returning !u8 from main
SamTebbs33
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-30
update load dynamic library test for std lib changes
Andrew Kelley
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
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
[next]