aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres/tests/globs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Order of glob imports should not affect import shadowingPaul Daniel Faria2020-06-251-0/+46
|
* Fix formatting issue with glob shadow testPaul Daniel Faria2020-06-241-17/+17
|
* Use a macro in push_res to simplify code, simplify glob_shadowed_def assertionPaul Daniel Faria2020-06-241-127/+28
|
* Account for updated module ids when determining whether a resolution is ↵Paul Daniel Faria2020-06-241-0/+146
| | | | "changed"
* Switch to new magic marksAleksey Kladov2020-05-201-4/+3
|
* Check that no file contains trailing wsAleksey Kladov2020-03-171-46/+46
| | | | rustfmt allows trailing spaces in string literals unfortunately.
* Fix cross-crate glob privacy handlingFlorian Diebold2019-12-261-0/+20
|
* Handle privacy for modulesFlorian Diebold2019-12-261-2/+1
|
* Take visibility into account for glob importsFlorian Diebold2019-12-261-0/+78
|
* Handle start imports in import groupsAleksey Kladov2019-12-191-0/+21
|
* Restore crate_def_map marksAleksey Kladov2019-11-031-2/+2
|
* move crate_def_map tests to hir_defAleksey Kladov2019-11-031-0/+114