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
/
tools
/
update_clang_options.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-16
tools: fix some bitrot
Alex Rønne Petersen
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-14
zig cc: Respect Clang's -static and -dynamic flags.
Alex Rønne Petersen
2025-04-04
compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-09-17
cc: Add support for -Wp,
Maciej 'vesim' Kuliński
2024-09-09
zig cc: Support `-rtlib=none` for disabling compiler-rt.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-08
zig cc: update clang CLI data to LLVM 18
Andrew Kelley
2024-03-27
mingw: support -municode
Elaine Gibson
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-08
zig cc: handle the -r flag
Andrew Kelley
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-02-19
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-26
update clang options data to LLVM 16
Andrew Kelley
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2022-12-18
Add missing clang opts: -install_name and -undefined
Jakub Konka
2022-10-18
Revert "adding `static` and `dynamic` ZigEquivalent
Andrew Kelley
2022-10-13
adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...
cod1r
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-08
cc: add support for -M flag
Jakub Konka
2022-08-08
update update_clang_options.zig to latest formatting changes
Jakub Konka
2022-08-02
update clang CLI options to LLVM 15
Andrew Kelley
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-05
CLI: add support for -fno-builtin
Andrew Kelley
2022-07-03
clang: parse --verbose flag as -v
Jakub Konka
2022-06-29
clang: add Zig equivalent for -headerpad_max_install_names cli flag
Jakub Konka
2022-06-28
clang: update cmdline options to include weak libs and frameworks
Jakub Konka
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-11
zig cc: integration with sysroot arg (#10568)
Jakub Konka
[next]