aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/pkg_import
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-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-02-04std.Build: support exposing and depending on zig modulesAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)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
2017-12-22explicitly return from blocksAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-05-09zig build: allow calling b.standardReleaseOptions...Andrew Kelley
2017-05-01basic support for specifying packages at the command lineAndrew Kelley