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-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-03-30
Update GDB pretty printers
Silver
2023-03-24
x86_64: canonicalize each br of a block
Jacob Young
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-15
tools: fix typo in lldb command
Jacob Young
2023-03-06
tools: add lldb pretty printer for std.MultiArrayList.Slice
Jacob Young
2023-03-03
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-27
tools: revert sharing of stage2 pretty printer info
Jacob Young
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
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-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-12
compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2
Jan Philipp Hafer
2023-02-11
compiler_rt: __divmodti4 for libgcc symbol compatibility
matu3ba
2023-02-11
compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility
matu3ba
2023-02-05
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2023-02-04
langref, tools: rename --single-threaded to -fsingle-threaded
ee7
2023-01-26
update clang options data to LLVM 16
Andrew Kelley
2023-01-26
update CPU features to LLVM 16
Andrew Kelley
2023-01-22
Rewrite update_crc_catalog in zig and move tests to separate file
fn ⌃ ⌥
2023-01-21
std.hash.crc: implement algorithms listed in CRC RevEng catalog
fn ⌃ ⌥
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
[next]