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
/
cast.zig
Age
Commit message (
Expand
)
Author
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-09-10
x86_64: delete usages of avx2 `vpack?s??`
Jacob Young
2025-09-07
wasm backend: disable failing behavior tests
Andrew Kelley
2025-08-13
llvm: unions which are equivalent to enums are not by-ref
mlugg
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-07-25
aarch64: more progress
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-17
Merge pull request #24188 from mlugg/intfromfloat-safety
Matthew Lugg
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-03
Legalize: handle packed semantics
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
2025-04-11
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen
2025-03-24
stage2-wasm: enable already working tests
Pavel Verigo
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-12
x86_64: implement conversions between float and int vectors
Jacob Young
2025-02-05
Sema: fix PTR of slice of sentinel-terminated array
mlugg
2025-01-16
x86_64: pass more behavior tests
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-20
Fix peer type resolution with allowzero pointers
xdBronch
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-22
tests: re-enable tests that now pass on aarch64-windows
kcbanner
2024-09-12
riscv: implement `optional_payload_ptr_set`
David Rubin
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: airAsm rewrite
David Rubin
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: implement `@floatFromInt`
David Rubin
2024-07-26
riscv: remove redundant assert in `genBinOp`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-06-13
test: disable-enable riscv tests
David Rubin
2024-06-13
riscv: disable failing test
David Rubin
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: implement optional logic
David Rubin
2024-06-13
riscv: integer + float `@abs`
David Rubin
2024-06-13
riscv: implement more arithmetic instructions
David Rubin
2024-06-13
riscv: zero registers when using register-wide operations
David Rubin
2024-06-13
riscv: fix register clobber in certain edge cases
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-06-13
riscv: switch progress + by-ref return progress
David Rubin
2024-06-10
spirv: disable tests that fail on pocl
Robin Voetter
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: by-value structs + `@min`
David Rubin
[next]