aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/handlers.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Work towards better import labelsKirill Bulatov2021-03-081-4/+1
* | Return more data about located importsKirill Bulatov2021-03-081-4/+3
|/
* Fix bitrotted module nameAleksey Kladov2021-02-161-2/+1
* Make it easy to add additional context for offset conversionAleksey Kladov2021-02-161-52/+38
* Make it clear which client-side commands we useAleksey Kladov2021-02-141-46/+12
* Moved CodeLens to ide crateivan7702021-02-131-195/+33
* Refactor reference searching to work with the astLukas Wirth2021-02-121-16/+33
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-1/+1
* Add References code lens.vsrs2021-01-231-32/+38
* Merge #7353bors[bot]2021-01-221-1/+2
|\
| * Move SymbolKind to ide_dbLukas Wirth2021-01-201-1/+2
* | chdir to file before rustfmtLaurențiu Nicola2021-01-211-0/+17
|/
*-. Merge #7297 #7338bors[bot]2021-01-181-1/+4
|\ \
| * | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-1/+4
| |/
* / Remove obsolete RangeInfo usage in renameLukas Wirth2021-01-181-1/+1
|/
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-6/+4
* Group file source edits by FileIdLukas Wirth2021-01-141-5/+9
* Merge #7220bors[bot]2021-01-131-3/+21
|\
| * fix and add tests.ShuiRuTian2021-01-121-4/+3
| * formatShuiRuTian2021-01-111-3/+5
| * fix as suggestion.ShuiRuTian2021-01-111-9/+5
| * Update crates/rust-analyzer/src/handlers.rsSong Gao2021-01-111-3/+1
| * Update crates/rust-analyzer/src/handlers.rsSong Gao2021-01-111-4/+2
| * move logic from client to server.ShuiRuTian2021-01-111-1/+9
| * fix condition.ShuiRuTian2021-01-101-1/+1
| * fix issue.ShuiRuTian2021-01-101-14/+14
| * beta version for folder renameShuiRuTian2021-01-091-3/+20
* | Merge #7262bors[bot]2021-01-131-10/+4
|\ \
| * | Don't show internal server error on renameAleksey Kladov2021-01-131-10/+4
* | | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-15/+9
* | | Group references by FileIdLukas Wirth2021-01-121-10/+23
|/ /
* | Remove some stale deprecationsAleksey Kladov2021-01-071-5/+5
* | YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-061-16/+5
* | More maintainable configAleksey Kladov2021-01-061-48/+47
* | Merge #7174bors[bot]2021-01-061-3/+15
|\ \ | |/ |/|
| * Normalize line endings when formattingJesse Bakker2021-01-051-3/+15
* | More maintainable caps configAleksey Kladov2021-01-051-11/+8
* | Fix HoverAction::Implementation typoLukas Wirth2021-01-041-1/+1
|/
* Merge #7068bors[bot]2021-01-031-0/+10
|\
| * Initial implementation of view-hir commandPhil Ellison2020-12-281-0/+10
* | Merge #7106bors[bot]2020-12-311-5/+7
|\ \
| * | Split textDocument/formatting TextEdit with diffJesse Bakker2020-12-311-5/+7
* | | handle_formatting: Notice if rustfmt is missing and reportDaniel Silverstone2020-12-311-4/+7
* | | Avoid a couple of allocationsLaurențiu Nicola2020-12-291-1/+1
| |/ |/|
* | Simplify assists resolution APIAleksey Kladov2020-12-261-4/+4
* | pit-of-success API for unresolved code actionsAleksey Kladov2020-12-241-3/+3
* | Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-231-1/+40
* | Make code more directAleksey Kladov2020-12-231-27/+20
* | Make code more understandableAleksey Kladov2020-12-231-9/+13
* | Rename for clarityAleksey Kladov2020-12-231-46/+46