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
/
widening.zig
Age
Commit message (
Expand
)
Author
2023-09-10
wasm: enable successful behavior tests
Techatrix
2023-05-18
x86_64: rewrite casts
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-21
behavior: enable a bunch of disabled tests
Jacob Young
2023-04-15
disable more failing C backend tests
Andrew Kelley
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2022-12-10
disable failing CBE behavior tests failing on aarch64-windows
Andrew Kelley
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-10
behavior and langref: reenable previously-regressed tests on aarch64 and powe...
r00ster91
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-24
Revert "wasm: Enable f16 behavior tests"
Luuk de Gram
2022-06-24
wasm: Enable f16 behavior tests
Luuk de Gram
2022-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-03-27
stage1: implement casting from u0
leesongun
2022-03-18
organize behavior tests
Andrew Kelley
2022-01-28
add behavior tests for f80
Veikka Tuominen
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-10-13
stage2: remove use of `builtin.stage2_arch` workaround
Andrew Kelley
2021-10-05
stage2: enum fixes
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
stage2: fix unsigned integer to signed integer coercion
Andrew Kelley
2021-09-21
stage2: enable f16 math
Andrew Kelley
2021-08-01
move some behavior tests to the "passing for stage2" section
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley