aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model
Commit message (Expand)AuthorAgeFilesLines
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* Sort cargo metadataAleksey Kladov2020-07-101-2/+4
* Automatically reload project info on Cargo.toml changesAleksey Kladov2020-07-103-8/+8
* Replace ad hocery with scienceAleksey Kladov2020-07-071-1/+0
* AbsPathAleksey Kladov2020-07-051-3/+3
* Fallback to target in cfg if not specified in project json configPaul Daniel Faria2020-07-041-1/+1
* Add optional target to crates in json project, lookup default cfgs per target...Paul Daniel Faria2020-07-042-1/+13
* Move cargo metadata off the main loopAleksey Kladov2020-07-021-2/+2
* MinorAleksey Kladov2020-07-021-13/+1
* Automatically reload project on config changeAleksey Kladov2020-07-011-3/+3
* Use Strings for display namesAleksey Kladov2020-07-011-5/+3
* Use CrateName for semantic namesAleksey Kladov2020-07-012-8/+14
* Don't crash on empty out_dirs with older cargosAleksey Kladov2020-06-301-4/+13
* Cleanup project.json deserializationAleksey Kladov2020-06-244-110/+110
* Rename json_project -> project_jsonAleksey Kladov2020-06-242-9/+9
* Be more explicit about absolute paths at various placesAleksey Kladov2020-06-244-58/+59
* New VFSAleksey Kladov2020-06-231-14/+1
* Accept relative paths in rust-project.jsonThiébaud Weksteen2020-06-151-15/+17
* Reduce OUT_DIR special casingAleksey Kladov2020-06-101-13/+7
* Merge #4824bors[bot]2020-06-101-1/+1
|\
| * Correct "debug_assertion" to "debug_assertions" to match the cfgAaron Wood2020-06-101-1/+1
* | Finish transition to cfgs from the separate atoms and features.Aaron Wood2020-06-092-47/+1
|/
* Use Option<&str> for target instead of Option<&String>Paul Daniel Faria2020-06-081-3/+3
* Remove default_cfg_options, pass target instead so it can be used for buildin...Paul Daniel Faria2020-06-081-13/+13
* Change management of test cfg to better support json projectsPaul Daniel Faria2020-06-071-6/+7
* Document rust-project.jsonAleksey Kladov2020-06-031-2/+8
* Rename ProjectRoot -> ProjectManifestAleksey Kladov2020-06-031-15/+15
* Move project discoveryAleksey Kladov2020-06-031-2/+14
* Put important things on topAleksey Kladov2020-06-031-7/+7
* Merge pull request #4382 from woody77/json_cfgsAleksey Kladov2020-06-032-0/+89
|\
| * Begin transition to new fields for JsonProject crate cfgsAaron Wood2020-05-092-0/+89
* | Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by defaultLaurențiu Nicola2020-06-021-1/+1
* | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* | Merge #4406 #4410 #4411 #4417bors[bot]2020-05-102-10/+6
|\ \
| * | Update cargo-metadataEdwin Cheng2020-05-092-10/+6
* | | Simpify project discoveryveetaha2020-05-091-36/+15
* | | Add stderr to error messageAleksey Kladov2020-05-081-1/+6
* | | CleanupAleksey Kladov2020-05-083-57/+29
* | | Rename ra_env -> ra_toolchainAleksey Kladov2020-05-084-5/+5
|/ /
* | Merge #4329bors[bot]2020-05-084-17/+19
|\ \
| * | cargo fmtCraig Disselkoen2020-05-061-1/+5
| * | return a PathBuf instead of StringCraig Disselkoen2020-05-061-2/+3
| * | pull function out into new crate ra_env; use in ra_flycheck as wellCraig Disselkoen2020-05-065-71/+8
| * | more generic, find rustc as wellCraig Disselkoen2020-05-064-54/+71
| * | ra_project_model: look for Cargo in more placesCraig Disselkoen2020-05-062-9/+52
* | | Move feature desugaring to the right abstraction layerAleksey Kladov2020-05-081-2/+12
* | | Merge #4296bors[bot]2020-05-072-2/+14
|\ \ \ | |/ / |/| |
| * | Assume cargo_metadata uses String for cfgs soonrobojumper2020-05-052-10/+9
| * | Support build.rs cargo:rustc-cfgrobojumper2020-05-042-2/+15
* | | Merge #4166bors[bot]2020-05-052-5/+14
|\ \ \ | |/ / |/| |