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-09-27
x86_64: fix `@mulAdd` miscomp
Jacob Young
2025-09-27
x86_64: fix `~`/`!` miscomps
Jacob Young
2025-09-27
x86_64: fix `@floatFromInt` miscomps
Jacob Young
2025-09-27
x86_64: fix unencodable `rem` lowerings
mlugg
2025-09-27
x86_64: fix miscompilation of `mul` on vectors of large ints
mlugg
2025-09-27
x86_64: generate better constant memcpy code
mlugg
2025-09-26
compiler: move self-hosted backends from src/arch to src/codegen
Alex Rønne Petersen
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-21
aarch64/zonCast: don't return a pointer to a stack element
Frank Denis
2025-09-20
aarch64: fix behavior failures
Jacob Young
2025-09-20
aarch64: implement `ptr_slice_*_ptr`
Jacob Young
2025-09-20
llvm backend: remove canElideLoad mechanism
Andrew Kelley
2025-09-16
llvm: fix tagged union payload size in debug info
mlugg
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
Revert "llvm: workaround crashes in llvm loop optimizations"
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for all hexagon targets
Alex Rønne Petersen
2025-08-30
llvm: remove f16 special case for soft float aarch64
Alex Rønne Petersen
2025-08-30
llvm: switch to native f128 IR type for nvptx
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for s390x
Alex Rønne Petersen
2025-08-30
llvm: update data layout strings for LLVM 21
Alex Rønne Petersen
2025-08-30
std.Target: add managarm OS tag
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
LLVM backend:fix align 1 sret parameter load returned
Andrew Kelley
2025-08-26
std.Target: add vita os
Maciej 'vesim' Kuliński
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-22
feat(std.Target): add 3ds os
GasInfinity
2025-08-18
spirv: do not decorate nav alignment
Ali Cheraghi
2025-08-15
aarch64: more assembler instructions
Jacob Young
2025-08-13
Merge pull request #24816 from mlugg/small-fixes
Matthew Lugg
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
llvm: unions which are equivalent to enums are not by-ref
mlugg
2025-08-13
llvm: support small error limits
mlugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-13
optimize `@intCast` in llvm backend (#24739)
Rue
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
[next]