aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build.zig
AgeCommit message (Expand)Author
2023-02-04std.Build: support exposing and depending on zig modulesAndrew Kelley
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley
2023-01-31std.Build: avoid use of catch unreachableAndrew Kelley
2023-01-31std.Build: add deprecated declarationsAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31std.Build: accept host Target in create()Andrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley