aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cli/ssr.rs
Commit message (Expand)AuthorAgeFilesLines
* Only prefill caches in the completion benchmarkKirill Bulatov2021-06-111-2/+7
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-3/+6
* Fix ProcMacroClient dropped too early in cliEdwin Cheng2021-03-021-2/+2
* 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-221-1/+1
* Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-161-13/+11
* Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-081-3/+16
* Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-081-2/+2
* 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
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-2/+2
* Rename ra_ssr -> ssrAleksey Kladov2020-08-131-1/+1
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-2/+2
* SSR: Match paths based on what they resolve toDavid Lattimore2020-07-241-2/+2
* SSR: Pass current file position through to SSR code.David Lattimore2020-07-241-2/+2
* Move iteration over all files into the SSR crateDavid Lattimore2020-07-241-29/+12
* Structured search debuggingDavid Lattimore2020-07-011-1/+39
* Add a simple SSR subcommand to the rust-analyzer command line binaryDavid Lattimore2020-06-291-0/+33