aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2023-04-23Improvements to docs and textzooster
2023-04-21std.Build.RunStep: fix captureStdOut function return typeManlio Perillo
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-18Cache: fix multi-process race condition on macOSAndrew Kelley
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-15std.Build: add some more init options to CompileStepAndrew Kelley
2023-04-14std.Build.CompileStep: fix installLibraryHeaders regressionAndrew Kelley
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-11fix build logic due to state mutations and break the API accordinglyAndrew Kelley
2023-04-11std.Build.CompileStep: remove output_dirAndrew Kelley
2023-04-11CLI: remove --enable-cache optionAndrew Kelley
2023-04-10std.Build.RunStep: don't close stdinAndrew Kelley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
2023-04-10std.Build.CompileStep: delete install_step fieldAndrew Kelley
2023-04-10std.Build.CompileStep: remove redundant dest_builder fieldAndrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-25build: fixes from reviewkcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-23build: allow for deferred FileSource matching in CheckObjectStepJakub Konka
2023-03-23build: when parsing rpaths, do not expand special runtime paths on DarwinJakub Konka
2023-03-20std.Build.RunStep: fix control flow with qemu+glibc logicAndrew Kelley
2023-03-19fix std.Build.OptionsStepAndrew Kelley
2023-03-18build-step: remove latest LogStep refNicolas Sterchele
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15std.Build: fix invalid assumption about fifosAndrew Kelley
2023-03-15std.Build.Cache: make unit tests not depend on cwdAndrew Kelley
2023-03-15std.Build.RunStep: fix handling spawn failureAndrew Kelley
2023-03-15std.Build.Cache: handle ENOENT on createFile raceAndrew Kelley
2023-03-15std.Build.CompileStep: remove setNamePrefix and add setNameAndrew Kelley
2023-03-15std.Build.Cache: handle ENOENT on createFile raceAndrew Kelley
2023-03-15std.Build.CompileStep: proper step dependency on headersAndrew Kelley
2023-03-15build runner: fix compilation errors on windowsAndrew Kelley
2023-03-15std.build.RunStep: clean up some leftover messAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15std.Build.InstallFileStep: add missing step dependenciesAndrew Kelley
2023-03-15std.Build.WriteFileStep: add missing step dependenciesAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15std.Build.CheckFileStep: add a way to expect exactAndrew Kelley
2023-03-15std.Build.RunStep: support -fqemu solving bad dynamic linkerAndrew Kelley
2023-03-15std.Build.CompileStep: add FileSource support to some pathsAndrew Kelley
2023-03-15std.Build.CheckObjectStep: better error messageAndrew Kelley
2023-03-15std.Build.CompileStep: tweak the default step nameAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15std.Build.Step: no-op steps report cached if all deps cachedAndrew Kelley
2023-03-15std.Build: audit use of updateFileAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew Kelley