Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | [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 |
* | | Bump deps | Laurențiu Nicola | 2020-05-01 | 1 | -1/+1 |
|/ | |||||
* | 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 | 2 | -37/+39 |
* | Rename cargo_watch -> flycheck | Aleksey Kladov | 2020-03-31 | 2 | -2/+2 |
* | 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 |
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 4 | -9/+65 |
* | ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for now | veetaha | 2020-03-21 | 1 | -14/+13 |
* | Use target-name for crate-name | Edwin Cheng | 2020-03-21 | 1 | -3/+3 |
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 2 | -14/+8 |
* | Simplify Sysroot | Aleksey Kladov | 2020-03-19 | 2 | -22/+20 |
* | More direct CargoWorkspace | Aleksey Kladov | 2020-03-19 | 2 | -84/+61 |
* | Use dyn-ref instead of impl to impact compile times the least | Emil Lauridsen | 2020-03-17 | 1 | -1/+1 |
* | Slight readablity improvement | Emil Lauridsen | 2020-03-17 | 1 | -1/+1 |
* | Remove outDirOverrides | Emil Lauridsen | 2020-03-17 | 1 | -8/+0 |
* | Support specifying OUT_DIR in json project | Emil Lauridsen | 2020-03-17 | 2 | -3/+22 |
* | Change existing OUT_DIR override config to make use of new infrastructure | Emil Lauridsen | 2020-03-17 | 2 | -22/+14 |
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 3 | -9/+102 |
* | 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 |
* | ra_project_model: migrate to Sysroot::alloc() | Veetaha | 2020-02-29 | 1 | -1/+1 |
* | 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 |