aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/generics.zig
AgeCommit message (Expand)Author
2022-09-09stage2 ARM: implement ptr_elem_valjoachimschmidt557
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