aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Compile.zig
AgeCommit message (Expand)Author
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-26std.Build.Step.Compile: fix race condition in args file creationIan Johnson
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-26std.Build: Deprecate `Step.Compile` APIs that mutate the root moduleCarl Åstholm
2025-07-07fix build runnerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
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-12compiler: rework emit paths and cache modesmlugg
2025-06-04std.Build.Step.Compile: clarify step nameAndrew Kelley
2025-05-25compiler: introduce incremental debug servermlugg
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-04-22compiler: allow emitting tests to an object filemlugg
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-07std.Build: add build-id optionJan200101
2025-02-25build: add `bundle_ubsan_rt`David Rubin
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-01-30std.Build: Add option to specify language of CSourceFilesGalaxyShard
2025-01-20Merge pull request #22511 from apwadkar/masterAndrew Kelley
2025-01-20Fix dependsOnSystemLibrary compile errorAdheesh Wadkar
2025-01-20std.Build: extend `test_runner` option to specify whether runner uses `std.zi...mlugg
2025-01-17std.Build: fix setLibCFile() to add step dependenciespfg
2024-12-18std.Build: simplify module dependency handlingmlugg
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-11-29std.Build: Detect `pkg-config` names with "lib" prefixJay Petacat
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-08link tests: add a way to check prefix and use itAndrew Kelley
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-19fix various issues related to Path handling in the compiler and stdRobin Voetter
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-25add `--fuzz` CLI argument to `zig build`Andrew Kelley
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-21zig build: respect `PKG_CONFIG` environment variableEric Joldasov