aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20std.Build: fix crashes running fuzz testsMatthew Lugg
2025-11-20std.debug: split up Mach-O debug info handlingMatthew Lugg
2025-11-19std.Build.Step.Compile: add support for '-z defs' flagHarold
2025-11-19std.Build.Step.CheckObject: make ELF reading endianness-awareAlex Rønne Petersen
2025-11-19std.Build.Step.Run: read/write messages as little endianAlex Rønne Petersen
2025-11-14std.Build: don't force all children to inherit color optionMatthew Lugg
2025-11-07Move/coalesce RcIncludes enum to `std.zig.RcIncludes`Ryan Liptak
2025-11-07Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`Ryan Liptak
2025-11-07Merge pull request #25158 from castholm/subsystemRyan Liptak
2025-11-06Step.Run: Fix for `convertPathArg` when cwd and path args are on different dr...Ryan Liptak
2025-11-05Move `std.Target.SubSystem` to `std.zig.Subsystem`Carl Åstholm
2025-10-30std.Build: fix '--webui' crashMatthew Lugg
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29std: accessZ -> accessAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew Kelley
2025-10-18compiler: rename `--test-timeout-ms` to `--test-timeout`Matthew Lugg
2025-10-18ci: bump unit test timeoutsmlugg
2025-10-18std.Build: separate errors from failed commandsmlugg
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-10-18std.Build: implement unit test timeoutsmlugg
2025-09-30std: fixesmlugg
2025-09-30yet moremlugg
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-09-19std.Build.Step.Run: Enable passing (generated) file content as argsJustus Klausecker
2025-09-04std.elf: change STV enum from u2 to u3Alex Rønne Petersen
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29std.Io: delete CountingReaderAndrew Kelley
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-26std.Build.Step.Compile: fix race condition in args file creationIan Johnson
2025-08-26std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flagsAdamGoertz
2025-08-16Build.Step.Run: fix missing stdin buffer and flushIsaac Freund
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-02std.Build: keep compiler alive under `-fincremental --webui`mlugg
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
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