about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+19
2020-12-26Simplify assists resolution APIAleksey Kladov-15/+12
2020-12-24Merge #7030bors[bot]-1/+4
2020-12-24Support labels in reference searchLukas Wirth-1/+4
2020-12-24Merge #7029bors[bot]-3/+5
2020-12-24Flush stdout when clearing the progress barLaurențiu Nicola-3/+5
2020-12-24pit-of-success API for unresolved code actionsAleksey Kladov-3/+3
2020-12-23Implement workspace/willRenameFiles for single-level file movesJeremy Kolb-5/+66
2020-12-23Merge #7019bors[bot]-1/+1
2020-12-23Try serde_path_to_error for LSP InitializeParamsLaurențiu Nicola-1/+1
2020-12-23Make code more directAleksey Kladov-27/+20
2020-12-23Make code more understandableAleksey Kladov-9/+13
2020-12-23Rename for clarityAleksey Kladov-46/+46
2020-12-23Document, how to view config in effectAleksey Kladov-2/+2
2020-12-22Merge #6993bors[bot]-17/+17
2020-12-22Clean up descriptions for settingsRüdiger Herrmann-17/+17
2020-12-22Merge #6746bors[bot]-10/+27
2020-12-21Filter out empty rustc spansJonas Schievink-0/+4
2020-12-21Add initial_contents field for CreateFileDaiki Ihara-10/+27
2020-12-19Clarify the meaning of no-op highlight tagAleksey Kladov-1/+1
2020-12-19Use more Rustic highlighting specifiersAleksey Kladov-2/+8
2020-12-18Deduplicate highlight tags and symbol kindsAleksey Kladov-28/+31
2020-12-18NavTarget doesn't assume that it points to a symbolAleksey Kladov-7/+9
2020-12-18Don't expose SyntaxKind from IDE APIAleksey Kladov-24/+27
2020-12-18Cleaup importsAleksey Kladov-6/+6
2020-12-17LSP 3.16 - Releasedkjeremy-3/+5
2020-12-16Lifetime reference searchLukas Wirth-1/+1
2020-12-12Remove some redundant allocationsJeremy Kolb-1/+0
2020-12-11Move print_memory_usage to cli.rsJonas Schievink-32/+26
2020-12-11Avoid panic when collecting memory metricsJonas Schievink-1/+2
2020-12-10Normalize spelling to American EnglishAleksey Kladov-7/+7
2020-12-09Send a CodeLensRefresh when we reloadkjeremy-0/+13
2020-12-09Merge #6785bors[bot]-4/+14
2020-12-09Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink-4/+14
2020-12-09Introduce anchored_pathAleksey Kladov-7/+8
2020-12-09Include config into the manualAleksey Kladov-18/+57
2020-12-08Merge #6761bors[bot]-102/+336
2020-12-08Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink-2/+2
2020-12-08Make config.rs a single source of truth for configuration.Aleksey Kladov-102/+336
2020-12-08Merge #6760bors[bot]-15/+17
2020-12-08Open Cargo.toml opens more specific manifestAleksey Kladov-10/+12
2020-12-08cleanup: match over unwrapAleksey Kladov-5/+5
2020-12-08Better config nameKirill Bulatov-3/+4
2020-12-08Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov-3/+3
2020-12-07SimplifyKirill Bulatov-33/+31
2020-12-07Check lsp completions' edits for disjointnessKirill Bulatov-1/+176
2020-12-07Less panic, more testsKirill Bulatov-2/+2
2020-12-07Use stateless completion resolveKirill Bulatov-56/+62
2020-12-07Remove the stateKirill Bulatov-44/+31
2020-12-07Make completion resolve asyncKirill Bulatov-48/+53