aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Update testsJeremy A. Kolb2020-10-2610-0/+22
* Request a refresh of semantic tokens if things are loaded upkjeremy2020-10-262-0/+16
* Latest proposed LSP 3.16.0kjeremy2020-10-265-3/+19
* Add tracing to main rust-analyzer binaryFlorian Diebold2020-10-252-0/+25
*-. Merge #6331 #6342bors[bot]2020-10-2412-20/+19
|\ \
| | * Re-export base_db from ide_dbIgor Aleksanov2020-10-2412-20/+19
* | | Bump depsLaurențiu Nicola2020-10-241-1/+1
| |/ |/|
| |
| \
*-. \ Merge #6251 #6310bors[bot]2020-10-232-0/+2
|\ \ \
| * | | Add HighlightModifier::Callable and add it for localsGrayJack2020-10-162-0/+2
* | | | Merge #6335bors[bot]2020-10-231-3/+3
|\ \ \ \
| * | | | Fix panic contextAleksey Kladov2020-10-231-3/+3
| | |/ / | |/| |
* | | | Merge #6324bors[bot]2020-10-232-5/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Emit better #[cfg] diagnosticsJonas Schievink2020-10-222-3/+3
| * | | Simplify cfg representationJonas Schievink2020-10-211-2/+4
| |/ /
* / / Insert ref for completionsadamrk2020-10-222-7/+66
|/ /
* | Simplify diagnostic construction, add unused fieldJonas Schievink2020-10-201-7/+7
* | Rename declaration_name -> display_nameAleksey Kladov2020-10-201-6/+2
* | 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