aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2025-01-17std.Build: fix setLibCFile() to add step dependenciespfg
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-15std.Build.Step.CheckObject: better EOF handlingAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2024-12-18std.Build: add API to create Compile steps from existing modulemlugg
2024-12-18std.Build: simplify module dependency handlingmlugg
2024-12-18std.Build.Step.TranslateC: propagate target, optimize, link_libc to added moduleEric Joldasov
2024-12-18std.Build.Step.Compile.Options: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-12-12Merge pull request #22090 from alexrp/glibc-runtime-triplesAlex Rønne Petersen
2024-11-29std.Build: Detect `pkg-config` names with "lib" prefixJay Petacat
2024-11-28std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().Alex Rønne Petersen
2024-11-27std.Build: gracefully handle child stdin closing when running testsmlugg
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-11-19build: don't hang when capturing Stdout of verbose Build.Step.RunAlex Kladov
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23std.Build.Step.Compile: add a way to expect an error messageAndrew Kelley
2024-10-16std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.Alex Rønne Petersen
2024-10-16std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().Alex Rønne Petersen
2024-10-10std.Build.Step.CheckObject: display source file pathAndrew Kelley
2024-10-08link tests: add a way to check prefix and use itAndrew Kelley
2024-10-0419009: zig objcopy: integrate --add-section, --set-section-alignment and --se...Patrick Wickenhaeuser
2024-09-25replace TranslateC.addIncludeDir with variants with LazyPath/library namesdave caruso
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28LLVM: disable inline 8-bit counters when using trace pc guardAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-21std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...mlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-07fuzzer web ui: introduce entry pointsAndrew Kelley
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-28std.fs.Dir: Refactor atomicSymLink from std.fsCarter Snook
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-25build runner sends a start_fuzzing message to test runnerAndrew Kelley
2024-07-25build runner: extract logic to std.Build.FuzzAndrew Kelley
2024-07-25add `--fuzz` CLI argument to `zig build`Andrew Kelley
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-23std.Build.Step.Run: Fix invocation syntax for Wasmtime 14+.Alex Rønne Petersen
2024-07-23add std.testing.random_seedAndrew Kelley
2024-07-21zig build: respect `PKG_CONFIG` environment variableEric Joldasov
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-13Compile: Pass the default --zig-lib-dir along to child processeskcbanner
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12update build system unit testAndrew Kelley
2024-07-12std.Build.Step.Run: support prefixed artifact argsxtex
2024-07-12std.Build.Step.ObjCopy: remove random bytes from cache hashAndrew Kelley