Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fun times with rustfmt | Jon Gjengset | 2020-12-17 | 1 | -2/+1 |
| | |||||
* | Update crates/project_model/src/cargo_workspace.rs | Jon Gjengset | 2020-12-17 | 1 | -1/+1 |
| | | | Co-authored-by: Aleksey Kladov <[email protected]> | ||||
* | Default to host platform for cargo metadata | Jon Gjengset | 2020-12-17 | 1 | -2/+30 |
| | | | | | | | | | This modifies the logic for calling cargo metadata so that it will use the host platform if no explicit target platform is given. This is needed since cargo metadata defaults to outputting information for _all_ targets. Fixes #6908. | ||||
* | Use itertools | Jonas Schievink | 2020-12-10 | 1 | -3/+3 |
| | |||||
* | Replicate Cargo environment variables | Jonas Schievink | 2020-12-10 | 1 | -0/+39 |
| | |||||
* | Apply environment set by build scripts | Jonas Schievink | 2020-12-07 | 1 | -2/+15 |
| | |||||
* | Pass `--target` when loading out dirs from check | Jonas Schievink | 2020-12-07 | 1 | -0/+5 |
| | |||||
* | Cleanup workspace loading a tiny bit | Aleksey Kladov | 2020-11-13 | 1 | -8/+12 |
| | |||||
* | Add support for loading rustc private crates | Xavier Denis | 2020-11-11 | 1 | -0/+3 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -2/+2 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 1 | -0/+362 |