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
/
abi.zig
Age
Commit message (
Expand
)
Author
2025-07-02
compiler: change canonical path for backend ABI source files
Andrew Kelley
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-01-15
wasm linker: implement name, module name, and type for function imports
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-02
stage2-wasm: Zcu renaming
Pavel Verigo
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-02-14
wasm: allow non-int vectors
Paul Berg
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-09-21
wasm: fix regression of C ABI
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: implement intTagType logic
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-11-30
wasm: support passing packed struct over C-ABI
Luuk de Gram
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-07-25
wasm: Only allow lowering C-ABI compatible types
Luuk de Gram
2022-07-25
llvm: correctly lower c-abi for Wasm target
Luuk de Gram
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-04-26
wasm: Implement codegen for C-ABI
Luuk de Gram
2022-04-26
wasm: Initial C-ABI implementation
Luuk de Gram