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
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
2022-01-26
[linux headers] rename arm64 to aarch64
Motiejus Jakštys
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-11
zig cc: integration with sysroot arg (#10568)
Jakub Konka
2021-12-16
glibc: fix inconsistency of powerpc ABI mapping
Andrew Kelley
2021-12-15
glibc: fix inconsistency of mips ABI mapping
Andrew Kelley
2021-12-15
glibc: remove duplicate files between generic-glibc/ and glibc/include/
Andrew Kelley
2021-12-15
tools/update_glibc: ignore some more files
Andrew Kelley
2021-12-15
update glibc start files to 2.34
Andrew Kelley
2021-12-14
remove tools/update_glibc.zig
Andrew Kelley
2021-12-09
tools/gen_stubs: add aarch64 and output preprocessor directives
Andrew Kelley
2021-12-08
tools/gen_stubs: consolidate symbol properties into MultiSym
Andrew Kelley
2021-12-08
improve musl dynamic stubs file libc.s
Andrew Kelley
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
remove linux header files that have case conflicts
Andrew Kelley
[next]