aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Drop rarely used fixture functionalityAleksey Kladov2020-06-231-25/+0
|
* Switch to new magic marksAleksey Kladov2020-05-201-4/+4
|
* Change union resolve types onlyEdwin Cheng2020-05-041-1/+1
|
* Record definitions in `extern` blocksJonas Schievink2020-04-231-1/+8
|
* Check that no file contains trailing wsAleksey Kladov2020-03-171-2/+2
| | | | rustfmt allows trailing spaces in string literals unfortunately.
* fix issue 3444Josh Mcguigan2020-03-131-0/+22
|
* fix #2377 super::super::*Josh Mcguigan2020-03-011-0/+36
|
* Publicize debug printing of CrateDefMapAleksey Kladov2020-01-281-41/+2
|
* Take visibility into account for glob importsFlorian Diebold2019-12-261-3/+3
|
* SimplifyAleksey Kladov2019-12-221-5/+5
|
* Make legacy macros privateAleksey Kladov2019-12-201-12/+7
|
* Add testsEdwin Cheng2019-12-061-0/+32
|
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-0/+7
|
* SimplifyAleksey Kladov2019-11-241-1/+1
|
* Rename CrateModuleIdAleksey Kladov2019-11-231-2/+2
|
* Get rid of DefDatabase2Aleksey Kladov2019-11-231-1/+1
|
* Add tests for resolving types in core and std preludesMatthias Einwag2019-11-101-0/+31
|
* Restore crate_def_map marksAleksey Kladov2019-11-031-4/+4
|
* move crate_def_map tests to hir_defAleksey Kladov2019-11-031-0/+522