aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/nameres
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid cyclic queries in name resolution when processing enumsAleksey Kladov2020-04-111-0/+8
* Remove code duplicationAleksey Kladov2020-04-111-5/+1
* Semicolon tokenAleksey Kladov2020-04-101-1/+1
* Be consistent about token accesorsAleksey Kladov2020-04-091-1/+1
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-0/+4
* Merge #3727bors[bot]2020-03-261-4/+12
|\
| * Remove deps on tt_mbeEdwin Cheng2020-03-261-3/+3
| * Add ProcMacroClientEdwin Cheng2020-03-251-5/+13
* | Get rid of ItemOrMacroAleksey Kladov2020-03-261-5/+6
* | Minor incremental tests cleanupAleksey Kladov2020-03-261-8/+8
|/
* Remove collect proc_macro definitionsEdwin Cheng2020-03-251-23/+23
* Rename to CustomDeriveEdwin Cheng2020-03-251-1/+1
* Add basic custom derive loweringEdwin Cheng2020-03-251-7/+53
* Simplify Arena to use a generic indexAleksey Kladov2020-03-193-52/+46
* Check that no file contains trailing wsAleksey Kladov2020-03-174-107/+107
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-164-26/+16
* Protect against infinite macro expansion in def collectorFlorian Diebold2020-03-131-9/+39
* fix issue 3444Josh Mcguigan2020-03-131-0/+22
* Minimize APIAleksey Kladov2020-03-091-1/+1