aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
...
* New lsp-types to fix versioningkjeremy2020-11-242-6/+17
* Don't assume DidChangeTextDocument paths existMatt Jibson2020-11-231-1/+7
* Fill code_description for rust_analyzer diagnosticsLukas Wirth2020-11-181-1/+8
* update diagnostics test_data with code_description changesLukas Wirth2020-11-186-6/+108
* Link clippy lint codes in diagnosticsLukas Wirth2020-11-181-7/+22
* Link rustc error codes in diagnosticsLukas Wirth2020-11-181-3/+19
* Merge #6553bors[bot]2020-11-172-5/+6
|\
| * Actually enable eager completionKirill Bulatov2020-11-171-1/+1
| * Properly fill the completion settingsKirill Bulatov2020-11-161-4/+5
* | Merge #6582bors[bot]2020-11-171-2/+2
|\ \
| * | Fill the diagnostic code field in publish_diagnosticsLukas Wirth2020-11-171-2/+2
* | | SimplifyAleksey Kladov2020-11-171-1/+5
* | | Latest LSP 3.16 protocolkjeremy2020-11-1610-27/+26
| |/ |/|
* | Prepare to recompute completions on every keystrokeAleksey Kladov2020-11-161-1/+2
|/
* Cleanup workspace loading a tiny bitAleksey Kladov2020-11-134-15/+7
* Merge #6519bors[bot]2020-11-134-6/+40
|\
| * add open Cargo.toml actionAnatol Liu2020-11-134-6/+40
* | Merge #6524bors[bot]2020-11-122-2/+18
|\ \
| * | Add support for loading rustc private cratesXavier Denis2020-11-112-2/+18
* | | Update testsAleksey Kladov2020-11-1210-21/+168
| |/ |/|
* | Be more pedantic when checking codeAction/resolve supportAleksey Kladov2020-11-101-3/+6
|/
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-1011-46/+67
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-0/+1
* Fix coalescing of prime_caches updatesJonas Schievink2020-11-021-14/+14
* Remove unnecessary cloneJonas Schievink2020-11-021-1/+1
* Remove debug printJonas Schievink2020-11-021-1/+0
* Coalesce prime_caches updatesJonas Schievink2020-11-021-9/+35
* Remove more unreachable pubsAleksey Kladov2020-11-027-35/+35
* Respond with JSON-RPC error if we failed to deserialize requestAleksey Kladov2020-10-303-58/+62
* 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
|\