aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/handlers.rs
Commit message (Expand)AuthorAgeFilesLines
...
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-2/+5
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-7/+7
* Lifetime reference searchLukas Wirth2020-12-161-1/+1
* Merge #6760bors[bot]2020-12-081-12/+8
|\
| * Open Cargo.toml opens more specific manifestAleksey Kladov2020-12-081-7/+3
| * cleanup: match over unwrapAleksey Kladov2020-12-081-5/+5
* | SimplifyKirill Bulatov2020-12-071-31/+25
* | Check lsp completions' edits for disjointnessKirill Bulatov2020-12-071-0/+17
* | Less panic, more testsKirill Bulatov2020-12-071-2/+2
* | Use stateless completion resolveKirill Bulatov2020-12-071-56/+62
* | Remove the stateKirill Bulatov2020-12-071-37/+28
* | Make completion resolve asyncKirill Bulatov2020-12-071-37/+47
* | Simplify import edit calculationKirill Bulatov2020-12-071-49/+39
* | Remove redundant codeKirill Bulatov2020-12-071-18/+59
* | Refactor the codeKirill Bulatov2020-12-071-1/+1
* | Add eager resolve capabilityKirill Bulatov2020-12-071-2/+2
* | Better support client completion resolve capsKirill Bulatov2020-12-071-95/+47
* | Resolve import inserts betterKirill Bulatov2020-12-071-37/+90
* | Working resolve completion imports prototypeKirill Bulatov2020-12-071-7/+56
* | Draft the new lsp handlerKirill Bulatov2020-12-071-0/+10
|/
* Fill code_description for rust_analyzer diagnosticsLukas Wirth2020-11-181-1/+8
* Merge #6553bors[bot]2020-11-171-1/+1
|\
| * Actually enable eager completionKirill Bulatov2020-11-171-1/+1
* | Merge #6582bors[bot]2020-11-171-2/+2
|\ \ | |/ |/|
| * Fill the diagnostic code field in publish_diagnosticsLukas Wirth2020-11-171-2/+2
* | Prepare to recompute completions on every keystrokeAleksey Kladov2020-11-161-1/+2
|/
* add open Cargo.toml actionAnatol Liu2020-11-131-0/+22
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-101-8/+15
* Latest proposed LSP 3.16.0kjeremy2020-10-261-0/+2
* Insert ref for completionsadamrk2020-10-221-1/+1
* Simplify diagnostic construction, add unused fieldJonas Schievink2020-10-201-7/+7
* Merge #5917bors[bot]2020-10-121-0/+12
|\
| * Changes from reviewZac Pullar-Strecker2020-10-081-7/+6
| * WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-081-1/+14
* | Show reason for failed rename refactoringRĂ¼diger Herrmann2020-10-101-13/+4
|/
* honor content_format clientcapRobin van Dijk2020-10-051-1/+5
* Replace 'cargo_prefix' option with 'override_cargo'Igor Aleksanov2020-10-021-2/+2
* Add support of runnables arguments in Rust AnalyzerIgor Aleksanov2020-10-021-0/+5
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-291-2/+17
* Replace "No references" with "0 references".vsrs2020-09-291-2/+3
* Make method references CodeLens lazy.vsrs2020-09-291-42/+40
* Add method references CodeLensvsrs2020-09-291-0/+55
* Add hover config `linksInHover` to suppress linksflw2020-09-291-1/+1
* Don't return any TextEdit if formatting is unchangedJosh Stone2020-09-161-4/+9
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-10/+10
* Fix some typosKirill Bulatov2020-08-281-1/+1
* Allow running a test as a binaryJonas Schievink2020-08-261-1/+4
* Merge #5798bors[bot]2020-08-181-2/+1
|\
| * Introduce LabelAleksey Kladov2020-08-181-2/+1
* | Merge #5796bors[bot]2020-08-181-10/+3
|\|