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
2025-10-08
Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...
Ryan Liptak
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-17
std.Io.Reader: update OneByteReader usage to std.testing.Reader
Andrew Kelley
2025-07-09
std.io.Reader.peekDelimiterInclusive: simplify and fix
Andrew Kelley
2025-07-07
std.testing: update to new std.io API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-23
std.mem.byteSwapAllFields: support untagged unions
Ali Cheraghi
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-02-16
std.testing: improve compile error on untagged union equality
Mark Rushakoff
2025-02-15
added expectEqualDeep test coverage for issue 16625 (#22781)
Benjamin Thompson
2025-02-11
fuzzer: write inputs to shared memory before running
Andrew Kelley
2025-02-06
std.testing: don't ask wasm to stack trace
Andrew Kelley
2025-02-06
std.testing.allocator: different canary + enable resize traces
Andrew Kelley
2025-02-06
std.testing: make some things not pub
Andrew Kelley
2025-02-06
std.testing.FailingAllocator: flatten namespace
Andrew Kelley
2025-01-29
std.testing.expectEqual: {any} in print and move tests
ThisPC
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-12
std.testing.expectError: fix error names
gooncreeper
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
rework fuzzing API
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-06-18
fix std.testing.expectEqual for comptime-only union
rohlem
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-02-27
testing.expectFmt() - reuse expectEqualStrings()
Travis Staloch
2024-01-08
std.testing.expectEqualSlices: some improvements
Wooster
2024-01-03
Update `std.testing.expectEqual` and friends to use peer type resolution
Carl Åstholm
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-15
std.testing: disable expectEqualSlices printing for spirv
Robin Voetter
2023-10-15
std.testing: allow print() at comptime
Robin Voetter
2023-09-23
std.testing: expectEqualDeep() - support self-referential structs
travisstaloch
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-08-05
std.testing.expectEqualSlices: On failure, print address for pointer types
Ryan Liptak
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-12
Remove len parameter from splat in standard lib
antlilja
2023-07-01
testing: disable printing for targets that do not support it
Robin Voetter
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-13
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov
[next]