aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
7 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
7 daysupdate all occurrences of openFile to receive an io instanceAndrew Kelley
7 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
7 daysupdate all occurrences of close() to close(io)Andrew Kelley
7 daysstd: all Dir functions moved to std.IoAndrew Kelley
8 daysMerge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...Alex Rønne Petersen
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-11-27std: Remove a handful of things deprecated during the 0.15 release cycleLinus Groh
2025-11-26`Build.Step.Options`: add `comptime_float` supportIOKG04
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-24build runner: update from std.Thread.Pool to std.IoAndrew Kelley
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