aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Expose package roots more directlyAleksey Kladov2020-07-211-23/+17
* Merge #5467bors[bot]2020-07-212-0/+7
|\
| * Protect against `{}`kjeremy2020-07-201-1/+1
| * Allow client to respond to workspace/configuration with null valueskjeremy2020-07-202-0/+7
* | TypoAleksey Kladov2020-07-211-2/+2
* | Propagate cargo.target to checkOnSaveAleksey Kladov2020-07-211-2/+5
|/
* Minor perf tweaks per clippyJeremy Kolb2020-07-191-1/+1
* Simplify exclusion logicAleksey Kladov2020-07-181-1/+0
* Don't show docs in concise signature helpAleksey Kladov2020-07-181-5/+9
* Merge #5327bors[bot]2020-07-179-0/+20
|\
| * Mark machine applicable fixes as preferredJeremy Kolb2020-07-169-0/+20
* | Unclutter NavigationTarget APIAleksey Kladov2020-07-172-27/+21
* | Take label offets client capability into accountAleksey Kladov2020-07-163-10/+66
* | Better module structureAleksey Kladov2020-07-161-3/+5
* | Semantical call infoAleksey Kladov2020-07-162-33/+25
|/
* Update lsp-types for HoverOptionsJeremy Kolb2020-07-152-3/+3
* Merge #5350bors[bot]2020-07-152-3/+43
|\
| * 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
* | Add new `Punctuation` highlight tagLeander Tentrup2020-07-152-0/+2
* | Merge #5390bors[bot]2020-07-153-22/+25
|\ \
| * | Don't drop flycheck messages during restartAleksey Kladov2020-07-153-22/+25
* | | Merge #5387bors[bot]2020-07-155-22/+44
|\ \ \ | |/ / |/| |
| * | Add --memory-usage to analysis-benchJonas Schievink2020-07-155-22/+44
* | | Merge #5354bors[bot]2020-07-151-0/+1
|\ \ \ | |/ / |/| |
| * | Add opt-in mimalloc featureIvan Kozik2020-07-141-0/+1
| |/
* | Use more explicity type for save registrationkjeremy2020-07-141-19/+23
* | Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|/
* 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