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
2024-01-13
Don't crash or CR/LF line endings in docgen
F3real
2024-01-09
Override incorrect ARM Cortex-M series CPU feature definitions
Carl Åstholm
2024-01-09
update_cpu_features: Support omitting deps
Carl Åstholm
2024-01-08
update-mingw tool: add config.h to whitelist
Andrew Kelley
2024-01-08
add tool for updating mingw crt files
Andrew Kelley
2024-01-07
remove tool: update-license-headers
Andrew Kelley
2024-01-01
update docgen for std Target.Query API breaks
Andrew Kelley
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-11-22
tools/gen_spirv_spec: fix wrong use of BoundedArray
Andrew Kelley
2023-11-19
tools: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-13
it's unclear which zig target glibc sparcv9 maps to
Andrew Kelley
2023-10-13
tools/update_glibc: exempt some more files
Andrew Kelley
2023-10-06
docgen: update use of getExternalExecutor
Jakub Konka
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-09-28
gen_linux_syscalls: use default max output bytes
Stephen Gregoratto
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-19
update CPU features to LLVM 17
Andrew Kelley
2023-09-06
update crc catalog gen script
Marc Tiehuis
2023-08-11
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-07-30
move docgen.zig to tools/
Andrew Kelley
2023-07-25
remove tools/extract-grammar.zig
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
musl: update libc.S to v1.2.4
Andrew Kelley
2023-06-20
musl: deal with zig rename of i386 to x86
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-16
compiler_rt: add missing PPC routines
Jan Philipp Hafer
2023-06-15
update-linux-headers: add loongarch and xtensa
Andrew Kelley
2023-06-12
tools: add LLDB pretty printer for InternPool.NullTerminatedString
mlugg
2023-06-10
behavior: fix more compiler crashes
Jacob Young
2023-06-10
behavior: get more test cases passing with llvm
Jacob Young
2023-06-10
InternPool: fix more crashes
Jacob Young
2023-06-10
InternPool: fix enough crashes to run `build-obj` on a simple program
Jacob Young
2023-06-10
Air: remove constant tag
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
InternPool: add lldb pretty printing for indices
Jacob Young
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequence
Ryan Liptak
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
[next]