aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests/block.rs
Commit message (Expand)AuthorAgeFilesLines
* Use body lowering for block_def_map testsJonas Schievink2021-02-031-186/+0
* Revert "Use block_def_map in body lowering"Jonas Schievink2021-02-021-0/+186
* Use body lowering for block_def_map testsJonas Schievink2021-02-011-186/+0
* block_def_map: add a few macro testsJonas Schievink2021-01-281-0/+63
* Traverse parent DefMap for `super` pathsJonas Schievink2021-01-251-0/+26
* Remove unnecessary annotations from testsJonas Schievink2021-01-211-4/+0
* Add test for nameres in nested blocksJonas Schievink2021-01-211-0/+29
* Add test that merges inner and outer namesJonas Schievink2021-01-211-0/+25
* Add name resolution query for block expressionsJonas Schievink2021-01-211-0/+47