| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Cargo binaries are now produced on Rust’s CI, not Cargo’s.
Remove cargo-commit-hash and find Cargo based on rust-commit-hash.
|
|
|
|
|
|
|
| |
… which includes https://github.com/rust-lang/cargo/pull/4065
Compile time from `mach clean` on 4 cores / 8 threads
with incremental compilation improved by 4%.
|
| |
|
|
|
|
|
| |
Pick up https://github.com/rust-lang/cargo/pull/3590,
to print errors without waiting for parallel jobs.
|
| |
|
|
|
|
|
| |
This version includes the new `cargo check`:
https://github.com/rust-lang/cargo/pull/3296
|
|
Instead of once per day (or night) with a date in the URL,
Cargo binaries are now built and published for every merge to master
(with the merge commit hash in the URL).
|