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
Age
Commit message (
Expand
)
Author
2022-03-06
stage2: implement `@mulAdd` for scalar floats
John Schmidt
2022-03-06
wasm: Unify function generation
Luuk de Gram
2022-03-06
wasm: Remove old DeclGen/genTypedValue
Luuk de Gram
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
cbe: Implement wasm builtins
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemoryGrow` builtin
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-02-28
stage2: fix frame_address AIR instruction
Andrew Kelley
2022-02-28
stage2: implement `@frameAddress`
Veikka Tuominen
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-25
wasm: Fix error union's size/alignment
Luuk de Gram
2022-02-25
wasm: Refactor lowerUnnamedConst
Luuk de Gram
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-19
stage2: implement errunion_payload_ptr_set
Veikka Tuominen
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-10
wasm: Implement 'field_ptr' constants
Luuk de Gram
2022-02-09
stage2: implement all builtin floatops for f{16,32,64}
John Schmidt
2022-02-08
wasm: Store stack-offset as WValue
Luuk de Gram
2022-02-08
stage2: tiny improvements all over the place
Jakub Konka
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-07
stage2: implement @sqrt for f{16,32,64}
John Schmidt
2022-02-06
stage2: add new Decl subtype, ExternFn
Jakub Konka
2022-02-03
Move passing behavior tests
Luuk de Gram
2022-02-03
wasm: Refactor stack to account for alignment
Luuk de Gram
2022-02-03
wasm: Implement vector_init for array & structs
Luuk de Gram
2022-02-03
wasm: Implement elem_ptr
Luuk de Gram
2022-02-02
wasm32: fix struct padding
Jakub Konka
2022-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-25
wasm: Implement lowering unions
Luuk de Gram
2022-01-25
wasm: Implement get_union_tag
Luuk de Gram
2022-01-25
wasm: Implement set_union_tag
Luuk de Gram
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-19
wasm: Re-use genTypedValue for constants
Luuk de Gram
2022-01-19
wasm: Split funcgen and declgen
Luuk de Gram
2022-01-19
wasm: Refactor storing values.
Luuk de Gram
2022-01-19
wasm: Refactor emitConstant to lower to `WValue`
Luuk de Gram
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-15
stage2: fix Decl garbage collection not marking enough
Andrew Kelley
2022-01-13
stage2: fix build on 32-bit ISAs
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-10
wasm: Basic 128bit integer support
Luuk de Gram
2022-01-10
wasm: Implement optional compare
Luuk de Gram
2022-01-10
wasm: Implement float_to_int
Luuk de Gram
2022-01-08
wasm: Implement arrays
Luuk de Gram
2022-01-06
Sema: const inferred alloc infers comptime-ness
Andrew Kelley
[prev]
[next]