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
Group-Canceled
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
groupAwait
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-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
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-18
std.target.riscv: fix baseline_rv32 missing feature "32bit"
serg
2023-04-09
spirv: make IdResultType and IdRef weak aliases of IdResult
Robin Voetter
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
[next]