aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cli
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Only prefill caches in the completion benchmarkKirill Bulatov2021-06-114-5/+19
* Fix visibility issuesKirill Bulatov2021-06-111-5/+5
* Prime caches on workspace loadKirill Bulatov2021-06-111-1/+3
* Enable proc macros and build scripts by default in CLILaurențiu Nicola2021-06-051-4/+4
* Enable attribute macro expansion in `analysis-stats`Florian Diebold2021-06-051-0/+3
* Display unknown types in analysis-statsLaurențiu Nicola2021-05-271-34/+53
* 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-124-7/+16
* Move Ty accessors to TyExtLukas Wirth2021-04-061-1/+1
* analysis-stats: allow skipping type inferenceJonas Schievink2021-04-051-22/+38
* internal: switch from CLI to internal benchmarkingAleksey Kladov2021-03-301-196/+0
* Add no-sysroot flag for analysis-statsEdwin Cheng2021-03-141-1/+4
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-3/+3
* Make group imports configurableasv2021-03-071-1/+5
* Switch from pico-args to xflagsAleksey Kladov2021-03-021-0/+1
* Fix ProcMacroClient dropped too early in cliEdwin Cheng2021-03-025-9/+11
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-1/+1
* Merge #7690bors[bot]2021-02-165-40/+49
|\
| * Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-165-40/+49
* | Make utf8 default, implement utf16 in terms of itAleksey Kladov2021-02-161-2/+2
* | Prepare for utf-8 offsetsAleksey Kladov2021-02-162-6/+6
|/
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-2/+6
* Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-085-31/+70
* Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-085-7/+18
* Async Loading outdir and proc-macroEdwin Cheng2021-01-281-13/+23
* Add config option to ignore directoriesAleksey Kladov2021-01-261-1/+1
* Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-0/+5
* Merge #7297 #7338bors[bot]2021-01-181-1/+1
|\
| * Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-1/+1
* | Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-181-1/+1
|/
* Share import_assets and related entitiesKirill Bulatov2021-01-161-2/+3
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-1/+1
* Group file source edits by FileIdLukas Wirth2021-01-141-4/+4
* Improve analysis stats legibilityAleksey Kladov2021-01-111-20/+17
* Make default memory stats less verboseAleksey Kladov2021-01-101-1/+1
* Report progress for cargo metadata and output-dirEdwin Cheng2021-01-071-0/+1
* Align config's API with usageAleksey Kladov2021-01-061-4/+14
* Only log path and syntax range when processing function if source existsNick Spain2021-01-021-6/+6
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+1
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-1/+1
* Flush stdout when clearing the progress barLaurențiu Nicola2020-12-241-3/+5
* Move print_memory_usage to cli.rsJonas Schievink2020-12-112-9/+4
* Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink2020-12-091-1/+1
* Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink2020-12-081-2/+2
* Remove dummy ProcMacroClient in favor of OptionJonas Schievink2020-12-071-3/+3
* Fix `diagnostics` subcommand, look at all modulesJonas Schievink2020-12-041-11/+18
* Cleanup workspace loading a tiny bitAleksey Kladov2020-11-131-1/+0
* Remove more unreachable pubsAleksey Kladov2020-11-021-8/+8