COMMITS
/ lib/std/testing.zig February 11, 2025
M
std.testing: improve compile error on untagged union equality
Mark Rushakoff committed
A
fuzzer: write inputs to shared memory before running
Andrew Kelley committed
February 15, 2025
B
added expectEqualDeep test coverage for issue 16625 (#22781)
Benjamin Thompson committed
February 6, 2025
A
std.testing: don't ask wasm to stack trace
Andrew Kelley committed
A
std.testing.allocator: different canary + enable resize traces
Andrew Kelley committed
February 5, 2025
A
std.testing: make some things not pub
Andrew Kelley committed
February 4, 2025
A
std.testing.FailingAllocator: flatten namespace
Andrew Kelley committed
October 8, 2024
T
std.testing.expectEqual: {any} in print and move tests
ThisPC committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
November 9, 2024
G
std.testing.expectError: fix error names
gooncreeper committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
September 10, 2024
A
rework fuzzing API
Andrew Kelley committed
August 28, 2024
M
July 23, 2024
A
implement std.testing.fuzzInput
Andrew Kelley committed
July 22, 2024
A
implement std.testing.fuzzInput
Andrew Kelley committed
A
add std.testing.random_seed
Andrew Kelley committed
July 9, 2024
K
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki committed
June 18, 2024
R
fix std.testing.expectEqual for comptime-only union
rohlem committed
May 29, 2024
A
rename zig-cache to .zig-cache
Andrew Kelley committed
April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
February 27, 2024
T
testing.expectFmt() - reuse expectEqualStrings()
Travis Staloch committed
August 3, 2023
W
std.testing.expectEqualSlices: some improvements
Wooster committed
October 7, 2023
C
Update `std.testing.expectEqual` and friends to use peer type resolution
Carl Åstholm committed
November 22, 2023
A
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 8, 2023
R
std.testing: disable expectEqualSlices printing for spirv
Robin Voetter committed
R
std.testing: allow print() at comptime
Robin Voetter committed
September 23, 2023
T
std.testing: expectEqualDeep() - support self-referential structs
travisstaloch committed
August 29, 2023
G
std: enable FailingAllocator to fail on resize
Gregory Anders committed
August 5, 2023
R
std.testing.expectEqualSlices: On failure, print address for pointer types
Ryan Liptak committed
July 25, 2023
J
make `@typeInfo` not return private decls
Jacob G-W committed
July 6, 2023
A
Remove len parameter from splat in standard lib
antlilja committed
July 1, 2023
R
testing: disable printing for targets that do not support it
Robin Voetter committed
June 9, 2023
M
mem: rename align*Generic to mem.align*
Motiejus Jakštys committed
June 4, 2023
E
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov committed
May 29, 2023
M
Prevent analysis of functions only referenced at comptime
mlugg committed
May 21, 2023
L
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh committed
May 20, 2023
L
std.debug: Rename TTY.Color enum values to snake case
Linus Groh committed
May 2, 2023
D
convert s[start..start+len] to s[start..][0..len]
dweiller committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
January 29, 2023
J
std: add expectEqualDeep (#13995)
Jiacai Liu committed
December 13, 2022
R
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91 committed
A
Merge pull request #13907 from Vexu/call-merge
Andrew Kelley committed
December 15, 2022
R
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak committed
December 12, 2022
V
update usages of `@call`
Veikka Tuominen committed
July 30, 2022
R
fix(terminal): handle some possible errors and resolve TODOs
r00ster91 committed
December 8, 2022
V
Eliminate `BoundFn` type from the language
Veikka Tuominen committed
R
std.testing: Fully absorb expectEqualBytes into expectEqualSlices
Ryan Liptak committed