Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ad hocery with science | Aleksey Kladov | 2020-07-07 | 1 | -1/+0 |
* | AbsPath | Aleksey Kladov | 2020-07-05 | 1 | -3/+3 |
* | Fallback to target in cfg if not specified in project json config | Paul Daniel Faria | 2020-07-04 | 1 | -1/+1 |
* | Add optional target to crates in json project, lookup default cfgs per target... | Paul Daniel Faria | 2020-07-04 | 2 | -1/+13 |
* | Move cargo metadata off the main loop | Aleksey Kladov | 2020-07-02 | 1 | -2/+2 |
* | Minor | Aleksey Kladov | 2020-07-02 | 1 | -13/+1 |
* | Automatically reload project on config change | Aleksey Kladov | 2020-07-01 | 1 | -3/+3 |
* | Use Strings for display names | Aleksey Kladov | 2020-07-01 | 1 | -5/+3 |
* | Use CrateName for semantic names | Aleksey Kladov | 2020-07-01 | 2 | -8/+14 |
* | Don't crash on empty out_dirs with older cargos | Aleksey Kladov | 2020-06-30 | 1 | -4/+13 |
* | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 4 | -110/+110 |
* | Rename json_project -> project_json | Aleksey Kladov | 2020-06-24 | 2 | -9/+9 |
* | Be more explicit about absolute paths at various places | Aleksey Kladov | 2020-06-24 | 4 | -58/+59 |
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -14/+1 |
* | Accept relative paths in rust-project.json | Thiébaud Weksteen | 2020-06-15 | 1 | -15/+17 |
* | Reduce OUT_DIR special casing | Aleksey Kladov | 2020-06-10 | 1 | -13/+7 |
* | Merge #4824 | bors[bot] | 2020-06-10 | 1 | -1/+1 |
|\ | |||||
| * | Correct "debug_assertion" to "debug_assertions" to match the cfg | Aaron Wood | 2020-06-10 | 1 | -1/+1 |
* | | Finish transition to cfgs from the separate atoms and features. | Aaron Wood | 2020-06-09 | 2 | -47/+1 |
|/ | |||||
* | Use Option<&str> for target instead of Option<&String> | Paul Daniel Faria | 2020-06-08 | 1 | -3/+3 |
* | Remove default_cfg_options, pass target instead so it can be used for buildin... | Paul Daniel Faria | 2020-06-08 | 1 | -13/+13 |
* | Change management of test cfg to better support json projects | Paul Daniel Faria | 2020-06-07 | 1 | -6/+7 |
* | Document rust-project.json | Aleksey Kladov | 2020-06-03 | 1 | -2/+8 |
* | Rename ProjectRoot -> ProjectManifest | Aleksey Kladov | 2020-06-03 | 1 | -15/+15 |
* | Move project discovery | Aleksey Kladov | 2020-06-03 | 1 | -2/+14 |
* | Put important things on top | Aleksey Kladov | 2020-06-03 | 1 | -7/+7 |
* | Merge pull request #4382 from woody77/json_cfgs | Aleksey Kladov | 2020-06-03 | 2 | -0/+89 |
|\ | |||||
| * | Begin transition to new fields for JsonProject crate cfgs | Aaron Wood | 2020-05-09 | 2 | -0/+89 |
* | | Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by default | Laurențiu Nicola | 2020-06-02 | 1 | -1/+1 |
* | | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 1 | -1/+1 |
* | | Merge #4406 #4410 #4411 #4417 | bors[bot] | 2020-05-10 | 2 | -10/+6 |
|\ \ | |||||
| * | | Update cargo-metadata | Edwin Cheng | 2020-05-09 | 2 | -10/+6 |
* | | | Simpify project discovery | veetaha | 2020-05-09 | 1 | -36/+15 |
* | | | Add stderr to error message | Aleksey Kladov | 2020-05-08 | 1 | -1/+6 |
* | | | Cleanup | Aleksey Kladov | 2020-05-08 | 3 | -57/+29 |
* | | | Rename ra_env -> ra_toolchain | Aleksey Kladov | 2020-05-08 | 4 | -5/+5 |
|/ / | |||||
* | | Merge #4329 | bors[bot] | 2020-05-08 | 4 | -17/+19 |
|\ \ | |||||
| * | | cargo fmt | Craig Disselkoen | 2020-05-06 | 1 | -1/+5 |
| * | | return a PathBuf instead of String | Craig Disselkoen | 2020-05-06 | 1 | -2/+3 |
| * | | pull function out into new crate ra_env; use in ra_flycheck as well | Craig Disselkoen | 2020-05-06 | 5 | -71/+8 |
| * | | more generic, find rustc as well | Craig Disselkoen | 2020-05-06 | 4 | -54/+71 |
| * | | ra_project_model: look for Cargo in more places | Craig Disselkoen | 2020-05-06 | 2 | -9/+52 |
* | | | Move feature desugaring to the right abstraction layer | Aleksey Kladov | 2020-05-08 | 1 | -2/+12 |
* | | | Merge #4296 | bors[bot] | 2020-05-07 | 2 | -2/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Assume cargo_metadata uses String for cfgs soon | robojumper | 2020-05-05 | 2 | -10/+9 |
| * | | Support build.rs cargo:rustc-cfg | robojumper | 2020-05-04 | 2 | -2/+15 |
* | | | Merge #4166 | bors[bot] | 2020-05-05 | 2 | -5/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Remove code duplicates | Christophe MASSOLIN | 2020-05-05 | 1 | -12/+6 |
| * | | Pass cargo.target to rustc | Christophe MASSOLIN | 2020-05-05 | 1 | -5/+13 |
| * | | Rename `defaultTarget` to target | Christophe MASSOLIN | 2020-05-05 | 1 | -3/+3 |