aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-292-3/+24
* Remove periodic gc stubAleksey Kladov2020-09-291-11/+8
* More panic_contextAleksey Kladov2020-09-291-1/+3
* Add panic_context module for better panic messagesAleksey Kladov2020-09-291-2/+5
* Replace "No references" with "0 references".vsrs2020-09-291-2/+3
* Make method references CodeLens lazy.vsrs2020-09-291-42/+40
* Make method references CodeLens off by default.vsrs2020-09-291-2/+2
* Add method references CodeLensvsrs2020-09-292-8/+68
* Add hover config `linksInHover` to suppress linksflw2020-09-292-1/+3
* Spawn a flycheck instance per workspaceJonas Schievink2020-09-273-14/+29
* lsp-types 0.82kjeremy2020-09-232-8/+8
* Merge #6018bors[bot]2020-09-201-1/+1
|\
| * Correct project_root path for ProjectJson.Aaron Wood2020-09-161-1/+1
* | Merge #6036bors[bot]2020-09-181-4/+7
|\ \
| * | Don't re-read open files from disk when reloading a workspaceLaurențiu Nicola2020-09-181-4/+7
| |/
* | Support active parameters at the per-signature levelkjeremy2020-09-182-4/+10
* | Use `log::error!` in a few more placesJonas Schievink2020-09-172-1/+8
* | Merge #6017bors[bot]2020-09-172-4/+45
|\ \ | |/ |/|
| * Don't return any TextEdit if formatting is unchangedJosh Stone2020-09-162-4/+45
* | Add support for custom flycheck commands with JSON project workspacesAaron Wood2020-09-161-7/+11
|/
* Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+20
* Report better errors in project.json/sysrootJonas Schievink2020-09-111-1/+1
* Highlight errors in macrosIgor Aleksanov2020-09-062-7/+89
* default `checkOnSave.enable` to `true` in serverAndy Russell2020-09-021-1/+1
* Switch to upstream ENUM_MEMBERkjeremy2020-09-022-2/+2
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-026-23/+22
* Fix some typosKirill Bulatov2020-08-282-2/+2
* :arrow_up: expect-testAleksey Kladov2020-08-2812-11/+11
* Allow running a test as a binaryJonas Schievink2020-08-262-2/+9
* Improve support for code block attributesLeón Orell Valerian Liehr2020-08-261-10/+71
* SimplifyAleksey Kladov2020-08-261-17/+4
* SimplifyAleksey Kladov2020-08-261-106/+69
* Simplify helpAleksey Kladov2020-08-263-224/+99
* Allow redirecting logs to a specific fileAleksey Kladov2020-08-263-10/+102
* Cleanup heavy testsAleksey Kladov2020-08-252-37/+42
* Merge #5866bors[bot]2020-08-253-13/+15
|\
| * Improve loggingAleksey Kladov2020-08-253-13/+15
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-251-18/+19
|\|
| * Allow rust-analyzer auto publishingPavan Kumar Sunkara2020-08-241-19/+19
| * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-0/+1
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-2429-280/+519
|\|
| * Switch to expect_test from crates.ioAleksey Kladov2020-08-212-2/+2
| * Merge #5643bors[bot]2020-08-192-0/+2
| |\
| | * Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-162-0/+2
| * | Merge #5798bors[bot]2020-08-182-3/+2
| |\ \
| | * | Introduce LabelAleksey Kladov2020-08-182-3/+2
| * | | Merge #5796bors[bot]2020-08-187-53/+33
| |\| |
| | * | Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-187-53/+33
| * | | Merge #5794bors[bot]2020-08-181-16/+16
| |\ \ \ | | |/ / | |/| |
| | * | Simplify building a symbol hierarchyAleksey Kladov2020-08-181-16/+16