aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/generics.zig
AgeCommit message (Expand)Author
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
2021-08-20stage2: support comptime fn call returning typeAndrew Kelley
2021-08-06stage2: fix return pointer result locationsAndrew Kelley
2021-08-06stage2: fix generics with non-comptime anytype parametersAndrew Kelley
2021-08-05stage2: return type expressions of generic functionsAndrew Kelley
2021-08-05stage2: implement generic function memoizationAndrew Kelley
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
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