aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/null.zig
AgeCommit message (Expand)Author
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-23Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""Robin Voetter
2023-10-22Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"Andrew Kelley
2023-10-21spirv: self-referential pointers via new fwd_ptr_typeRobin Voetter
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2022-02-08stage2: fix inferred comptime constant localsAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-11-02C backend: implement ?void, and other zero sized typesEmily Bellows
2021-10-17stage2: LLVM backend: lower constant field/elem ptrsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley