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
/
test
/
behavior
Age
Commit message (
Expand
)
Author
2023-05-20
spirv: pointer bitcasting
Robin Voetter
2023-05-20
spirv: ptr_add
Robin Voetter
2023-05-20
spirv: dont use OpIAddCarry
Robin Voetter
2023-05-20
spirv: use intInfo instead of arithmeticTypeInfo in airIntCast
Robin Voetter
2023-05-20
spirv: implement pointer comparison in for air cmp
Robin Voetter
2023-05-18
x86_64: implement saturating add/sub for weird types
Jacob Young
2023-05-18
codegen: emit global vector padding
Jacob Young
2023-05-18
x86_64: implement integer vector `@truncate`
Jacob Young
2023-05-18
x86_64: delete some incorrect code
Jacob Young
2023-05-18
x86_64: fix multi-limb compare
Jacob Young
2023-05-18
x86_64: initialize array sentinels
Jacob Young
2023-05-18
x86_64: rewrite casts
Jacob Young
2023-05-18
x86_64: fix float min/max behavior
Jacob Young
2023-05-18
Revert "Sema: handle recursive inferred errors better in analyzeIsNonErrCompt...
Andrew Kelley
2023-05-18
make `@trap` return unreachable/noreturn (#15749)
zooster
2023-05-16
Merge pull request #15713 from alichraghi/ali-spirv
Andrew Kelley
2023-05-15
Merge pull request #15704 from Vexu/fix-memcpyset
Andrew Kelley
2023-05-15
spirv: lower ptrtoint & ignore dbg_inline instructions
Ali Chraghi
2023-05-15
spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)
Ali Chraghi
2023-05-15
Sema: use `elemPtrOneLayerOnly` in `zirMemCpy`
Veikka Tuominen
2023-05-15
Sema: ensure dest ptr of memcpy has length
Veikka Tuominen
2023-05-15
x86_64: implement integer vector bitwise operations
Jacob Young
2023-05-15
x86_64: implement integer vector mul
Jacob Young
2023-05-15
x86_64: fix `@clz` and `@ctz` of `u8`
Jacob Young
2023-05-15
x86_64: redo movement, float negation, and `@fabs`
Jacob Young
2023-05-15
x86_64: reimplement `@floatToInt`
Jacob Young
2023-05-15
Dwarf: fix overflow write byte_size
Jacob Young
2023-05-15
x86_64: implement calling function references
Jacob Young
2023-05-15
x86_64: implement global payload pointers
Jacob Young
2023-05-15
x86_64: implement integer vector movement
Jacob Young
2023-05-15
x86_64: implement stack probing
Jacob Young
2023-05-15
x86_64: fix field_ptr nonsense
Jacob Young
2023-05-15
codegen: implement global enum_numbered
Jacob Young
2023-05-15
x86_64: implement union_init
Jacob Young
2023-05-15
x86_64: add missing multply of `f16`
Jacob Young
2023-05-15
spirv: lower float_to_int and int_to_float
Ali Chraghi
2023-05-13
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen
2023-05-12
Sema: handle recursive inferred errors better in analyzeIsNonErrComptimeOnly
Veikka Tuominen
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-11
Merge pull request #15519 from dweiller/issue-15482
Andrew Kelley
2023-05-11
Merge pull request #15639 from jacobly0/signed-mod
Andrew Kelley
2023-05-11
fix incorrect use of mutable pointers to temporary values
Veikka Tuominen
2023-05-11
Sema: return const pointers from ref inits
Veikka Tuominen
2023-05-10
llvm: fix `@max`/`@min` of unsupported float types
Jacob Young
2023-05-10
llvm/cbe: fix signed `@mod`/`@divFloor` computations
Jacob Young
2023-05-09
fix `[x]u65529` and above overflowing
r00ster91
2023-05-08
x86_64: implement binary operations for `f16` and `f16` vectors
Jacob Young
2023-05-08
x86_64: implement `@floor`, `@ceil`, and `@trunc` for float vectors
Jacob Young
2023-05-08
x86_64: implement `@sqrt` for `f16` scalars and vectors
Jacob Young
2023-05-08
x86_64: implement float cast from `f16` to `f64`
Jacob Young
[next]