aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* update depsAleksey Kladov2020-10-181-1/+1
* Bump crossbeam-channel and lsp-server in rust-analyzerLaurențiu Nicola2020-10-131-2/+2
* Improve prime_caches and display its progressJonas Schievink2020-10-122-7/+46
* Merge #5917bors[bot]2020-10-123-0/+21
|\
| * Changes from reviewZac Pullar-Strecker2020-10-083-33/+12
| * WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-083-1/+43
* | Show reason for failed rename refactoringRüdiger Herrmann2020-10-101-13/+4
|/
* Better progress APIAleksey Kladov2020-10-072-4/+9
* Merge #6140bors[bot]2020-10-062-2/+10
|\
| * honor content_format clientcapRobin van Dijk2020-10-052-2/+10
* | Merge #6124bors[bot]2020-10-061-5/+6
|\ \
| * | Properly name the fieldKirill Bulatov2020-10-021-5/+6
| |/
* / Make ImportPrefix a configuration optionLukas Wirth2020-10-051-1/+16
|/
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-024-10/+9
* Fix failing testIgor Aleksanov2020-10-021-0/+6
* Replace 'cargo_prefix' option with 'override_cargo'Igor Aleksanov2020-10-024-10/+10
* Add support of runnables arguments in Rust AnalyzerIgor Aleksanov2020-10-024-0/+30
* 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