Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Merge pull request #4382 from woody77/json_cfgs | Aleksey Kladov | 2020-06-03 | 1 | -0/+10 |
|\ | |||||
| * | Begin transition to new fields for JsonProject crate cfgs | Aaron Wood | 2020-05-09 | 1 | -0/+10 |
* | | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 1 | -1/+1 |
* | | 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 | 1 | -16/+16 |
* | | Rename ra_env -> ra_toolchain | Aleksey Kladov | 2020-05-08 | 1 | -1/+1 |
* | | Merge #4329 | bors[bot] | 2020-05-08 | 1 | -1/+2 |
|\ \ | |||||
| * | | pull function out into new crate ra_env; use in ra_flycheck as well | Craig Disselkoen | 2020-05-06 | 1 | -2/+2 |
| * | | more generic, find rustc as well | Craig Disselkoen | 2020-05-06 | 1 | -0/+1 |
* | | | Move feature desugaring to the right abstraction layer | Aleksey Kladov | 2020-05-08 | 1 | -2/+12 |
* | | | Merge #4296 | bors[bot] | 2020-05-07 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Assume cargo_metadata uses String for cfgs soon | robojumper | 2020-05-05 | 1 | -7/+1 |
| * | | Support build.rs cargo:rustc-cfg | robojumper | 2020-05-04 | 1 | -0/+7 |
| |/ | |||||
* | | Remove code duplicates | Christophe MASSOLIN | 2020-05-05 | 1 | -12/+6 |
* | | Pass cargo.target to rustc | Christophe MASSOLIN | 2020-05-05 | 1 | -5/+13 |
|/ | |||||
* | Avoid lossy OsString conversions | Laurențiu Nicola | 2020-04-25 | 1 | -4/+8 |
* | Unmix error handling when discovering workspaces | Aleksey Kladov | 2020-04-16 | 1 | -55/+23 |
* | Decouple project loading from project discovery a bit | Aleksey Kladov | 2020-04-16 | 1 | -100/+121 |
* | Migrate to privacy as per review commets | veetaha | 2020-04-02 | 1 | -2/+8 |
* | Less mutability | veetaha | 2020-04-02 | 1 | -19/+23 |
* | Migrate to iters some more | veetaha | 2020-04-02 | 1 | -18/+11 |
* | Migrate to iterators | veetaha | 2020-04-02 | 1 | -15/+3 |
* | Simpify workspace handling | veetaha | 2020-04-02 | 1 | -29/+17 |
* | Reduce scope of deserialization | Aleksey Kladov | 2020-04-01 | 1 | -3/+3 |
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -1/+40 |
* | Use target-name for crate-name | Edwin Cheng | 2020-03-21 | 1 | -3/+3 |
* | Simplify Sysroot | Aleksey Kladov | 2020-03-19 | 1 | -5/+5 |
* | More direct CargoWorkspace | Aleksey Kladov | 2020-03-19 | 1 | -20/+20 |
* | Support specifying OUT_DIR in json project | Emil Lauridsen | 2020-03-17 | 1 | -3/+21 |
* | Change existing OUT_DIR override config to make use of new infrastructure | Emil Lauridsen | 2020-03-17 | 1 | -22/+6 |
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -7/+36 |
* | Fix crate display name dashes | Kirill Bulatov | 2020-03-16 | 1 | -2/+5 |
* | Add extern source | Edwin Cheng | 2020-03-11 | 1 | -3/+10 |
* | Setup Env in world | Edwin Cheng | 2020-03-10 | 1 | -3/+15 |
* | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 1 | -6/+7 |
* | keep one CargoTomlNotFoundError | nmio | 2020-02-29 | 1 | -28/+31 |
* | remove code used for testing | nmio | 2020-02-27 | 1 | -1/+1 |
* | fix unneeded body | nmio | 2020-02-27 | 1 | -6/+2 |
* | fixes and improvements | nmio | 2020-02-27 | 1 | -23/+49 |
* | clean up | nmio | 2020-02-25 | 1 | -7/+2 |
* | Initial debugging code | nmio | 2020-02-24 | 1 | -5/+42 |
* | Add suggestion for failed path resolution | Yoshua Wuyts | 2020-02-23 | 1 | -1/+1 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -29/+38 |