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
/
src
Age
Commit message (
Expand
)
Author
2025-07-14
compiler: raise the bar for backend contributions
Andrew Kelley
2025-07-14
libcxx: fix building for wasm32-wasi by disabling exceptions
Alex Rønne Petersen
2025-07-13
LLVM backend: fixes
Andrew Kelley
2025-07-13
Do not store StackTrace type
Ali Cheraghi
2025-07-13
LLVM: Move pt field from Object to NavGen
antlilja
2025-07-13
Fix memory leak in `CObject.Diag.Bundle.destroy()`
Joost Doornbos
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-11
link.Elf: check files in archives for ELF magic
Isaac Freund
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-09
CBE: avoid depending on std.io.Writer.count
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-08
C backend: fix bitcasting regression
Andrew Kelley
2025-07-07
cbe: fix code header being omitted from the output
Jacob Young
2025-07-07
wasm backend: memcpy and memmove are the same
Andrew Kelley
2025-07-07
Sema: fix unintentional extra `@compileLog` newline
Andrew Kelley
2025-07-07
update compiler unit tests to new API
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
fix 32-bit compilation
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: fix remaining build failures
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
C backend: fix compilation errors
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
cbe: reapply writer changes
Andrew Kelley
2025-07-07
C backend: prepare for merge
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
std.zig.llvm.Builder: update format API
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-07-07
MachO: revert unfinished changes
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-07-08
Merge pull request #24362 (remove async, await, usingnamespace)
Andrew Kelley
2025-07-08
llvm: Revert #17963 (workaround for #16392)
Alex Rønne Petersen
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-07-07
llvm: Use emulated TLS when appropriate for the target
Alex Rønne Petersen
2025-07-07
Merge pull request #24352 from alexrp/wasi-emulated-libs
Alex Rønne Petersen
2025-07-06
wasi: Fix libwasi-emulated-process-clocks build
Alex Rønne Petersen
2025-07-06
wasi: Build emulated libraries into libc.a
Alex Rønne Petersen
2025-07-06
compiler: Disable self-hosted x86_64 backend on NetBSD
Alex Rønne Petersen
[next]