aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-165-262/+265
* Fix completion of HashMap::newFlorian Diebold2020-03-131-2/+10
* Restore cargo-fmt gatingAleksey Kladov2020-03-132-13/+9
* fix issue 3444Josh Mcguigan2020-03-133-11/+46
* SimplifyAleksey Kladov2020-03-091-1/+1
* Use `Index` for CrateGraphAleksey Kladov2020-03-091-5/+4
* Merge #3519bors[bot]2020-03-091-5/+32
|\
| * Less abstract CrateData apiKirill Bulatov2020-03-091-5/+8
| * Show mod path in hover tooltipKirill Bulatov2020-03-071-0/+24
* | Merge #3513bors[bot]2020-03-092-1/+36
|\ \
| * | Move hypothetical expansion to hir_expandFlorian Diebold2020-03-081-21/+3
| * | Try to complete within macrosFlorian Diebold2020-03-072-2/+55
| |/
* | Handle visibility for assoc item path completion as wellFlorian Diebold2020-03-081-8/+40
* | Handle visibility for path completion (not in all cases yet)Florian Diebold2020-03-081-1/+11
* | Handle visibility in method call completionFlorian Diebold2020-03-071-0/+8
|/
* Normalize waiting queries namesAleksey Kladov2020-03-061-5/+5
* Don't reuse the Chalk solverFlorian Diebold2020-03-061-2/+1
* Source map returns a resultAleksey Kladov2020-03-061-2/+2
* Move PathResolutionAleksey Kladov2020-03-053-19/+18
* Remove dead codeAleksey Kladov2020-03-051-7/+1
* 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