aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* More readable testAleksey Kladov2021-01-061-2/+12
* Speed up snapshotingAleksey Kladov2021-01-063-6/+6
* More maintainable configAleksey Kladov2021-01-0610-387/+372
* Merge #7174bors[bot]2021-01-061-3/+15
|\
| * Normalize line endings when formattingJesse Bakker2021-01-051-3/+15
* | More maintainable caps configAleksey Kladov2021-01-056-83/+124
* | Allow `#anchor` linking of config optionsAleksey Kladov2021-01-051-3/+2
* | Fix HoverAction::Implementation typoLukas Wirth2021-01-041-1/+1
|/
* Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
* Merge #7068bors[bot]2021-01-033-0/+19
|\
| * Initial implementation of view-hir commandPhil Ellison2020-12-283-0/+19
* | Merge #7115bors[bot]2021-01-031-5/+6
|\ \
| * | 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
* | | Fix warnings on rust-nightlycynecx2021-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