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-05-07
wasm: Fix `@floatToInt` and split overflow ops
Luuk de Gram
2022-05-07
wasm: `@addWithOverflow` for bitsize 32
Luuk de Gram
2022-05-06
wasm: Store signed ints as two's complement
Luuk de Gram
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-26
wasm: Implement codegen for C-ABI
Luuk de Gram
2022-04-26
wasm: Initial C-ABI implementation
Luuk de Gram
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-19
Merge pull request #11461 from Luukdegram/wasm-debug-info
Andrew Kelley
2022-04-19
wasm: Fix unreachable paths
Luuk de Gram
2022-04-19
wasm: fix lowerDeclRefValue using wrong Decl
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-05
wasm: Use 'select' instruction for max/min
Luuk de Gram
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-02
wasm: Implement `@ctz` for bitsize <= 64
Luuk de Gram
2022-04-02
wasm: Implement `@clz`
Luuk de Gram
2022-04-02
wasm: Implement `@mulAdd` for f32, f64
Luuk de Gram
2022-04-02
wasm: Implement `@maximum` & `@minimum`
Luuk de Gram
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-27
wasm: Implement overflow arithmetic
Luuk de Gram
2022-03-26
wasm: Only generate import when referenced
Luuk de Gram
2022-03-25
sema: use `pl_op` for `@select`
John Schmidt
2022-03-25
stage2: implement `@select`
John Schmidt
2022-03-23
Sema: introduce a type resolution queue
Andrew Kelley
2022-03-23
wasm: Implement more instructions
Luuk de Gram
2022-03-23
wasm: Implement opt_payload_ptr
Luuk de Gram
2022-03-23
wasm: Fix switching on errors
Luuk de Gram
2022-03-23
wasm: Implement `@errorName`
Luuk de Gram
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
wasm: Implement @popCount
Luuk de Gram
2022-03-21
stage2: add AIR instruction `cmp_vector`
William Sengir
2022-03-19
Merge pull request #11233 from Luukdegram/wasm-tests
Andrew Kelley
2022-03-19
wasm: All union/tuple/array tests passing
Luuk de Gram
2022-03-19
wasm: Implement `union_init` instruction
Luuk de Gram
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
2022-03-17
Merge pull request #11200 from Luukdegram/wasm-memcpy
Andrew Kelley
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-17
wasm: Improve memset implementation
Luuk de Gram
2022-03-17
wasm: Implement 'memcpy' instruction
Luuk de Gram
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-16
Sema: emit dbg_func around inline calls
Veikka Tuominen
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-11
stage2: implement `@shuffle` at runtime
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-09
wasm: Implement `field_parent_ptr`
Luuk de Gram
2022-03-09
wasm: Implement `errunion_payload_ptr_set`
Luuk de Gram
2022-03-09
wasm: Preliminary `fptrunc` support
Luuk de Gram
2022-03-09
wasm: Implement fpext
Luuk de Gram
2022-03-09
wasm: Improve switch implementation
Luuk de Gram
[prev]
[next]