aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2025-07-30build system: print captured stderr on Run step failureLoris Cro
2025-07-26std.Build: Deprecate `Step.Compile` APIs that mutate the root moduleCarl Åstholm
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-20std.Build.Step.Run: fix up 681d324c49e7cdc773cc891ea49ed69dd03c23c7Alex Rønne Petersen
2025-07-19std.Io.Writer: fix writeSliceSwapAndrew Kelley
2025-07-17std.Build.Step.ConfigHeader: add the lazy file styled input as a dependencyTristan Ross
2025-07-12std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.Alex Rønne Petersen
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07std.Build.Step.CheckObject: mostly revert to master branchAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.Build.Step.Options: fix build failureAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.Build.Step.CheckObject: fix the TODOAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-30std.Build.Step.CheckObject: Truncate st_other before interpreting itAlex Rønne Petersen
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20std.Build.Step.Run: pass correct relative cache dir to testsmlugg
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-18std.Build.Step.Run: prefix relative path arguments with './'mlugg
2025-06-17std.Build: introduce `ConfigHeader.getOutputDir`, small refactormlugg
2025-06-13std.Build.Step.Run: convert relative paths to be relative to child cwdmlugg
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-09std.Build.Step.Run: add addDecoratedDirectoryArg functionAndrew Kelley
2025-06-04std.Build.Step.Compile: clarify step nameAndrew Kelley
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-21std.Build.Step.Run: inherit build runner cwdmlugg
2025-05-13Merge pull request #21882 from alexrp/compiler-fixesAlex Rønne Petersen
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-05-12std.Build: Make no_builtin a property of Module instead of Step.Compile.Alex Rønne Petersen
2025-05-12std.Build: Change Step.Compile.no_builtin from bool to ?bool.Alex Rønne Petersen
2025-05-06std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.Alex Rønne Petersen
2025-04-22compiler: allow emitting tests to an object filemlugg
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-11Merge pull request #22516 from Jan200101/PR/build_id_optionAndrew Kelley
2025-04-09Merge pull request #23501 from imreallybadatnames/masterimreallybadatnames™️
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-26Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...Felix "xq" Queißner
2025-03-26zig build: add env_map entries to hash for Step.Rundweiller
2025-03-07fix InstallArtifact opening empty stringAndrew Kelley
2025-03-07std.Build: add build-id optionJan200101
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26fix regressed build system unit testLoris Cro
2025-02-25build: add `bundle_ubsan_rt`David Rubin