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
/
codegen
Age
Commit message (
Expand
)
Author
2025-08-12
Sema: replace all remaining aggregate interns related to `@typeInfo`
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
aarch64: implement more assembler instructions
Jacob Young
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
2025-08-09
spirv: remove prune_unused ISel
Ali Cheraghi
2025-08-07
Merge pull request #24661 from alichraghi/spv4
Andrew Kelley
2025-08-04
spirv: define and use extended instruction set opcodes
Ali Cheraghi
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-03
Merge pull request #22997 from Rexicon226/align-0-reify
Matthew Lugg
2025-08-03
llvm: correctly lower `double_integer` for rv32
David Rubin
2025-08-02
spirv: refactor
Ali Cheraghi
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-07-30
llvm: fix atomic widening of packed structs
Kendall Condon
2025-07-28
aarch64: implement scalar `@mod`
Jacob Young
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-27
aarch64: fix error union constants
Jacob Young
2025-07-27
aarch64: implement var args
Jacob Young
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
aarch64: implement stack probing
Jacob Young
2025-07-26
aarch64: implement complex switch prongs
Jacob Young
2025-07-25
aarch64: more progress
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-22
llvm: fix switch loop on larger than pointer integer
Matthew Lugg
2025-07-20
llvm: workaround crashes in llvm loop optimizations
Jacob Young
2025-07-20
cbe: fix comptime-known packed unions
Jacob Young
2025-07-16
fix mips clobbers
Andrew Kelley
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-14
spirv: snake-case the spec
Ali Cheraghi
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-09
CBE: avoid depending on std.io.Writer.count
Andrew Kelley
2025-07-08
C backend: fix bitcasting regression
Andrew Kelley
2025-07-07
fix 32-bit compilation
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
C backend: fix compilation errors
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
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-08
Merge pull request #24362 (remove async, await, usingnamespace)
Andrew Kelley
2025-07-08
llvm: Revert #17963 (workaround for #16392)
Alex Rønne Petersen
[next]