aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
...
* | Updates insta to 0.15.0 and bumps console to 0.10.0kjeremy2020-03-091-1/+1
* | Use `Index` for CrateGraphAleksey Kladov2020-03-092-3/+3
* | Merge #3519bors[bot]2020-03-095-40/+111
|\ \
| * | Less abstract CrateData apiKirill Bulatov2020-03-092-4/+4
| * | Consider crate declaration namesKirill Bulatov2020-03-084-33/+29
| * | Show mod path in hover tooltipKirill Bulatov2020-03-072-29/+104
| |/
* | Merge #3513bors[bot]2020-03-099-36/+421
|\ \
| * | Move hypothetical expansion to hir_expandFlorian Diebold2020-03-081-1/+5
| * | Fix CompletionContext module field (by removing it)Florian Diebold2020-03-073-8/+6
| * | Add some sanity checksFlorian Diebold2020-03-071-1/+10
| * | Fix record pattern completionFlorian Diebold2020-03-073-1/+30
| * | Fix record literal completionFlorian Diebold2020-03-072-3/+33
| * | Fix range for postfix snippetsFlorian Diebold2020-03-071-2/+63
| * | Add more testsFlorian Diebold2020-03-072-0/+51
| * | Try to complete within macrosFlorian Diebold2020-03-074-27/+230
| |/
* | Merge #3516bors[bot]2020-03-092-4/+139
|\ \
| * | Handle visibility for assoc item path completion as wellFlorian Diebold2020-03-081-2/+65
| * | Handle visibility for path completion (not in all cases yet)Florian Diebold2020-03-081-4/+40
| * | Handle visibility in method call completionFlorian Diebold2020-03-071-1/+37
| |/
* / Omit unit struct hintsKirill Bulatov2020-03-081-0/+32
|/
* Don't creat public APIs with typosAleksey Kladov2020-03-061-1/+1
* Trigger parameter info automaticallyAleksey Kladov2020-03-062-0/+16
* Feature flag for arg snippetsAleksey Kladov2020-03-061-4/+13
* Fix comment orderAleksey Kladov2020-03-061-2/+2
* Support aliases and Self in struct literalsFlorian Diebold2020-03-061-0/+27
* Prime open files on loadAleksey Kladov2020-03-052-0/+20
* 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