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-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
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-29
update libc linux headers to v5.16-rc3
Andrew Kelley
2021-11-26
zig cc: honor all -m and -mno- CPU feature flags
Andrew Kelley
2021-11-21
zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integration
Andrew Kelley
2021-11-21
zig cc: add -ffunction-sections integration
Andrew Kelley
2021-11-08
tools/gen_stubs.zig: better error message on invalid input
Andrew Kelley
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-16
zig cc: support -S and -emit-llvm CLI parameters
Andrew Kelley
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-08-28
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-16
add m68k musl (1.2.2) headers
Andrew Kelley
2021-08-15
update target CPU features with LLVM 13 rc1 data
Andrew Kelley
2021-08-12
update_cpu_features tool: work around stage1 bug
Andrew Kelley
2021-08-12
compiler-rt: do not depend on `usingnamespace`
Andrew Kelley
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-06-30
zig fmt
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-17
Fix `lakemont` CpuModel (#9099)
d18g
2021-06-13
tools: Unbreak many tools
LemonBoy
2021-06-11
zig cc: recognize more pie flags
Andrew Kelley
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-06-10
zig fmt
Andrew Kelley
2021-06-09
cc,wasi: support WASI reactors via -mexec-model flag.
Takeshi Yoneda
2021-06-08
tools: fix update_clang_options.zig for ArrayHashMap's Separated Key/Value St...
Rejean Loyer
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
SPIR-V: Don't parse/render in gen_spirv_spec.zig, just emit in the right format
Robin Voetter
2021-05-14
SPIR-V: SPIR-V feature generation tool
Robin Voetter
2021-05-14
SPIR-V: Split out registry from gen_spirv_spec.zig
Robin Voetter
[next]