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
Age
Commit message (
Expand
)
Author
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2023-01-06
tools: build all tools in ci to prevent bitrot
Jan Philipp Hafer
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-30
parser: ensure the documented grammar matches grammar.y
Manlio Perillo
2022-12-22
compiler-rt: implement __udivei4 and __umodei4 (#14023)
Frank Denis
2022-12-18
Add missing clang opts: -install_name and -undefined
Jakub Konka
2022-11-23
adapt update_spriv_features to changed std pattern
Robin Voetter
2022-11-23
spirv: assembler
Robin Voetter
2022-11-21
outline atomics: ret instead of jump to ret
Andrew Kelley
2022-11-21
simplify outline atomics
Andrew Kelley
2022-11-21
compiler_rt: add outlined lse atomics for aarch64
Devin Singh
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-20
add m68k target CPU features
Andrew Kelley
2022-10-18
Revert "adding `static` and `dynamic` ZigEquivalent
Andrew Kelley
2022-10-17
tools: add lldb stage2 pretty printers
Jacob Young
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-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
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-08-02
update target CPU features for LLVM 15
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-19
delete the stage1 implementation of autodoc
Andrew Kelley
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
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
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-03
clang: parse --verbose flag as -v
Jakub Konka
2022-07-01
update CPU features to LLVM 14
Andrew Kelley
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-06-06
tools: fix update-linux-headers.zig and process_headers.zig
BratishkaErik
2022-05-16
Generate linux syscalls via. the linux source tree
Stephen Gregoratto
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-04
tools/gen_stubs: sort output by section/symbol name
Isaac Freund
2022-05-04
musl: update to 1.2.3
Isaac Freund
2022-03-20
tools: fix gdb pretty printers
Andrew Kelley
2022-03-16
gdb: restructure pretty printers into different files
Robin Voetter
2022-03-16
gdb: add printer for selfhosted Value
Robin Voetter
2022-03-16
gdb: add printer for selfhosted Type
Robin Voetter
2022-03-16
gdb: add slice, multi array list, and array hash map printers
Robin Voetter
2022-03-16
gdb: add arraylist and hashmap printer
Robin Voetter
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-02-24
spirv spec: do not align packed struct fields
Veikka Tuominen
2022-02-08
update more API usage of std.Progress
Andrew Kelley
2022-01-28
spirv: improve generator
Robin Voetter
[next]