Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 1 | -5/+3 |
* | Simplify Sysroot | Aleksey Kladov | 2020-03-19 | 1 | -17/+15 |
* | ra_project_model: migrate to Sysroot::alloc() | Veetaha | 2020-02-29 | 1 | -1/+1 |
* | Simplify the command execution | Kirill Bulatov | 2020-02-17 | 1 | -34/+28 |
* | Simplify the code further | Kirill Bulatov | 2020-02-17 | 1 | -45/+35 |
* | Idempotent location and installation of rust src | Kirill Bulatov | 2020-02-17 | 1 | -47/+56 |
* | Install rust-src when it is not found | Kirill Bulatov | 2020-02-17 | 1 | -8/+31 |
* | Add error context to failures in `ra_project_model` using `anyhow` crate (#3119) | Adam Bratschi-Kaye | 2020-02-13 | 1 | -5/+9 |
* | More specific error if `rustc --print sysroot` fails | Aleksey Kladov | 2020-02-10 | 1 | -1/+2 |
* | Better error message | Aleksey Kladov | 2020-01-09 | 1 | -2/+3 |
* | Merge #2381 | bors[bot] | 2019-11-24 | 1 | -1/+5 |
|\ | |||||
| * | add proc-macro crate type handling | JasperDeSutter | 2019-11-24 | 1 | -1/+5 |
* | | Add alloc to the sysroot | Marco Groppo | 2019-11-24 | 1 | -0/+4 |
|/ | |||||
* | Resolve core types | Matthias Einwag | 2019-11-09 | 1 | -0/+4 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Make sysroot use `RUST_SRC_PATH` if set | Bastian Köcher | 2019-08-22 | 1 | -11/+21 |
* | don't load sysroot in most heavy tests | Aleksey Kladov | 2019-08-19 | 1 | -1/+1 |
* | cleanup | Aleksey Kladov | 2019-08-06 | 1 | -1/+1 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -1/+1 |
* | Merge #1404 | bors[bot] | 2019-06-15 | 1 | -3/+3 |
|\ | |||||
| * | Get rid of failure: ra_lsp_server & ra_project_model | Muhammad Mominul Huque | 2019-06-14 | 1 | -3/+3 |
* | | Add alloc -> core dependency | Florian Diebold | 2019-06-13 | 1 | -0/+5 |
|/ | |||||
* | Remove SmolStr from project model | Florian Diebold | 2019-02-09 | 1 | -4/+2 |
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 1 | -0/+138 |