aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Only log path and syntax range when processing function if source existsNick Spain2021-01-021-6/+6
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+1
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-1/+1
* Formatting.Mara Bos2021-01-011-2/+11
* Add support for Rust 2021.Mara Bos2021-01-011-1/+1
* Merge #7080bors[bot]2021-01-012-0/+3
|\
| * Add ConstParams to the ide layerLukas Wirth2021-01-012-0/+3
* | Merge #7106bors[bot]2020-12-315-23/+75
|\ \
| * | Split textDocument/formatting TextEdit with diffJesse Bakker2020-12-315-23/+75
* | | handle_formatting: Notice if rustfmt is missing and reportDaniel Silverstone2020-12-311-4/+7
* | | Update crateskjeremy2020-12-301-1/+1
* | | Avoid a couple of allocationsLaurențiu Nicola2020-12-291-1/+1
| |/ |/|
* | Simplify assists resolution APIAleksey Kladov2020-12-262-15/+12
* | Merge #7030bors[bot]2020-12-242-1/+4
|\ \
| * | Support labels in reference searchLukas Wirth2020-12-242-1/+4
* | | Merge #7029bors[bot]2020-12-241-3/+5
|\ \ \
| * | | Flush stdout when clearing the progress barLaurențiu Nicola2020-12-241-3/+5
* | | | pit-of-success API for unresolved code actionsAleksey Kladov2020-12-241-3/+3
|/ / /
* | | Implement workspace/willRenameFiles for single-level file movesJeremy Kolb2020-12-233-5/+66
* | | Merge #7019bors[bot]2020-12-232-1/+2
|\ \ \
| * | | Try serde_path_to_error for LSP InitializeParamsLaurențiu Nicola2020-12-232-1/+2
* | | | 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
|/ / /
* | | Document, how to view config in effectAleksey Kladov2020-12-231-2/+2
* | | Merge #6993bors[bot]2020-12-221-17/+17
|\ \ \ | |/ / |/| |
| * | Clean up descriptions for settingsRüdiger Herrmann2020-12-221-17/+17
* | | Merge #6746bors[bot]2020-12-221-10/+27
|\ \ \ | |/ / |/| |
| * | Add initial_contents field for CreateFileDaiki Ihara2020-12-211-10/+27
| |/
* / Filter out empty rustc spansJonas Schievink2020-12-211-0/+4
|/
* Clarify the meaning of no-op highlight tagAleksey Kladov2020-12-191-1/+1
* Use more Rustic highlighting specifiersAleksey Kladov2020-12-191-2/+8
* 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
|/