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-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
2025-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-07-05
Merge pull request #24335 from kada49/common-impl-libc-floor
Alex Rønne Petersen
2025-07-05
Update TracyAllocator to new allocator API
Silver
2025-07-04
delete superfluous assembly libc floor implementations
David Senoner
2025-07-04
delete superfluous libc floor implementations
David Senoner
2025-07-02
compiler: delete dead x86 bits file
Andrew Kelley
2025-07-02
compiler: change canonical path for backend ABI source files
Andrew Kelley
2025-07-02
compiler: delete arm backend
Andrew Kelley
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley
2025-07-02
compiler: delete powerpc backend stub
Andrew Kelley
2025-07-02
Merge pull request #24302 from alexrp/riscv
Alex Rønne Petersen
2025-07-01
spirv: fix signed overflow detection for safe subtraction
Ivan Stepanov
2025-07-01
llvm: Disable the machine outliner pass on RISC-V
Alex Rønne Petersen
2025-07-01
llvm: Fix alignment of by-ref ptr_elem_val and slice_elem_val
Alex Rønne Petersen
2025-06-29
Sema: detect one-possible-value types after function calls
Andrew Kelley
2025-06-29
Sema: correct OPV for optional empty error set
Andrew Kelley
2025-06-29
zig rc: Fix include directory detection when cross-compiling from certain hos...
Alex Rønne Petersen
2025-06-29
Replace `unreachable` with error return for non-standard Windows targets
Ryan Liptak
2025-06-28
resinator: Fix include directory detection when cross-compiling from certain ...
Ryan Liptak
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-23
x86_64: fix pair live-out tracking
Jacob Young
2025-06-22
minor grammatical mistake
David Rubin
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
coff: add hack to build a compiler-rt dynamic library
Jacob Young
2025-06-19
Compilation: fix use after free
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
[prev]
[next]