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
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
2021-05-14
SPIR-V: Adapt spec generator to new render api
Robin Voetter
2021-05-14
SPIR-V: Begin generating types
Robin Voetter
2021-05-03
std: Add two more ARM CPUs to the known CPU list
LemonBoy
2021-04-20
target: drop `ppc32` and prefer `ppc`
Michael Dusan
2021-04-04
glibc: add support for csky architecture
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-14
macho: fix various linker flags
Michael Dusan
2021-03-12
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-07
std: Deprecate the B and Bi format specifiers
LemonBoy
2021-03-04
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-04
zig cc: fix handling of -MM flag
Andrew Kelley
2021-03-02
update to latest std Thread API
Andrew Kelley
2021-03-01
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-28
tools/update_cpu_features: fix usage()
Michael Dusan
2021-02-27
update ARM target CPU features
Andrew Kelley
2021-02-27
tools/update_cpu_features: add a "flatten" feature
Andrew Kelley
2021-02-27
tools/update_cpu_features: better patching API
Andrew Kelley
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-02-27
tools/update_cpu_features: consistent naming of neoverse cpus
Andrew Kelley
2021-02-27
update amdgpu target CPU features
Andrew Kelley
2021-02-27
update RISC-V target CPU features
Andrew Kelley
2021-02-27
tools/update_cpu_features: prune redundant features
Andrew Kelley
[next]