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
/
Mir.zig
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2022-12-21
wasm: refactor extended instructions
Luuk de Gram
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-12
wasm: load+store simd immediate values
Luuk de Gram
2022-05-09
wasm: Debug info for lines + pro/epilogue
Luuk de Gram
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 `@clz`
Luuk de Gram
2022-03-23
wasm: Implement more instructions
Luuk de Gram
2022-03-21
wasm: Implement @popCount
Luuk de Gram
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-09
wasm: Preliminary `fptrunc` support
Luuk de Gram
2022-03-09
wasm: Implement fpext
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-02-03
wasm: Implement elem_ptr
Luuk de Gram
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-10
wasm: Implement float_to_int
Luuk de Gram
2022-01-04
wasm: Implement memset, and sret arguments.
Luuk de Gram
2021-12-05
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"
Andrew Kelley
2021-12-04
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
wasm: Implement trunc, fix sliceLen and write undefined
Luuk de Gram
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-28
wasm-link: Implement indirect function table
Luuk de Gram
2021-11-27
wasm-linker: Resolve relocations
Luuk de Gram
2021-11-21
wasm: Implement structs stored on the stack
Luuk de Gram
2021-11-15
Stage2: wasm - Implement the MIR pass (#10153)
Luuk de Gram