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
/
wasm
/
CodeGen.zig
Age
Commit message (
Expand
)
Author
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
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-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
wasm backend: memcpy and memmove are the same
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-02
compiler: change canonical path for backend ABI source files
Andrew Kelley
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: remove air references from mir
Jacob Young
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
Legalize: implement scalarization of `@shuffle`
Jacob Young
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
cbe: legalize safety instructions in non-zig1 builds
Jacob Young
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-26
compiler: add @memmove builtin
dweiller
2025-03-24
stage2-wasm: packed store/load 128 bits
Pavel Verigo
2025-03-24
stage2-wasm: behavior tests pass with ReleaseFast/Small
Pavel Verigo
2025-03-24
stage2-wasm: pass field_parent_ptr tests
Pavel Verigo
2025-03-24
stage2-wasm: enable undef test + ignore undef store/memset with safety off
Pavel Verigo
2025-03-24
stage2-wasm: fix error union handling
Pavel Verigo
2025-03-24
stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arr
Pavel Verigo
2025-03-24
stage2-wasm: clz fix
Pavel Verigo
2025-03-24
stage2-wasm: fix comparing and storing optionals
Pavel Verigo
2025-02-22
stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches
Pavel Verigo
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-22
wasm: Add a check for zero length around uses of memory.copy/memory.fill.
Alex Rønne Petersen
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
fix compiler unit tests
Andrew Kelley
2025-01-15
wasm codegen: fix mistaking extern data as function
Andrew Kelley
2025-01-15
wasm linker: track overaligned uavs
Andrew Kelley
2025-01-15
wasm linker: implement `@tagName` for sparse enums
Andrew Kelley
2025-01-15
wasm codegen: fix freeing of locals
Andrew Kelley
2025-01-15
implement indirect function table for object functions
Andrew Kelley
2025-01-15
wasm linker: don't assume nav callees are fully resolved
Andrew Kelley
[next]