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-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
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-08
add std.testing.expectStringEndsWith
Andrew Kelley
2020-11-01
std: Fix expectWithinEpsilon with negative values
LemonBoy
2020-10-29
std: Better handling of type values in expectEqual
LemonBoy
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-09-30
fix the cli test expected string to support native path separators
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-08
restore previous behavior of allowing std.testing.allocator
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-07-25
run zig fmt on std.testing
Andrew Kelley
2020-07-26
Merge pull request #5678 from antlilja/float-testing
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-08
start to make test runner aware of logging
Andrew Kelley
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-06-23
Refactor PreopenList.find()
Jakub Konka
[next]