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-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-17
x86_64: rewrite scalar `+|`
Jacob Young
2025-05-17
x86_64: rewrite scalar `@shlWithOverflow`
Jacob Young
2025-05-12
Air: Fix mustLower() for atomic_load with inter-thread ordering.
Alex Rønne Petersen
2025-05-12
riscv64: Handle writes to the zero register sensibly in result bookkeeping.
Alex Rønne Petersen
2025-05-12
riscv64: Add missing fence for seq_cst atomic_store.
Alex Rønne Petersen
2025-05-12
riscv64: Get rid of some trailing whitespace.
Alex Rønne Petersen
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
2025-04-11
x86_64: pass exact integer bit sizes to compiler-rt routines
Jacob Young
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-04-10
x86_64: fix `error_set_has_value` of inferred error sets
Jacob Young
2025-04-10
x86_64: add avx512 registers
Jacob Young
2025-04-10
x86_64: support rip-relative addressing to labels in inline asm
Jacob Young
2025-04-10
x86_64: remove broken const value tracking
Jacob Young
2025-04-09
x86_64: fix switch on big ints
Jacob Young
2025-04-09
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@subWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@addWithOverflow`
Jacob Young
2025-04-05
x86_64: fix incorrect handling of unreusable operands
Jacob Young
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
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-03-23
Merge pull request #23209 from jacobly0/x86_64-rewrite
Jacob Young
2025-03-22
x86_64: fix rare miscomp that clobbers memory
Jacob Young
2025-03-22
x86_64: fix packedStore miscomp by spilling EFLAGS
Bingwu Zhang
2025-03-21
x86_64: rewrite scalar shifts
Jacob Young
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-10
x86_64: implement select of register mask
Jacob Young
2025-03-10
x86_64: fix symbol bugs
Jacob Young
2025-03-07
x86_64: reuse single register code during register write splitting
Jacob Young
2025-03-07
x86_64: implement write register splitting
Jacob Young
2025-03-07
x86_64: rewrite aggregate init
Jacob Young
2025-03-02
Merge pull request #22529 from xtexx/x86-64/shl-sat-int
Jacob Young
2025-03-02
x86_64: implement integer saturating left shifting codegen
xtex
2025-03-01
x86_64: rewrite wrapping add/sub
Jacob Young
2025-02-25
x86_64: use ZON for encodings
mlugg
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
arch/sparc64/CodeGen: Fix indentation in realStackOffset
87flowers
2025-02-22
stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches
Pavel Verigo
2025-02-22
x86_64: rewrite scalar `@bitReverse`
Jacob Young
2025-02-18
x86_64: rewrite scalar `@popCount`
Jacob Young
2025-02-18
x86_64: rewrite scalar `@ctz`
Jacob Young
[prev]
[next]