aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src/sysroot.rs
Commit message (Expand)AuthorAgeFilesLines
* Be more explicit about absolute paths at various placesAleksey Kladov2020-06-241-12/+11
* CleanupAleksey Kladov2020-05-081-38/+11
* Rename ra_env -> ra_toolchainAleksey Kladov2020-05-081-2/+2
* cargo fmtCraig Disselkoen2020-05-061-1/+5
* return a PathBuf instead of StringCraig Disselkoen2020-05-061-2/+3
* pull function out into new crate ra_env; use in ra_flycheck as wellCraig Disselkoen2020-05-061-2/+3
* more generic, find rustc as wellCraig Disselkoen2020-05-061-1/+3
* Simplify Arena to use a generic indexAleksey Kladov2020-03-191-5/+3
* Simplify SysrootAleksey Kladov2020-03-191-17/+15
* ra_project_model: migrate to Sysroot::alloc()Veetaha2020-02-291-1/+1
* Simplify the command executionKirill Bulatov2020-02-171-34/+28
* Simplify the code furtherKirill Bulatov2020-02-171-45/+35
* Idempotent location and installation of rust srcKirill Bulatov2020-02-171-47/+56
* Install rust-src when it is not foundKirill Bulatov2020-02-171-8/+31
* Add error context to failures in `ra_project_model` using `anyhow` crate (#3119)Adam Bratschi-Kaye2020-02-131-5/+9
* More specific error if `rustc --print sysroot` failsAleksey Kladov2020-02-101-1/+2
* Better error messageAleksey Kladov2020-01-091-2/+3
* Merge #2381bors[bot]2019-11-241-1/+5
|\
| * add proc-macro crate type handlingJasperDeSutter2019-11-241-1/+5
* | Add alloc to the sysrootMarco Groppo2019-11-241-0/+4
|/
* Resolve core typesMatthias Einwag2019-11-091-0/+4
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Make sysroot use `RUST_SRC_PATH` if setBastian Köcher2019-08-221-11/+21
* don't load sysroot in most heavy testsAleksey Kladov2019-08-191-1/+1
* cleanupAleksey Kladov2019-08-061-1/+1
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+1
* Merge #1404bors[bot]2019-06-151-3/+3
|\
| * Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-3/+3
* | Add alloc -> core dependencyFlorian Diebold2019-06-131-0/+5
|/
* Remove SmolStr from project modelFlorian Diebold2019-02-091-4/+2
* Extract project model to separate crateFlorian Diebold2019-02-091-0/+138