aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres
Commit message (Expand)AuthorAgeFilesLines
* Rename ModuleItem -> ItemAleksey Kladov2020-07-291-2/+2
* Check that visibility upgrade path is hitJonas Schievink2020-07-222-4/+8
* Support `Trait as _` importsJonas Schievink2020-07-212-18/+180
* SimplifyAleksey Kladov2020-07-201-1/+1
* Remove insta for ra_hir_defAleksey Kladov2020-07-171-17/+15
* Rewrite def map tests from insta to expectAleksey Kladov2020-07-175-1938/+1821
* Semantical call infoAleksey Kladov2020-07-161-1/+9
* Cleanup limitsAleksey Kladov2020-07-151-7/+7
* Check cancellation when updating imports recursivelyAleksey Kladov2020-07-151-0/+1
* Micro-optimize updateAleksey Kladov2020-07-151-5/+6
* Guard against infinite macro expansionsAleksey Kladov2020-07-142-0/+29
* Remove relative_path dependencyAleksey Kladov2020-07-081-29/+87
* Merge #5033bors[bot]2020-06-272-10/+129
|\
| * Remove comment that's no longer validPaul Daniel Faria2020-06-261-2/+0
| * Split glob import map to per-ns, switch ExprCollector to use a simpler push_resPaul Daniel Faria2020-06-261-7/+7
| * Track import type outside of , use enum rather than bool to improve readabilityPaul Daniel Faria2020-06-251-14/+22
| * Revert resolution of all glob imports first, replace with tracking of glob im...Paul Daniel Faria2020-06-252-35/+93
| * Order of glob imports should not affect import shadowingPaul Daniel Faria2020-06-252-16/+71
* | Make VFS join methods fallibleJonas Schievink2020-06-261-0/+16
* | Collect field/variant attrs in ItemTreeJonas Schievink2020-06-251-2/+2
|/
* Don't allocate common visibilitiesJonas Schievink2020-06-241-24/+28
* draw the rest of the owlJonas Schievink2020-06-242-54/+85
* ItemTree: use a newtyped IDJonas Schievink2020-06-241-3/+4
* Remove now-broken incremental testJonas Schievink2020-06-241-38/+0
* Remove raw item queryJonas Schievink2020-06-241-483/+0
* Fix testJonas Schievink2020-06-241-2/+5
* Move collectorJonas Schievink2020-06-241-108/+193
* collector changes WIPJonas Schievink2020-06-242-26/+25
* 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 "chan...Paul Daniel Faria2020-06-241-0/+146
* Drop rarely used fixture functionalityAleksey Kladov2020-06-231-25/+0
* New VFSAleksey Kladov2020-06-232-7/+10
* Don't panic on crates depending on themselvesFlorian Diebold2020-06-191-1/+1
* SimplifyAleksey Kladov2020-06-181-1/+4
* Anchor file-system operations to the file, and not to the source root.Aleksey Kladov2020-06-161-4/+4
* Don't guess macro expansion crateAleksey Kladov2020-06-111-17/+22
* More direct signature for resolve_pathAleksey Kladov2020-06-051-1/+1
* Rename resolve_relative_path -> resolve_pathAleksey Kladov2020-06-051-1/+1
* Pass trivially copy types as copykjeremy2020-05-261-1/+1
* Switch to new magic marksAleksey Kladov2020-05-207-27/+25
* Change union resolve types onlyEdwin Cheng2020-05-041-1/+1
* Change favor_types to has_constructorEdwin Cheng2020-05-041-3/+3
* Fix testEdwin Cheng2020-05-041-16/+16
* Favor types for Record in name resolutionEdwin Cheng2020-05-042-6/+25
* Add test in name resolutionsEdwin Cheng2020-05-021-0/+37
* Make AttrQuery copyableEdwin Cheng2020-05-011-10/+14
* Support local_inner_macrosEdwin Cheng2020-05-012-6/+23
* Record definitions in `extern` blocksJonas Schievink2020-04-232-3/+38
* Make incremental nameres test harderAleksey Kladov2020-04-111-0/+6