aboutsummaryrefslogtreecommitdiff
path: root/test/src/StackTrace.zig
AgeCommit message (Expand)Author
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-02-25correct some bugsDavid Rubin
2025-01-23tests: enable stack trace tests for x86_64-selfhostedmlugg
2024-12-18test-stack-traces: migrate from deprecated std.Build APIsmlugg
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-02-25test: rework how filtering worksJacob Young
2024-01-01update stack trace tests to account for new defaultsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-03-15test-stack-trace: set env to disable colorAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley