aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/body/tests/block.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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