Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | Change recommendation when source can't be loaded from sysroot | Florian Diebold | 2020-12-13 | 1 | -1/+1 |
| | | | | | | | | | Since we just tried running `rustup component add`, it doesn't make sense to me to recommend trying that again. If we're reaching this case, it's probably more likely that rustc was installed via package manager, in which case the source should be installed the same way (e.g. if you install the rust-src package on Ubuntu it will install a symlink in the right place to make our sysroot detection work). | ||||
* | Remove needless alloc | Aleksey Kladov | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | Ignore RUST_SRC_PATH if it is set to invalid value | Aleksey Kladov | 2020-11-06 | 1 | -2/+6 |
| | | | | | | Folks report a ton of hard-to-diagnose issues, the solution for which is "unset RUST_SRC_PATH". Let's just ignore RUST_SRC_PATH when it won't work anyway! | ||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | remove FIXME after rust 1.47 comes out | yuqing | 2020-10-30 | 1 | -6/+1 |
| | |||||
* | Log around sysroot discovery | Aleksey Kladov | 2020-10-14 | 1 | -0/+4 |
| | |||||
* | Update crates/project_model/src/sysroot.rs | Jonas Schievink | 2020-10-09 | 1 | -1/+1 |
| | | | Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
* | Add note if RUST_SRC_PATH is likely to be wrong | Jonas Schievink | 2020-10-09 | 1 | -2/+8 |
| | |||||
* | Report better errors in project.json/sysroot | Jonas Schievink | 2020-09-11 | 1 | -3/+10 |
| | |||||
* | Prepare to share sysroot lowering code between Cargo & ProjectJSON | Aleksey Kladov | 2020-08-25 | 1 | -13/+7 |
| | |||||
* | Prep work for overriding sysroot | Aleksey Kladov | 2020-08-25 | 1 | -53/+60 |
| | | | | | The idea here is to make auto-discovery optional, and to allow to set the path to sysroot directly. This is handy for JSON projects. | ||||
* | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 1 | -0/+173 |