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
getAppDataDir
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
std.Io.Threaded-groups-2
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-01-15
wasm: use call_intrinsic MIR instruction
Andrew Kelley
2025-01-15
wasm: move error_name lowering to Emit phase
Andrew Kelley
2025-01-15
wasm codegen: rename func: CodeGen to cg: CodeGen
Andrew Kelley
2025-01-15
wasm codegen: switch on bool instead of int
Andrew Kelley
2025-01-15
wasm: implement errors_len as a MIR opcode with no linker involvement
Andrew Kelley
2025-01-15
wasm codegen: fix some compilation errors
Andrew Kelley
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-11
riscv64: Support the fp alias for register s0 in inline assembly.
Alex Rønne Petersen
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-12
AstGen: add missing `rvalue` call to `labeledBlockExpr`
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-10-24
link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...
Jakub Konka
2024-10-23
link.Elf.ZigObject.updateFunc: reduce data dependencies
Andrew Kelley
2024-10-19
x86_64: handle incoming stack alignment
mlugg
2024-10-19
x86_64,riscv64: fix incorrect `incoming_stack_alignment` handling
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-10
arch/aarch64/Mir: fix spelling (pseudo instead of psuedo)
Samuel Fiedler
2024-10-09
x86_64: print pseudo instructions in wip_mir log
Jacob Young
2024-10-09
Dwarf: implement and test lexical blocks
Jacob Young
2024-10-08
stage2-wasm: airRem + airMod for floats
Pavel Verigo
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-09-25
mips: use byval for all integer types
Maciej 'vesim' Kuliński
2024-09-16
riscv: fix up `ptr_elem_val` to not doubly lock
David Rubin
2024-09-12
riscv: implement `optional_payload_ptr_set`
David Rubin
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-09-07
mips: fix C ABI compatibility
Maciej 'vesim' Kuliński
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-01
riscv: implement `switch_dispatch` & `loop_switch_br`
David Rubin
2024-09-01
riscv: implement `repeat` and the new `switch_br`
David Rubin
2024-09-01
x86_64: implement `loop_switch_br` and `switch_dispatch`
Jacob Young
2024-09-01
x86_64: un-regress `loop` and `switch_br`
mlugg
2024-09-01
wasm: un-regress `loop` and `switch_br`
mlugg
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-09-01
riscv: implement `errunion_payload_ptr_set`
David Rubin
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
[prev]
[next]