aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added cov markivan7702021-05-171-1/+2
|
* Fix #8834ivan7702021-05-161-0/+15
|
* Fix `use crate as <name>;` importsJonas Schievink2021-03-171-0/+19
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+4
|
* Don't keep the parent DefMap alive via ArcJonas Schievink2021-02-041-3/+10
| | | | | This seems like it could easily leak a lot of memory since we don't currently run GC
* Use body lowering for block_def_map testsJonas Schievink2021-02-031-66/+2
| | | | Removes the hacky and buggy custom lowering code
* Revert "Use block_def_map in body lowering"Jonas Schievink2021-02-021-2/+66
|
* Use body lowering for block_def_map testsJonas Schievink2021-02-011-66/+2
| | | | Removes the hacky and buggy custom lowering code
* Intern block locations and handle them in ModuleIdJonas Schievink2021-01-251-9/+53
|
* Add name resolution query for block expressionsJonas Schievink2021-01-211-0/+20
|
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-181-1/+1
|
* fixture -> ra_fixtureJonas Schievink2020-12-191-2/+2
|
* Don't stack overflow on circular modulesAleksey Kladov2020-11-041-3/+2
| | | | closes #6453
* Handle #![cfg] in crate rootJonas Schievink2020-10-261-0/+17
|
* Add annotation-based nameres diagnostic testsJonas Schievink2020-09-161-0/+1
|
* Support extern typesJonas Schievink2020-08-241-0/+2
|
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+690