aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Merge #3442bors[bot]2020-03-041-13/+45
|\
| * Skip self param when completing methodsAleksey Kladov2020-03-041-13/+45
* | Cleanup APIAleksey Kladov2020-03-043-6/+4
* | Fix testsAleksey Kladov2020-03-041-16/+14
* | Use method instead of a free functionAleksey Kladov2020-03-041-4/+3
* | Drop one once_cell depAleksey Kladov2020-03-041-2/+0
* | Move find_refs_to_defAleksey Kladov2020-03-042-139/+5
* | Merge refs_to_def and process_defAleksey Kladov2020-03-041-29/+20
* | Move ReferenceKindAleksey Kladov2020-03-041-20/+1
* | Move SearchScopeAleksey Kladov2020-03-042-145/+1
|/
* Merge #3432bors[bot]2020-03-042-14/+22
|\
| * Support function's completion snippetAvishay Matayev2020-03-042-14/+22
* | Remove stray FIXMEAleksey Kladov2020-03-041-3/+0
* | Support cross-crate marksAleksey Kladov2020-03-041-1/+7
|/
* Fix completion snippet for reexported functionsFlorian Diebold2020-03-032-4/+54
* Fix importsAleksey Kladov2020-03-035-19/+14
* Move reference classification to ra_ide_dbAleksey Kladov2020-03-034-101/+2
* Rename NameDefinition -> DefinitionAleksey Kladov2020-03-036-60/+56
* Refactor reference search a bitAleksey Kladov2020-03-031-25/+36
* Merge #3422bors[bot]2020-03-031-0/+1
|\
| * Add profile callAleksey Kladov2020-03-031-0/+1
* | Highlight assist testsAleksey Kladov2020-03-031-1/+1
|/
* Remove stray dbgAleksey Kladov2020-03-031-2/+2
* Simplify: remove couple of useless functionsAleksey Kladov2020-03-021-4/+2
* More principled approach for gotodef for field shorhandAleksey Kladov2020-03-025-26/+55
* Merge #3384bors[bot]2020-03-011-0/+39
|\
| * fix completion for super::super::Josh Mcguigan2020-03-011-0/+39
* | Slightly refactor inlay hintsAleksey Kladov2020-02-291-69/+58
* | Remove debug printAleksey Kladov2020-02-291-1/+0
* | Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-298-59/+53
|/
* Cleanup editing APIAleksey Kladov2020-02-291-1/+1
* Merge #3367bors[bot]2020-02-289-62/+78
|\
| * Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-286-40/+47
| * Fix highlighting of const patternsAleksey Kladov2020-02-282-9/+23
| * Classify name takes const patterns into accountAleksey Kladov2020-02-284-21/+16
* | Merge #3366bors[bot]2020-02-281-0/+24
|\ \ | |/ |/|
| * Simpilfy origin_range logicEdwin Cheng2020-02-281-0/+24
* | Fix union classificationAleksey Kladov2020-02-281-1/+1
* | Fix highlighting testAleksey Kladov2020-02-285-49/+55
* | Cleanup highlighting tagsAleksey Kladov2020-02-282-58/+64
* | add more tagsAleksey Kladov2020-02-282-17/+26
|/
* Fix typoEdwin Cheng2020-02-281-1/+1
* Remove hover::type_ofEdwin Cheng2020-02-282-79/+24
* Refactor string literalsAleksey Kladov2020-02-271-2/+4
* Merge pull request #3350 from edwin0cheng/give-up-hover-in-builtin-macroAleksey Kladov2020-02-271-0/+25
|\
| * Ignore hover on builtin macroEdwin Cheng2020-02-271-0/+25
* | Basic injectionsAleksey Kladov2020-02-273-21/+88
|/
* Move tests to a new fileAleksey Kladov2020-02-272-134/+129
* More cleanupAleksey Kladov2020-02-271-114/+108
* Split loop into orthogonal phasesAleksey Kladov2020-02-271-44/+43