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
2022-06-23
checkAllAllocationFailures: add possibility of SwallowedOutOfMemoryError (spl...
Ryan Liptak
2022-06-23
Integrate FailingAllocator stack trace with testing.checkAllAllocationFailures
Ryan Liptak
2022-05-26
std.testing: remove tight coupling with executing zig as child process
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-28
Revert "Merge pull request #11214 from iddev5/ay-build-runner"
Andrew Kelley
2022-04-28
Revert "std.testing: add writeZigFile for TmpDir"
Andrew Kelley
2022-04-28
Merge pull request #11532 from ziglang/compiler-rt-math
Andrew Kelley
2022-04-28
Merge pull request #11214 from iddev5/ay-build-runner
Veikka Tuominen
2022-04-28
std.testing: add writeZigFile for TmpDir
matu3ba
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-04
std.testing: add function zigBuild for running zig build runner commands
iddev5
2022-04-04
Add `std.testing.checkAllAllocationFailures`
Ryan Liptak
2022-03-27
std.testing: add methods tmpDirPath, getTestArgs, buildExe
matu3ba
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
std.testing: fix incorrect docs that mentioned aborting
Andrew Kelley
2022-03-08
std.json: correctly handle sentinel terminated slices
Benjamin San Souci
2022-02-18
std.testing.refAllDecls: force decl to be analyzed with just `@field`
Lee Cannon
2022-02-13
std: force refAllDecls to actually resolve all decls
Veikka Tuominen
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2021-12-21
fix expectStringEndsWith error output.
Stephen Lumenta
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-13
Use std.buuiltin instead of importing builtin
Takeshi Yoneda
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
std.testing: Added newline to the error messages
ZapAnton
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
allow tests to fail
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-09
testing: Avoid @import-ing builtins module
LemonBoy
2021-04-09
testing: Avoid printing expected line twice
LemonBoy
2021-04-09
testing: Use indexOfScalar instead of indexOf
LemonBoy
2021-03-28
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-12
Move fmt.testFmt to testing.expectFmt
Jay Petacat
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
langref: Update langref to use {s}
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-24
Return encoded slice from base64 encode
frmdstryr
[next]