aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/body/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add failing local items testJonas Schievink2021-04-211-0/+24
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+5
|
* Restrict visibilities to the containing DefMapJonas Schievink2021-02-281-0/+29
|
* Add another block def map testJonas Schievink2021-02-091-0/+27
|
* Test `super` resolution tooJonas Schievink2021-02-051-0/+2
|
* Fix resolution of `self` module within blocksJonas Schievink2021-02-051-6/+8
|
* Add newline between block and crate mapsJonas Schievink2021-02-031-0/+10
|
* Test for name resolution with DefMap shortcutJonas Schievink2021-02-031-0/+33
|
* Use body lowering for block_def_map testsJonas Schievink2021-02-031-0/+187
| | | | Removes the hacky and buggy custom lowering code
* Revert "Use block_def_map in body lowering"Jonas Schievink2021-02-021-187/+0
|
* Use body lowering for block_def_map testsJonas Schievink2021-02-011-0/+187
Removes the hacky and buggy custom lowering code