aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/generics.zig
AgeCommit message (Expand)Author
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-07-23InternPool: add func_coerced handling to funcIesResolvedAndrew Kelley
2023-07-18Sema: fix return type of generic function is function pointerAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-14test/behavior/generics.zig: remove outdated TODOzooster
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
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-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2022-12-18std.builtin: remove layout field from Type.Enumr00ster91
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-11Type: check return_type for generic poison before comparingVeikka Tuominen
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-28value: properly hash `null_value` pointerVeikka Tuominen
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-25behavior: fix redefined exportsJacob Young
2022-10-18value: implement `Value.eqlAdvanced` on slicesJacob Young
2022-09-24Sema: properly handle generic struct as parameter typeVeikka Tuominen
2022-09-15value: hash extern functionsVeikka Tuominen
2022-09-11Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-09stage2 ARM: implement ptr_elem_valjoachimschmidt557
2022-08-29skip new behavior tests that do not pass for stage1Andrew Kelley
2022-08-24Sema: do not construct nested partial function typesVeikka Tuominen
2022-08-17Sema: fix generics with struct literal coerced to tagged unionAndrew Kelley
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-04-14Sema: fix generic instantiation false negativesAndrew Kelley
2022-03-29Sema: fix generic instantiations of return types with nested capturesAndrew Kelley
2022-03-24Sema: fix generic function with void parametersAndrew Kelley
2022-03-23stage2: fix some generics issuesAndrew Kelley
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-11Sema: improve detection of generic parametersVeikka Tuominen
2022-03-08stage2 ARM: implement ret_loadjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2022-02-06stage2 ARM: enable a handful of passing behavior testsjoachimschmidt557
2022-01-26organize behavior testsAndrew Kelley
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2021-11-22stage2: move some tests which are now passingRobin Voetter
2021-09-28Stage 2: Support inst.func() syntax (#9827)Martin Wickham
2021-08-28AstGen: pre-scan all decls in a namespaceAndrew Kelley
2021-08-21stage2: fix wrong value for Decl owns_tvAndrew Kelley