Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor build script data | Edwin Cheng | 2021-01-22 | 1 | -11/+9 |
| | |||||
* | Added defined_features in PackageData | Edwin Cheng | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | Avoid blocking the main loop when editing Cargo.toml | Aleksey Kladov | 2021-01-18 | 1 | -61/+58 |
| | | | | | | | | | | I've noticed a bunch of "main loop too long" warnings in console when typing in Cargo.toml. Profiling showed that the culprit is `rustc --print cfg` call. I moved it to the background project loading phase, where it belongs. This highlighted a problem: we generally use single `cfg`, while it really should be per crate. | ||||
* | Add profile call | Aleksey Kladov | 2021-01-18 | 1 | -0/+1 |
| | |||||
* | Add profile call | Aleksey Kladov | 2021-01-18 | 1 | -0/+3 |
| | |||||
* | Report progress for cargo metadata and output-dir | Edwin Cheng | 2021-01-07 | 1 | -8/+14 |
| | |||||
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | Apply environment set by build scripts | Jonas Schievink | 2020-12-07 | 1 | -0/+5 |
| | |||||
* | Remove dummy ProcMacroClient in favor of Option | Jonas Schievink | 2020-12-07 | 1 | -17/+22 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -18/+16 |
| | |||||
* | Move tricky workspace logic to a separate module | Aleksey Kladov | 2020-11-13 | 1 | -0/+607 |