Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make logger-based debugging more pleasant | Aleksey Kladov | 2021-01-28 | 1 | -2/+3 |
* | Export `CARGO` for proc. macros | Jonas Schievink | 2021-01-27 | 1 | -1/+4 |
* | Use AbsPath | Edwin Cheng | 2021-01-22 | 1 | -3/+3 |
* | Refactor build script data | Edwin Cheng | 2021-01-22 | 4 | -196/+228 |
* | Added defined_features in PackageData | Edwin Cheng | 2021-01-21 | 2 | -5/+8 |
* | Avoid blocking the main loop when editing Cargo.toml | Aleksey Kladov | 2021-01-18 | 3 | -61/+93 |
* | Add profile call | Aleksey Kladov | 2021-01-18 | 1 | -0/+1 |
* | Add profile call | Aleksey Kladov | 2021-01-18 | 2 | -0/+4 |
* | :arrow_up: arena | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
* | Depend on local copy of la-arena instead of crates.io’s | Aramis Razzaghipour | 2021-01-17 | 1 | -1/+1 |
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 3 | -3/+3 |
* | Use --workspace when loading extern resources | Chinedu Francis Nwafili | 2021-01-14 | 1 | -1/+1 |
* | Unfreeze cargo_metadata | kjeremy | 2021-01-11 | 1 | -1/+1 |
* | Report progress for cargo metadata and output-dir | Edwin Cheng | 2021-01-07 | 2 | -14/+34 |
* | Document `project_model::TargetData` | Arnaud | 2021-01-06 | 1 | -0/+6 |
* | Document `project_model::PackageData` | Arnaud | 2021-01-06 | 1 | -0/+16 |
* | Make `PackageData`, `TargetData` and `PackageDependency` public | Arnaud | 2021-01-06 | 1 | -2/+5 |
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 1 | -5/+5 |
* | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 1 | -0/+3 |
* | Merge #7071 | bors[bot] | 2020-12-31 | 1 | -0/+5 |
|\ | |||||
| * | Pass --all-targets to "cargo check" | Kaelin Laundry | 2020-12-29 | 1 | -0/+5 |
* | | add working dir to cargo metadata fail messages | lf- | 2020-12-31 | 1 | -1/+17 |
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 |
|/ | |||||
* | 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 |
* | Default to host platform for cargo metadata | Jon Gjengset | 2020-12-17 | 1 | -2/+30 |
* | Change recommendation when source can't be loaded from sysroot | Florian Diebold | 2020-12-13 | 1 | -1/+1 |
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
* | Use itertools | Jonas Schievink | 2020-12-10 | 2 | -3/+4 |
* | Replicate Cargo environment variables | Jonas Schievink | 2020-12-10 | 1 | -0/+39 |
* | Apply environment set by build scripts | Jonas Schievink | 2020-12-07 | 2 | -2/+20 |
* | Pass `--target` when loading out dirs from check | Jonas Schievink | 2020-12-07 | 1 | -0/+5 |
* | Remove dummy ProcMacroClient in favor of Option | Jonas Schievink | 2020-12-07 | 1 | -17/+22 |
* | Pin cargo_metadata | kjeremy | 2020-11-25 | 1 | -1/+1 |
* | Simplify | Aleksey Kladov | 2020-11-17 | 1 | -54/+50 |
* | Make code more readable | Aleksey Kladov | 2020-11-17 | 1 | -186/+207 |
* | Minor | Aleksey Kladov | 2020-11-17 | 1 | -4/+4 |
* | Simplify | Aleksey Kladov | 2020-11-17 | 1 | -16/+10 |
* | Remove needless alloc | Aleksey Kladov | 2020-11-17 | 1 | -1/+1 |
* | Compress code | Aleksey Kladov | 2020-11-17 | 1 | -64/+24 |
* | simplify | Aleksey Kladov | 2020-11-17 | 1 | -41/+32 |
* | Remove dead code | Aleksey Kladov | 2020-11-13 | 1 | -15/+0 |
* | Cleanup workspace loading a tiny bit | Aleksey Kladov | 2020-11-13 | 2 | -26/+28 |
* | Move tricky workspace logic to a separate module | Aleksey Kladov | 2020-11-13 | 2 | -602/+611 |
* | Address review comments | Xavier Denis | 2020-11-12 | 1 | -3/+2 |
* | Reorder rustc_private loading | Xavier Denis | 2020-11-11 | 1 | -87/+86 |
* | Add support for loading rustc private crates | Xavier Denis | 2020-11-11 | 2 | -67/+209 |
* | Ignore RUST_SRC_PATH if it is set to invalid value | Aleksey Kladov | 2020-11-06 | 1 | -2/+6 |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 2 | -3/+3 |
* | remove FIXME after rust 1.47 comes out | yuqing | 2020-10-30 | 1 | -6/+1 |