about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2020-11-13Merge #6519bors[bot]-6/+40
2020-11-12add open Cargo.toml actionAnatol Liu-6/+40
2020-11-12Merge #6524bors[bot]-2/+18
2020-11-12Update testsAleksey Kladov-21/+168
2020-11-11Add support for loading rustc private cratesXavier Denis-2/+18
2020-11-10Be more pedantic when checking codeAction/resolve supportAleksey Kladov-3/+6
2020-11-10Switch to upstream protocol for resolving code actionAleksey Kladov-46/+67
2020-11-04Add static semantic token modifier for associated functions with no &selfAnatol Liu-0/+1
2020-11-02Fix coalescing of prime_caches updatesJonas Schievink-14/+14
2020-11-02Remove unnecessary cloneJonas Schievink-1/+1
2020-11-02Remove debug printJonas Schievink-1/+0
2020-11-02Coalesce prime_caches updatesJonas Schievink-9/+35
2020-11-02Remove more unreachable pubsAleksey Kladov-35/+35
2020-10-30Respond with JSON-RPC error if we failed to deserialize requestAleksey Kladov-58/+62
2020-10-26Update testsJeremy A. Kolb-0/+22
2020-10-26Request a refresh of semantic tokens if things are loaded upkjeremy-0/+16
2020-10-26Latest proposed LSP 3.16.0kjeremy-3/+19
2020-10-25Add tracing to main rust-analyzer binaryFlorian Diebold-0/+25
2020-10-24Merge #6331 #6342bors[bot]-20/+19
2020-10-24Bump depsLaurențiu Nicola-1/+1
2020-10-24Re-export base_db from ide_dbIgor Aleksanov-20/+19
2020-10-23Merge #6251 #6310bors[bot]-0/+2
2020-10-23Merge #6335bors[bot]-3/+3
2020-10-23Fix panic contextAleksey Kladov-3/+3
2020-10-23Merge #6324bors[bot]-5/+7
2020-10-22Insert ref for completionsadamrk-7/+66
2020-10-22Emit better #[cfg] diagnosticsJonas Schievink-3/+3
2020-10-21Simplify cfg representationJonas Schievink-2/+4
2020-10-20Simplify diagnostic construction, add unused fieldJonas Schievink-7/+7
2020-10-20Rename declaration_name -> display_nameAleksey Kladov-6/+2
2020-10-18update depsAleksey Kladov-1/+1
2020-10-16Add HighlightModifier::Callable and add it for localsGrayJack-0/+2
2020-10-13Bump crossbeam-channel and lsp-server in rust-analyzerLaurențiu Nicola-2/+2
2020-10-12Improve prime_caches and display its progressJonas Schievink-7/+46
2020-10-12Merge #5917bors[bot]-0/+21
2020-10-10Show reason for failed rename refactoringRüdiger Herrmann-13/+4
2020-10-08Changes from reviewZac Pullar-Strecker-33/+12
2020-10-08WIP: Command to open docs under cursorZac Pullar-Strecker-1/+43
2020-10-07Better progress APIAleksey Kladov-4/+9
2020-10-06Merge #6140bors[bot]-2/+10
2020-10-06Merge #6124bors[bot]-5/+6
2020-10-05honor content_format clientcapRobin van Dijk-2/+10
2020-10-05Make ImportPrefix a configuration optionLukas Wirth-1/+16
2020-10-02Properly name the fieldKirill Bulatov-5/+6
2020-10-02Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov-10/+9
2020-10-02Fix failing testIgor Aleksanov-0/+6
2020-10-02Replace 'cargo_prefix' option with 'override_cargo'Igor Aleksanov-10/+10
2020-10-02Add support of runnables arguments in Rust AnalyzerIgor Aleksanov-0/+30
2020-09-29Extend **Status** command to also show dep info for the fileAleksey Kladov-3/+24
2020-09-29Remove periodic gc stubAleksey Kladov-11/+8