aboutsummaryrefslogtreecommitdiff
path: root/test/src/Cases.zig
AgeCommit message (Expand)Author
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29tests: disable incremental cases for nowmlugg
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-13Fix SplitIterator and TokenIterator type instantiationRyan Liptak
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-01x86_64: enable normal start/test_runner logic on more targetsJacob Young
2023-04-26cases: disable broken backendsJacob Young
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-04cases: disable failing incremental testsJacob Young
2023-03-15test-cases: fix incorrectly linking libc when backend is llvmAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15build.zig: fix how test-cases marked is_test=1 are handledAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley