Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -9/+5 |
|\ \ | |||||
| * | | Update cargo-metadata | Edwin Cheng | 2020-05-09 | 1 | -9/+5 |
* | | | 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 | 3 | -4/+4 |
|/ / | |||||
* | | Merge #4329 | bors[bot] | 2020-05-08 | 3 | -16/+17 |
|\ \ | |||||
| * | | 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 | 4 | -68/+6 |
| * | | 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 | 1 | -9/+50 |
* | | | 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 |
| |/ | |||||
* | | 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 |
* | | [config] remove RustcConfig | Christophe MASSOLIN | 2020-04-27 | 1 | -5/+0 |
* | | [config] rename cargo.defaultTarget | Christophe MASSOLIN | 2020-04-27 | 1 | -4/+4 |
* | | Started rust-analyzer.cargo.defaultTarget implementation | Christophe MASSOLIN | 2020-04-26 | 1 | -0/+12 |
|/ | |||||
* | Merge #4125 | bors[bot] | 2020-04-25 | 1 | -4/+8 |
|\ | |||||
| * | Avoid lossy OsString conversions | Laurențiu Nicola | 2020-04-25 | 1 | -4/+8 |
* | | Don't print cargo version to stdout, breaking everything | Aleksey Kladov | 2020-04-24 | 1 | -1/+1 |
* | | More helpful error message if toolchain is not in PATH | Aleksey Kladov | 2020-04-24 | 1 | -0/+5 |
|/ | |||||
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -2/+1 |
* | 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 |
* | Unique package by name and version. | o0Ignition0o | 2020-04-02 | 1 | -4/+5 |
* | Reduce scope of deserialization | Aleksey Kladov | 2020-04-01 | 2 | -15/+11 |
* | Move all config to config | Aleksey Kladov | 2020-04-01 | 1 | -0/+1 |
* | Reduce deps | Aleksey Kladov | 2020-03-31 | 1 | -36/+39 |
* | Rename cargo_watch -> flycheck | Aleksey Kladov | 2020-03-31 | 1 | -1/+1 |
* | Use matches in is_dylib | Edwin Cheng | 2020-03-31 | 1 | -11/+3 |
* | Implement ra_proc_macro client logic | Edwin Cheng | 2020-03-31 | 1 | -1/+21 |
* | Add crate versions when running cargo -p commands. | o0Ignition0o | 2020-03-31 | 1 | -0/+14 |