aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/cli/load_cargo.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Only prefill caches in the completion benchmarkKirill Bulatov2021-06-111-1/+5
* Fix visibility issuesKirill Bulatov2021-06-111-5/+5
* Prime caches on workspace loadKirill Bulatov2021-06-111-1/+3
* Enable attribute macro expansion in `analysis-stats`Florian Diebold2021-06-051-0/+3
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-3/+7
* Fix ProcMacroClient dropped too early in cliEdwin Cheng2021-03-021-4/+5
* Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-161-13/+26
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-2/+6
* Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-081-10/+17
* Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-081-2/+3
* Async Loading outdir and proc-macroEdwin Cheng2021-01-281-13/+23
* Add config option to ignore directoriesAleksey Kladov2021-01-261-1/+1
* Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-181-1/+1
* Report progress for cargo metadata and output-dirEdwin Cheng2021-01-071-0/+1
* Fix "no value set for FileTextQuery(FileId(..))"Jonas Schievink2020-12-091-1/+1
* Remove dummy ProcMacroClient in favor of OptionJonas Schievink2020-12-071-3/+3
* Cleanup workspace loading a tiny bitAleksey Kladov2020-11-131-1/+0
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-021-2/+2
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-131-1/+1
* Remove unwanted dependencyAleksey Kladov2020-07-081-2/+2
* reduce visibilityAleksey Kladov2020-06-261-1/+1
* Add new module for project loading stuffAleksey Kladov2020-06-251-1/+1
* Unify styleAleksey Kladov2020-06-251-1/+1
* Less error-prone namingAleksey Kladov2020-06-241-2/+2
* Cleanup project.json deserializationAleksey Kladov2020-06-241-6/+5
* Be more explicit about absolute paths at various placesAleksey Kladov2020-06-241-1/+1
* New VFSAleksey Kladov2020-06-231-113/+53
* Remove dead codeAleksey Kladov2020-06-111-4/+0
* Reduce OUT_DIR special casingAleksey Kladov2020-06-101-19/+19
* Remove default_cfg_options, pass target instead so it can be used for buildin...Paul Daniel Faria2020-06-081-16/+4
* Change management of test cfg to better support json projectsPaul Daniel Faria2020-06-071-1/+0
* Groundwork for specifying the set of projects via configAleksey Kladov2020-06-031-1/+2
* Rename ProjectRoot -> ProjectManifestAleksey Kladov2020-06-031-2/+2
* Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* Pass cargo.target to rustcChristophe MASSOLIN2020-05-051-1/+1
* ra_proc_macro: cleanups here and thereveetaha2020-04-201-1/+1
* Merge #3996bors[bot]2020-04-171-3/+1
|\
| * Fix path for proc-macro in nightly / stable buildEdwin Cheng2020-04-161-3/+1
* | Merge #3995bors[bot]2020-04-161-3/+5
|\ \ | |/ |/|
| * Unmix error handling when discovering workspacesAleksey Kladov2020-04-161-1/+1
| * Decouple project loading from project discovery a bitAleksey Kladov2020-04-161-3/+5
* | Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-161-1/+4
* | Add config for proc_macroEdwin Cheng2020-04-161-1/+1
* | Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-161-2/+7
|/
* Fix non canonicallized path for crate fileEdwin Cheng2020-04-111-1/+3
* Migrate to privacy as per review commetsveetaha2020-04-021-6/+9