aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/pointers.zig
AgeCommit message (Expand)Author
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23spirv: fix blocks that return no valueRobin Voetter
2023-09-23spirv: constant elem ptrRobin Voetter
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-13std.math: hard deprecate obsolete constants (soft deprecated in 0.10)Eric Joldasov
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: ptr_subRobin Voetter
2023-05-20spirv: pointer bitcastingRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-03-25x86_64: implement atomic loopsJacob Young
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