Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |