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
/
arch
Age
Commit message (
Expand
)
Author
2025-09-10
x86_64: fix `@splat` typo
Jacob Young
2025-09-10
x86_64: delete usages of avx2 `vpack?s??`
Jacob Young
2025-09-10
x86_64: fix strictness edge cases in `+|`
Jacob Young
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-28
more updates to not use GenericWriter
Andrew Kelley
2025-08-28
compiler: update to not use GenericWriter
Andrew Kelley
2025-08-27
x86_64: fix multiplication overflow detection with adx
Jacob Young
2025-08-12
replace most aggregate interns in x86_64/CodeGen
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-07-27
Merge pull request #24585 from jacobly0/aarch64
Andrew Kelley
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
x86_64: fix dst create alloc reg clobbering src
Jacob Young
2025-07-26
x86_64: fix switch on mod result
Jacob Young
2025-07-24
stage2-wasm: implement try_ptr + is_(non_)err_ptr
Pavel Verigo
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
wasm backend: memcpy and memmove are the same
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
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
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
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
std.fmt: breaking API changes
Andrew Kelley
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-06-23
x86_64: fix pair live-out tracking
Jacob Young
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-12
x86_64.Lower: replace slow stringToEnum call
mlugg
2025-06-12
x86_64: implement coff relocations
Jacob Young
2025-06-12
codegen: make threadlocal logic consistent
Jacob Young
2025-06-12
x86_64: fix `dbg_var_ptr` types in debug info
Jacob Young
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
[next]