aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cli/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* Only prefill caches in the completion benchmarkKirill Bulatov2021-06-111-2/+6
* Add a way to resolve certain assistsKirill Bulatov2021-05-031-3/+4
* feat: improve performance by delaying computation of fixes for diagnosticsAleksey Kladov2021-04-131-1/+2
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-1/+2
* Fix ProcMacroClient dropped too early in cliEdwin Cheng2021-03-021-1/+2
* Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-161-7/+4
* Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-081-3/+15
* Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-081-1/+1
* Fix `diagnostics` subcommand, look at all modulesJonas Schievink2020-12-041-11/+18
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-6/+2
* Properly name the fieldKirill Bulatov2020-10-021-5/+6
* Simplify helpAleksey Kladov2020-08-261-6/+1
* Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-181-2/+3
* Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-181-1/+1
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
* Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-1/+1
* Only display experimental diagnostics when enabledJonas Schievink2020-07-241-1/+1
* Use more of FxHash*Laurențiu Nicola2020-06-291-2/+5
* New VFSAleksey Kladov2020-06-231-42/+31
* Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-161-2/+7
* diagnostics cli, iterate over membersJosh Mcguigan2020-04-151-18/+22
* cli diagnostics walk filesJosh Mcguigan2020-04-141-47/+43
* add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan2020-04-141-0/+74