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-07-25
wasm: pass correct abi-size for scalar values
Luuk de Gram
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-24
wasm: more f16 support and cleanup of intrinsics
Luuk de Gram
2022-06-24
wasm: Implement `@mulAdd` for f16
Luuk de Gram
2022-06-24
wasm: Implement basic f16 support
Luuk de Gram
2022-06-24
link: Implement API to get global symbol index
Luuk de Gram
2022-06-24
wasm: Create compiler-rt symbols and lowering
Luuk de Gram
2022-06-19
wasm: fixes for signed saturation
Luuk de Gram
2022-06-19
wasm: saturating shift-left for signed integers
Luuk de Gram
2022-06-19
wasm: saturating shift-left for unsigned integers
Luuk de Gram
2022-06-19
wasm: saturating add and sub for signed integers
Luuk de Gram
2022-06-19
wasm: implement saturating add, sub for unsigned
Luuk de Gram
2022-06-12
Merge pull request #11837 from Vexu/stage2
Andrew Kelley
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-11
wasm: implement `@ceil`, `@floor` and `@trunc`
Luuk de Gram
2022-06-11
wasm: optimize & simplify sign extension
Luuk de Gram
2022-06-11
wasm: implement `@divFloor` for signed integers
Luuk de Gram
2022-06-11
wasm: signed integer division (non-floor)
Luuk de Gram
2022-06-11
wasm: support all `@div{trunc/floor/exact}` ops
Luuk de Gram
2022-06-11
wasm:`@byteSwap` for 24 bit integers
Luuk de Gram
2022-06-11
wasm: implement `@byteSwap` for 16/32bit integers
Luuk de Gram
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-06
Merge pull request #11783 from ziglang/stage2-try
Andrew Kelley
2022-06-06
dwarf: fix incorrect type reloc for unions
Jakub Konka
2022-06-05
wasm: Implement `try` instruction
Luuk de Gram
2022-06-05
stage2: implement the new "try" ZIR/AIR instruction
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-24
stage2: fixes for error unions, optionals, errors
Andrew Kelley
2022-05-24
wasm: use errUnionPayloadOffset and errUnionErrOffset from codegen.zig
Jakub Konka
2022-05-24
stage2: make `?anyerror` represented the same as `anyerror`
Andrew Kelley
2022-05-24
wasm: Fixes for error union semantics
Luuk de Gram
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-18
wasm: Implement {add/sub}WithOverflow for 128bit
Luuk de Gram
2022-05-18
wasm: Support `not` instruction for 128 bit integers
Luuk de Gram
2022-05-18
wasm: Implement trunc/wrap for 128 bit integers
Luuk de Gram
2022-05-18
wasm: Support 128bit integers for max/min/ctz/clz
Luuk de Gram
2022-05-18
wasm: Fix C-ABI for 128 bit integers
Luuk de Gram
2022-05-18
wasm: 128 bit intcast and binary operations
Luuk de Gram
2022-05-18
wasm: Support 128bit add/sub wrapping operands
Luuk de Gram
2022-05-18
wasm: 128bit integer cmp support
Luuk de Gram
2022-05-18
wasm: Support 128bit integer coercion
Luuk de Gram
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-16
wasm: Improve shl_with_overflow
Luuk de Gram
2022-05-16
wasm: Improve overflow add/sub for ints <= 64bits
Luuk de Gram
2022-05-09
wasm: Write nops for padding debug info
Luuk de Gram
2022-05-09
wasm: Debug info for lines + pro/epilogue
Luuk de Gram
2022-05-09
wasm: Debug information for locals
Luuk de Gram
2022-05-09
wasm: Implement debug info for parameters
Luuk de Gram
[prev]
[next]