aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/pointers.zig
AgeCommit message (Expand)Author
2022-03-23Sema: fix comptime elem_ptr compare fixed addressAndrew Kelley
2022-03-23wasm: Enable all passing testsLuuk de Gram
2022-03-22CBE: enable more passing tests (#11258)Daniele Cocca
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-16stage2: elem_ptr needs to know if slice or direct accessMitchell Hashimoto
2022-03-08stage2: sentinel array init must add sentinel to array valueMitchell Hashimoto
2022-03-08stage2: elem vals of many pointers need not deref pointersMitchell Hashimoto
2022-03-07stage2: resolve array type for typed array init expressionsMitchell Hashimoto
2022-03-05stage2: test changed behavior of c pointer resolution from stage1Mitchell Hashimoto
2022-03-03Sema: rework peer type logic for pointersAndrew Kelley
2022-03-03stage2: peer resolve *T to [*c]TMitchell Hashimoto
2022-03-03stage2: make analyzePtrArithmetic no-op with offset=0Veikka Tuominen
2022-02-24Sema: implement tupleFieldVal, fix comptime elem_ptrAndrew Kelley
2022-02-22Port more behavior testsJakub Konka
2022-01-26Sema: implement struct init is_ref=trueAndrew Kelley
2021-11-16C backend: basic big ints, fix airPtrToInt, array references, pointer arithme...drew
2021-10-23stage2: implement more C pointer Sema and comptime ptr arithAndrew Kelley
2021-10-17stage2: implement coercion from null to C pointerAndrew Kelley
2021-08-07stage2: pass some pointer testsAndrew 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