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
/
testing.zig
Age
Commit message (
Expand
)
Author
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-14
std: increase memory available to testing allocator
daurnimator
2020-02-13
Vector comparison in meta and testing
data-man
2020-01-30
Convert a few more page_allocator
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Move FailingAllocator to testing
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2019-12-29
Fixes #3966
data-man
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove no-longer-needed workaround for var args
Andrew Kelley
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-27
Implements std.testing.expectEqual for tagged unions. (#3773)
Felix Queißner
2019-11-19
std.testing.expectEqual: show differing pointer values
Johan Bolmsjö
2019-09-25
mv std/ lib/
Andrew Kelley