index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Step
/
Compile.zig
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.Build: fix crashes running fuzz tests
Matthew Lugg
2025-11-19
std.Build.Step.Compile: add support for '-z defs' flag
Harold
2025-11-07
Move/coalesce RcIncludes enum to `std.zig.RcIncludes`
Ryan Liptak
2025-11-07
Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`
Ryan Liptak
2025-11-05
Move `std.Target.SubSystem` to `std.zig.Subsystem`
Carl Åstholm
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
std: accessZ -> access
Andrew Kelley
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-26
std.Build.Step.Compile: fix race condition in args file creation
Ian Johnson
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-02
std.Build: keep compiler alive under `-fincremental --webui`
mlugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-26
std.Build: Deprecate `Step.Compile` APIs that mutate the root module
Carl Åstholm
2025-07-07
fix build runner
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: add install commands to `--verbose` output
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-04
std.Build.Step.Compile: clarify step name
Andrew Kelley
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-12
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen
2025-05-12
std.Build: Change Step.Compile.no_builtin from bool to ?bool.
Alex Rønne Petersen
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...
Felix "xq" Queißner
2025-03-07
std.Build: add build-id option
Jan200101
2025-02-25
build: add `bundle_ubsan_rt`
David Rubin
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-01-30
std.Build: Add option to specify language of CSourceFiles
GalaxyShard
2025-01-20
Merge pull request #22511 from apwadkar/master
Andrew Kelley
2025-01-20
Fix dependsOnSystemLibrary compile error
Adheesh Wadkar
2025-01-20
std.Build: extend `test_runner` option to specify whether runner uses `std.zi...
mlugg
2025-01-17
std.Build: fix setLibCFile() to add step dependencies
pfg
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-11-29
std.Build: Detect `pkg-config` names with "lib" prefix
Jay Petacat
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
std.Build.Step.Compile: add a way to expect an error message
Andrew Kelley
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-08
link tests: add a way to check prefix and use it
Andrew Kelley
[next]