about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/cli/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2021-08-10internal: unify subcommand handling between ra and xtaskAleksey Kladov-59/+61
2021-07-18internal: simplify handling of the build scriptsAleksey Kladov-6/+2
2021-06-11Only prefill caches in the completion benchmarkKirill Bulatov-2/+6
2021-05-03Add a way to resolve certain assistsKirill Bulatov-3/+4
2021-04-13feat: improve performance by delaying computation of fixes for diagnosticsAleksey Kladov-1/+2
2021-04-12feat: avoid checking the whole project during initial loadingAleksey Kladov-1/+2
2021-03-02Fix ProcMacroClient dropped too early in cliEdwin Cheng-1/+2
2021-02-16Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche-7/+4
2021-02-08Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { â...Vincent Esche-3/+15
2021-02-08Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche-1/+1
2020-12-04Fix `diagnostics` subcommand, look at all modulesJonas Schievink-11/+18
2020-10-24Re-export base_db from ide_dbIgor Aleksanov-1/+1
2020-10-20Rename declaration_name -> display_nameAleksey Kladov-6/+2
2020-10-02Properly name the fieldKirill Bulatov-5/+6
2020-08-26Simplify helpAleksey Kladov-6/+1
2020-08-18Align diagnostics config with the rest of rust-analyzerAleksey Kladov-2/+3
2020-08-18Make disabled diagnostics an argument of corresponding functionIgor Aleksanov-1/+1
2020-08-13Rename ra_ide -> ideAleksey Kladov-1/+1
2020-08-13Rename ra_db -> base_dbAleksey Kladov-1/+1
2020-08-09Remove Option<...> from result of Crate::root_modulePaul Daniel Faria-1/+1
2020-07-24Only display experimental diagnostics when enabledJonas Schievink-1/+1
2020-06-29Use more of FxHash*Laurențiu Nicola-2/+5
2020-06-23New VFSAleksey Kladov-42/+31
2020-04-16Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng-2/+7
2020-04-14diagnostics cli, iterate over membersJosh Mcguigan-18/+22
2020-04-14cli diagnostics walk filesJosh Mcguigan-47/+43
2020-04-13add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan-0/+74