aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build.zig
AgeCommit message (Expand)Author
2023-03-04std.Build.addModule: return the created moduleAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13Merge pull request #14571 from ziglang/more-build-zigAndrew Kelley
2023-02-13Add -ferror-tracing and -fno-error-tracing compile optionsAdamGoertz
2023-02-13std.Build: delete test that doesn't test anythingAndrew Kelley
2023-02-13std.Build: make cache_root and global_cache_root relative to cwdAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-13std.Build: support running build artifacts from packagesAndrew Kelley
2023-02-11std.Build.addAssembly: add missing .kindAsherah Connor
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley
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