aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/cast.zig
AgeCommit message (Expand)Author
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-19disable behavior tests regressed by LLVM 17Andrew Kelley
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-09-19x86 backend: don't read bogus safety flagAndrew Kelley
2023-09-15AstGen: do not forward result pointers through @asmlugg
2023-09-10wasm: enable successful behavior testsTechatrix
2023-08-30Sema: cleanup `coerceExtra`Jacob Young
2023-08-28Sema: allow cast builtins on vectorsmlugg
2023-08-06Add behavior test for ptrCast on function pointerStevie Hryciw
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-12Update tests to new splat syntaxantlilja
2023-06-25behavior: add tests for cast builtins coercing to optional and error unionmlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-14Merge pull request #15726 from mlugg/feat/peer-type-resolution-but-betterAndrew Kelley
2023-06-13Sema: rewrite peer type resolutionmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-10behavior: update for different inferred error set orderJacob Young
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-16Merge pull request #15713 from alichraghi/ali-spirvAndrew Kelley
2023-05-15spirv: lower ptrtoint & ignore dbg_inline instructionsAli Chraghi
2023-05-15x86_64: reimplement `@floatToInt`Jacob Young
2023-05-15spirv: lower float_to_int and int_to_floatAli Chraghi
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-03x86_64: fix global slicesJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-22wasm: enable `@intToError` testLuuk de Gram
2023-04-21behavior: enable a bunch of disabled testsJacob Young
2023-04-15disable more failing C backend testsAndrew Kelley
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-03x86_64: implement cmp_lt_errors_lenJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-03-24x86_64: canonicalize each br of a blockJacob Young
2023-03-24x86_64: fix more value tracking bugsJacob Young
2023-03-21x86_64: implement atomic and fence opsJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-05CBE: implement vector operationsJacob Young
2023-02-19add test coverage for fixed bug. closes #5516Andrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-11Sema: add missing peer type resolution for error unionsVeikka Tuominen
2023-01-31wasm: apply request changeTechatrix
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen