aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/pointers.zig
AgeCommit message (Expand)Author
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-23CType: fix lowering of generic function pointerJacob Young
2023-01-22stage2 ARM: add basic debug info for localsjoachimschmidt557
2023-01-22type: correct condition for eliding pointer alignment canonicalizationVeikka Tuominen
2023-01-17AstGen: reset source cursor before generating pointer attributesVeikka Tuominen
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-12llvm: correctly lower references to generic functionsVeikka Tuominen
2022-10-30behavior: enable fixed cbe testsJacob Young
2022-10-25cbe: add support for all float literals typesJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-10-05Sema: use correct value when `@ptrCast` operand is comptime knownVeikka Tuominen
2022-09-10x86_64: pass more behavior testsJakub Konka
2022-09-09stage2 ARM: implement ptr_elem_valjoachimschmidt557
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-09-08Sema: preserve alignment of const decl pointersVeikka Tuominen
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-05-17stage2: fix pointer arithmetic result typeAndrew Kelley
2022-05-17behavior tests: correction of C pointer testAndrew Kelley
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