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
2023-03-03
codegen: rename GenerateSymbolError to CodeGenError
Jakub Konka
2023-03-03
sparc64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
riscv64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
aarch64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
arm: use common implementation of genTypedValue helper
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-27
codegen: fix test failures
Jacob Young
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-20
Merge pull request #14685 from ziglang/bitcast-fixes
Jakub Konka
2023-02-20
riscv64+sparc64: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-20
arm: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-20
aarch64: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-20
x86: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-19
implement `writeToMemory`/`readFromMemory` for pointers
Veikka Tuominen
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-03
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-02
Merge pull request #14502 from ziglang/link-owned-atoms
Jakub Konka
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
wasm: apply request change
Techatrix
2023-01-31
wasm: correctly handle optional slices
Techatrix
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-29
stage2 AArch64: move copy-register-arg-to-stack code to fn prologue
joachimschmidt557
2023-01-27
wasm: migrate to new non-allocateDeclIndexes API
Luuk de Gram
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
self-hosted: clean up calling logic for x86_64 and aarch64 across linkers
Jakub Konka
2023-01-26
macho: completely remove allocateDeclIndexes in favor of linker tracking
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2023-01-22
stage2 ARM: add basic debug info for locals
joachimschmidt557
2023-01-14
llvm: correctly handle C ABI structs with f32/f64 alignment differences
Veikka Tuominen
2023-01-14
add C ABI tests for exotic float types
Veikka Tuominen
2023-01-03
stage2 AArch64: bump up alignment of stack items fitting in regs
joachimschmidt557
2022-12-31
Merge pull request #14130 from Vexu/debug-info
Veikka Tuominen
2022-12-30
x86_64: remove extra whitespace
Manlio Perillo
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-29
stage2 AArch64: implement errUnion{Err,Payload} for registers
joachimschmidt557
2022-12-27
stage2 AArch64: implement field_parent_ptr
joachimschmidt557
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-21
wasm: refactor extended instructions
Luuk de Gram
2022-12-20
llvm: fix C ABI for <=256 bit vectors
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
[next]