about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/cli
AgeCommit message (Expand)AuthorLines
2021-03-07Make group imports configurableasv-1/+5
2021-03-02Switch from pico-args to xflagsAleksey Kladov-0/+1
2021-03-02Fix ProcMacroClient dropped too early in cliEdwin Cheng-9/+11
2021-02-237526: Renamed create ssr to ide_ssr.Chetan Khilosiya-1/+1
2021-02-16Merge #7690bors[bot]-40/+49
2021-02-16Make utf8 default, implement utf16 in terms of itAleksey Kladov-2/+2
2021-02-16Prepare for utf-8 offsetsAleksey Kladov-6/+6
2021-02-16Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche-40/+49
2021-02-12Fix slow tests sometimes failingFlorian Diebold-2/+6
2021-02-08Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { â...Vincent Esche-31/+70
2021-02-08Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche-7/+18
2021-01-29Async Loading outdir and proc-macroEdwin Cheng-13/+23
2021-01-26Add config option to ignore directoriesAleksey Kladov-1/+1
2021-01-21Include `countme` crate to count important data structures.Aleksey Kladov-0/+5
2021-01-18Merge #7297 #7338bors[bot]-1/+1
2021-01-18Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov-1/+1
2021-01-16Add flyimport completion for trait assoc itemsKirill Bulatov-1/+1
2021-01-16Share import_assets and related entitiesKirill Bulatov-2/+3
2021-01-14Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth-1/+1
2021-01-14Group file source edits by FileIdLukas Wirth-4/+4
2021-01-11Improve analysis stats legibilityAleksey Kladov-20/+17
2021-01-10Make default memory stats less verboseAleksey Kladov-1/+1
2021-01-08Report progress for cargo metadata and output-dirEdwin Cheng-0/+1
2021-01-06Align config's API with usageAleksey Kladov-4/+14
2021-01-02Only log path and syntax range when processing function if source existsNick Spain-6/+6
2021-01-02Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain-0/+1
2021-01-02HasSource::source -> HasSource::source_oldNick Spain-1/+1
2020-12-24Flush stdout when clearing the progress barLaurențiu Nicola-3/+5
2020-12-11Move print_memory_usage to cli.rsJonas Schievink-9/+4
2020-12-09Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink-1/+1
2020-12-08Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink-2/+2
2020-12-07Remove dummy ProcMacroClient in favor of OptionJonas Schievink-3/+3
2020-12-04Fix `diagnostics` subcommand, look at all modulesJonas Schievink-11/+18
2020-11-13Cleanup workspace loading a tiny bitAleksey Kladov-1/+0
2020-11-02Remove more unreachable pubsAleksey Kladov-8/+8
2020-10-24Re-export base_db from ide_dbIgor Aleksanov-12/+12
2020-10-20Rename declaration_name -> display_nameAleksey Kladov-6/+2
2020-10-02Properly name the fieldKirill Bulatov-5/+6
2020-10-02Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov-6/+5
2020-08-26Simplify helpAleksey Kladov-6/+1
2020-08-18Align diagnostics config with the rest of rust-analyzerAleksey Kladov-4/+8
2020-08-18Make disabled diagnostics an argument of corresponding functionIgor Aleksanov-2/+2
2020-08-13Rename ra_ide -> ideAleksey Kladov-3/+3
2020-08-13Rename ra_ssr -> ssrAleksey Kladov-1/+1
2020-08-13Rename ra_ide_db -> ide_dbAleksey Kladov-1/+1
2020-08-13Rename ra_db -> base_dbAleksey Kladov-9/+9
2020-08-13Rename ra_project_model -> project_modelPavan Kumar Sunkara-1/+1
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-1/+1
2020-08-12Rename ra_prof -> profileAleksey Kladov-2/+2
2020-08-09Remove Option<...> from result of Crate::root_modulePaul Daniel Faria-2/+2