aboutsummaryrefslogtreecommitdiff
path: root/lib/std/testing.zig
AgeCommit message (Expand)Author
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-14std: increase memory available to testing allocatordaurnimator
2020-02-13Vector comparison in meta and testingdata-man
2020-01-30Convert a few more page_allocatorBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Move FailingAllocator to testingBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2019-12-29Fixes #3966data-man
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove no-longer-needed workaround for var argsAndrew Kelley
2019-12-09remove var args from the languageAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27Implements std.testing.expectEqual for tagged unions. (#3773)Felix Queißner
2019-11-19std.testing.expectEqual: show differing pointer valuesJohan Bolmsjö
2019-09-25mv std/ lib/Andrew Kelley