aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Move allow list into AssistConfigJeremy Kolb2020-07-151-14/+14
* Invert conditionJeremy Kolb2020-07-151-1/+1
* Fix conversionJeremy Kolb2020-07-151-3/+3
* Filter assistskjeremy2020-07-132-5/+45
* Update lsp-typesJeremy Kolb2020-07-122-2/+2
* Merge #5325bors[bot]2020-07-1110-29/+38
|\
| * Update testsJeremy Kolb2020-07-114-4/+12
| * Update lsp-types to account for new CodeActionKind structureJeremy Kolb2020-07-116-25/+26
* | Implementations lens for unionsAleksey Kladov2020-07-111-3/+8
|/
* Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-111-0/+1
* Make sure there are no commands in code actionsAleksey Kladov2020-07-118-9/+3
* Don't show error when speculatively reloading workspaceAleksey Kladov2020-07-111-4/+6
* SimplifyAleksey Kladov2020-07-101-1/+1
* Don't spawn notify unnecessaryAleksey Kladov2020-07-101-0/+1
* Optimize VFS processingAleksey Kladov2020-07-101-29/+39
* Add profiling callsAleksey Kladov2020-07-102-0/+6
* Also reload when adding new examples, tests, etcAleksey Kladov2020-07-103-10/+57
* Automatically reload project info on Cargo.toml changesAleksey Kladov2020-07-103-20/+44
* Avoid accidently stumping over config valuesAleksey Kladov2020-07-103-134/+169
* Always put config firstAleksey Kladov2020-07-091-1/+0
* Move diagnostics tests to expectAleksey Kladov2020-07-0912-112/+49
* Add fixmesAleksey Kladov2020-07-091-0/+2
* SimplifyAleksey Kladov2020-07-0912-133/+13
* Cleanup diagnostic conversion codeAleksey Kladov2020-07-092-102/+72
* Add Markup typeAleksey Kladov2020-07-082-11/+12
* Remove unwanted dependencyAleksey Kladov2020-07-087-15/+14
* Clippy perf warningskjeremy2020-07-081-2/+1
* Merge #5244bors[bot]2020-07-073-1/+21
|\
| * Add a command to compute memory usage statisticsJonas Schievink2020-07-073-1/+21
* | Modernize unqualified reference completion testsAleksey Kladov2020-07-071-0/+1
|/
* Fix typoAleksey Kladov2020-07-052-6/+6
* Add Item change to the set of benchesAleksey Kladov2020-07-041-0/+13
* Fix bench to work with relative pathsAleksey Kladov2020-07-042-15/+14
* Add AssistKind::GenerateAleksey Kladov2020-07-031-1/+1
* Merge #5209bors[bot]2020-07-031-4/+14
|\
| * Track VFS and remaining/unaccounted memoryJonas Schievink2020-07-031-4/+14
* | Fix workspace reloadingAleksey Kladov2020-07-031-1/+4
|/
* Don't categorize things we don't care aboutkjeremy2020-07-022-4/+0
* Move AssistKind into AssistIdkjeremy2020-07-021-1/+1
* Categorize assistsJeremy Kolb2020-07-021-4/+18
* Merge #5192bors[bot]2020-07-022-8/+17
|\
| * Implement rust-analyzer feature configuration to tests.daxpedda2020-07-022-8/+17
* | Move cargo metadata off the main loopAleksey Kladov2020-07-023-41/+54
* | Merge #5191bors[bot]2020-07-021-9/+8
|\ \
| * | MinorAleksey Kladov2020-07-021-9/+8
| |/
* | Merge #5188bors[bot]2020-07-026-11/+86
|\ \ | |/ |/|
| * Indicate when project needs a reloadAleksey Kladov2020-07-024-7/+51
| * Implement StatusBarAleksey Kladov2020-07-024-4/+35
* | Fold multiline callsAleksey Kladov2020-07-011-18/+13
|/
* Automatically reload project on config changeAleksey Kladov2020-07-012-2/+5