aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/issue_339
AgeCommit message (Expand)Author
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2021-06-21fix code broken from previous commitJacob G-W
2021-05-17std: `@import("builtin").StackTrace` -> `std.builtin.StackTrace`Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2017-04-23fix crash when unwrapping error with no error declsAndrew Kelley