aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-181-28/+31
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-182-7/+9
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-182-24/+27
* Cleaup importsAleksey Kladov2020-12-181-6/+6
* LSP 3.16 - Releasedkjeremy2020-12-173-4/+6
* Lifetime reference searchLukas Wirth2020-12-161-1/+1
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+0
* Move print_memory_usage to cli.rsJonas Schievink2020-12-114-32/+26
* Avoid panic when collecting memory metricsJonas Schievink2020-12-111-1/+2
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-7/+7
* Send a CodeLensRefresh when we reloadkjeremy2020-12-092-0/+13
* Merge #6785bors[bot]2020-12-092-4/+14
|\
| * Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink2020-12-092-4/+14
* | Introduce anchored_pathAleksey Kladov2020-12-092-7/+8
|/
* Include config into the manualAleksey Kladov2020-12-091-18/+57
* Merge #6761bors[bot]2020-12-084-103/+337
|\
| * Make config.rs a single source of truth for configuration.Aleksey Kladov2020-12-084-103/+337
* | Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink2020-12-081-2/+2
|/
* Merge #6760bors[bot]2020-12-082-15/+17
|\
| * Open Cargo.toml opens more specific manifestAleksey Kladov2020-12-082-10/+12
| * cleanup: match over unwrapAleksey Kladov2020-12-081-5/+5
* | Better config nameKirill Bulatov2020-12-082-3/+4
* | Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-3/+3
* | SimplifyKirill Bulatov2020-12-072-33/+31
* | Check lsp completions' edits for disjointnessKirill Bulatov2020-12-072-1/+176
* | Less panic, more testsKirill Bulatov2020-12-071-2/+2
* | Use stateless completion resolveKirill Bulatov2020-12-071-56/+62
* | Remove the stateKirill Bulatov2020-12-073-44/+31
* | Make completion resolve asyncKirill Bulatov2020-12-073-48/+53
* | Simplify import edit calculationKirill Bulatov2020-12-074-60/+48
* | Remove redundant codeKirill Bulatov2020-12-073-76/+65
* | Refactor the codeKirill Bulatov2020-12-074-25/+19
* | Add eager resolve capabilityKirill Bulatov2020-12-071-2/+2
* | Better support client completion resolve capsKirill Bulatov2020-12-073-105/+118
* | Properly fill client completion resolve capabilities dataKirill Bulatov2020-12-072-2/+43
* | Resolve import inserts betterKirill Bulatov2020-12-072-38/+91
* | Remove unnecessary leftoversKirill Bulatov2020-12-072-3/+0
* | Working resolve completion imports prototypeKirill Bulatov2020-12-076-39/+66
* | Draft the new lsp handlerKirill Bulatov2020-12-074-1/+41
|/
* Remove dummy ProcMacroClient in favor of OptionJonas Schievink2020-12-073-9/+9
* Apply suggestions from code reviewJonas Schievink2020-12-062-2/+2
* Update expect testsJonas Schievink2020-12-067-46/+977
* Emit additional diagnostics for hints/help/etcJonas Schievink2020-12-061-73/+116
* Merge #6721bors[bot]2020-12-041-0/+1
|\
| * Use METHOD semantic token typeLaurențiu Nicola2020-12-041-0/+1
* | Fix `diagnostics` subcommand, look at all modulesJonas Schievink2020-12-041-11/+18
|/
* Don't prime caches when just opening a fileJonas Schievink2020-12-021-15/+18
* Fix OptionalVersionedTextDocumentIdentifier typekjeremy2020-12-012-2/+2
* Align default importMergeBehaviour with VSCodeFlorian Diebold2020-11-291-1/+1
* Merge #6650bors[bot]2020-11-282-5/+3
|\