aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupAleksey Kladov2020-03-041-16/+14
* Remove old find refs infraAleksey Kladov2020-03-042-41/+2
* Refactor reference search a bitAleksey Kladov2020-03-031-1/+11
* More principled approach for gotodef for field shorhandAleksey Kladov2020-03-022-10/+24
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-297-30/+30
* Handle tuple fields as wellAleksey Kladov2020-02-292-1/+7
* MinorAleksey Kladov2020-02-292-5/+4
* Simplify SourceBinderAleksey Kladov2020-02-296-349/+321
* Small cleanupAleksey Kladov2020-02-291-9/+15
* Reduce visibilityAleksey Kladov2020-02-282-3/+3
* Merge #3367bors[bot]2020-02-282-7/+32
|\
| * Fix highlighting of const patternsAleksey Kladov2020-02-282-7/+32
* | Simpilfy origin_range logicEdwin Cheng2020-02-281-38/+27
|/
* Use text_range::extend_toEdwin Cheng2020-02-271-10/+3
* Skip trival token in original_rangeEdwin Cheng2020-02-261-5/+7
* Remove duplicate commentEdwin Cheng2020-02-261-1/+0
* Add recursive support in original_rangeEdwin Cheng2020-02-261-14/+37
* Remove dead codeAleksey Kladov2020-02-262-25/+9
* Reduce visibilityAleksey Kladov2020-02-263-76/+81
* Refactor primary IDE APIAleksey Kladov2020-02-264-215/+480
* Don't store deriveable Module info in NameDefinitionAleksey Kladov2020-02-191-1/+28
* Update versionsKirill Bulatov2020-02-181-3/+3
* More manual clippy fixesKirill Bulatov2020-02-181-21/+15
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-182-8/+7
* Merge #3169bors[bot]2020-02-172-0/+6
|\
| * show names for record fields in enum completionadamrk2020-02-162-0/+6
* | Introduce AsMacroCall traitEdwin Cheng2020-02-171-10/+6
|/
* Revert source_analyzer changesKirill Bulatov2020-02-122-55/+6
* Fix post-rebase issuesKirill Bulatov2020-02-121-11/+12
* Support trait method call autoimportsKirill Bulatov2020-02-121-1/+5
* Trait location draftKirill Bulatov2020-02-121-11/+7
* Resolve methods and functions betterKirill Bulatov2020-02-121-6/+54
* Add more hir APIs for associated itemsAleksey Kladov2020-02-122-14/+64
* Merge #3050bors[bot]2020-02-092-12/+24
|\
| * FormattingFlorian Diebold2020-02-071-6/+4
| * Fix compilation of other cratesFlorian Diebold2020-02-071-10/+15
| * wip lower impl trait to type argsFlorian Diebold2020-02-071-1/+1
| * Add impl trait lowering modeFlorian Diebold2020-02-072-8/+9
| * Introduce TyLoweringContextFlorian Diebold2020-02-072-6/+14
* | Remove ImportResolver-related stubsKirill Bulatov2020-02-091-2/+1
|/
* Remove the leftovers after ImportLocator removalKirill Bulatov2020-02-061-1/+0
* Merge #2982bors[bot]2020-02-021-1/+2
|\
| * Code review fixesKirill Bulatov2020-02-021-1/+1
| * Require ModPath for importingKirill Bulatov2020-02-021-1/+2
* | Auto import functionsKirill Bulatov2020-02-011-6/+11
|/
* Re-sync queries for memory usage measurnmentAleksey Kladov2020-01-291-9/+13
* Code review fixesKirill Bulatov2020-01-271-3/+2
* Adjust the testsKirill Bulatov2020-01-261-0/+1
* Have a better trait interfaceKirill Bulatov2020-01-261-1/+2
* Initial auto import action implementationKirill Bulatov2020-01-261-1/+1