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
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-28
wasm: skip unimplemented behavior test
Luuk de Gram
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-10
disable failing behavior test
Andrew Kelley
2022-07-23
Sema: `@floatToInt` safety
Veikka Tuominen
2022-06-28
Revert "AstGen: preserve inferred ptr result loc for breaks"
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-11
stage2: small fixes + adjustments to std tests
Veikka Tuominen
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-20
Sema: fix comptime `@floatCast` downcast
Andrew Kelley
2022-05-17
Sema: implement `@intCast` for vectors
Andrew Kelley
2022-05-17
enable passing behavior test
Andrew Kelley
2022-05-08
allow in-memory coercion of differently-named floats with same bits
Andrew Kelley
2022-05-05
stage2,llvm: handle softfloats in @intToFloat and @floatToInt
Jakub Konka
2022-04-16
stage2: fix @mulAdd on aarch64 Darwin
Jakub Konka
2022-04-06
Sema: in-memory coercion of differently named int types
Andrew Kelley
2022-04-04
Sema: add empty tuple to mutable slice coercion
Andrew Kelley
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-29
Sema: adjust coercion of undefined error union payload
Andrew Kelley
2022-03-28
Sema: implement coerceInMemoryAllowed for optionals
Veikka Tuominen
2022-03-23
Sema: Value.copy: we gotta copy the bytes
Andrew Kelley
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-21
stage2: out of bounds error for slicing
Mitchell Hashimoto
2022-03-21
Merge pull request #11195 from mparadinha/float-to-int
Jakub Konka
2022-03-16
stage2: x86_64: floatToInt for f32 and f64
mparadinha
2022-03-16
stage2 ARM: implement addwrap, subwrap, mulwrap
joachimschmidt557
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
stage2 llvm: Respect container type when lowering parent pointers
Cody Tapscott
2022-03-14
Sema: improve lowering of stores to bitcasted vector pointers
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-08
stage2 ARM: implement ret_load
joachimschmidt557
2022-03-08
stage2: elem vals of many pointers need not deref pointers
Mitchell Hashimoto
2022-03-08
x64: pass more behavior/cast.zig tests
Jakub Konka
2022-03-08
stage2 ARM: implement ptr_add, ptr_sub for all element sizes
joachimschmidt557
2022-03-06
wasm: call into `generateSymbol` when lowering
Luuk de Gram
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
2022-03-03
stage2: peer resolve const array pointer to unknown ptr
Mitchell Hashimoto
2022-03-03
stage2: peer resolve const u8 slices correctly
Mitchell Hashimoto
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-02
x64: fix bug in lowering optionals directly to immediate
Jakub Konka
2022-03-02
x64: fix incorrect calc of rdi spill stack loc for backpatching
Jakub Konka
2022-03-02
x64: fix intCast to properly clear out dest register
Jakub Konka
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-01
x64: fix array to slice impl
Jakub Konka
2022-03-01
Merge pull request #11016 from ziglang/x64-more-codegen
Jakub Konka
2022-02-28
Sema: clean up peer resolution of errors
Andrew Kelley
[next]