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
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
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-24
std.debug: Rename TTY.Color enum values to snake case
Linus Groh
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-29
std: add expectEqualDeep (#13995)
Jiacai Liu
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
2022-12-13
Merge pull request #13907 from Vexu/call-merge
Andrew Kelley
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-09
std.testing: Fully absorb expectEqualBytes into expectEqualSlices
Ryan Liptak
2022-12-07
AstGen: make `@compileError` operand implicitly comptime
Veikka Tuominen
2022-12-01
std.testing: Improve expectEqualBytes for large inputs and make expectEqualSl...
Ryan Liptak
2022-11-30
std.testing: Add expectEqualBytes that outputs hexdumps with diffs highlighte...
Ryan Liptak
2022-11-26
std.os: Fix std.os.chdir for WASI
Cody Tapscott
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
2022-09-29
docs: minor improvements
r00ster91
2022-09-29
fix(std.testing.refAllDeclsRecursive): silently return if !builtin.is_test
r00ster91
2022-09-29
testing: fix copy paste typo
Jacob Young
[next]