aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-091-6/+0
|/
* 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
* Merge pull request #4382 from woody77/json_cfgsAleksey Kladov2020-06-031-0/+10
|\
| * Begin transition to new fields for JsonProject crate cfgsAaron Wood2020-05-091-0/+10
* | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-1/+1
* | Simpify project discoveryveetaha2020-05-091-36/+15
* | Add stderr to error messageAleksey Kladov2020-05-081-1/+6
* | CleanupAleksey Kladov2020-05-081-16/+16
* | Rename ra_env -> ra_toolchainAleksey Kladov2020-05-081-1/+1
* | Merge #4329bors[bot]2020-05-081-1/+2
|\ \
| * | pull function out into new crate ra_env; use in ra_flycheck as wellCraig Disselkoen2020-05-061-2/+2
| * | more generic, find rustc as wellCraig Disselkoen2020-05-061-0/+1
* | | Move feature desugaring to the right abstraction layerAleksey Kladov2020-05-081-2/+12
* | | Merge #4296bors[bot]2020-05-071-0/+1
|\ \ \ | |/ / |/| |
| * | Assume cargo_metadata uses String for cfgs soonrobojumper2020-05-051-7/+1
| * | Support build.rs cargo:rustc-cfgrobojumper2020-05-041-0/+7
| |/
* | Remove code duplicatesChristophe MASSOLIN2020-05-051-12/+6
* | Pass cargo.target to rustcChristophe MASSOLIN2020-05-051-5/+13
|/
* Avoid lossy OsString conversionsLaurențiu Nicola2020-04-251-4/+8
* Unmix error handling when discovering workspacesAleksey Kladov2020-04-161-55/+23
* Decouple project loading from project discovery a bitAleksey Kladov2020-04-161-100/+121
* Migrate to privacy as per review commetsveetaha2020-04-021-2/+8
* Less mutabilityveetaha2020-04-021-19/+23
* Migrate to iters some moreveetaha2020-04-021-18/+11
* Migrate to iteratorsveetaha2020-04-021-15/+3
* Simpify workspace handlingveetaha2020-04-021-29/+17
* Reduce scope of deserializationAleksey Kladov2020-04-011-3/+3
* Add ProcMacroClientEdwin Cheng2020-03-251-1/+40
* Use target-name for crate-nameEdwin Cheng2020-03-211-3/+3
* Simplify SysrootAleksey Kladov2020-03-191-5/+5
* More direct CargoWorkspaceAleksey Kladov2020-03-191-20/+20
* Support specifying OUT_DIR in json projectEmil Lauridsen2020-03-171-3/+21
* Change existing OUT_DIR override config to make use of new infrastructureEmil Lauridsen2020-03-171-22/+6
* Support loading OUT_DIR from cargo check at launchEmil Lauridsen2020-03-171-7/+36
* Fix crate display name dashesKirill Bulatov2020-03-161-2/+5
* Add extern sourceEdwin Cheng2020-03-111-3/+10
* Setup Env in worldEdwin Cheng2020-03-101-3/+15
* Consider crate declaration namesKirill Bulatov2020-03-081-6/+7
* keep one CargoTomlNotFoundErrornmio2020-02-291-28/+31
* remove code used for testingnmio2020-02-271-1/+1
* fix unneeded bodynmio2020-02-271-6/+2