-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: rust-lang/cargo
base: master
head repository: rust-lang/cargo
compare: rust-1.91.0
- 12 commits
- 54 files changed
- 4 contributors
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c544807 - Browse repository at this point
Copy the full SHA c544807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14fcfa5 - Browse repository at this point
Copy the full SHA 14fcfa5View commit details -
fix(shell): Use a distinct style for transient status
PR #15928 made `Checking` and `Building` the same style because the transient state is `note:` and #15928 made `note:~ the same as our regular headers. This switches the transient state to `help:` until we can further explore color choices with rustc. See also https://rust-lang.zulipchat.com/#narrow/channel/246057-t-cargo/topic/colors.20removed.20in.201.2E91.20.28current.20beta.29.3F/near/541900531
Configuration menu - View commit details
-
Copy full SHA for c61a70d - Browse repository at this point
Copy the full SHA c61a70dView commit details
Commits on Oct 1, 2025
-
[Beta-1.91] fix(shell): Use a distinct style for transient status (#1…
Configuration menu - View commit details
-
Copy full SHA for e8288e9 - Browse repository at this point
Copy the full SHA e8288e9View commit details
Commits on Oct 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e906ad9 - Browse repository at this point
Copy the full SHA e906ad9View commit details -
chore(ci): add rustfmt for docs job
Unclear why it wasn't missing before. The line was added five years ago. Seems it should be available. https://github.com/actions/runner-images/blob/75ec4229/images/ubuntu/scripts/build/install-rust.sh#L19-L20 Maybe due to recent pin/unpin 1.89 issue? actions/runner-images@69c94f5b
Configuration menu - View commit details
-
Copy full SHA for c21d525 - Browse repository at this point
Copy the full SHA c21d525View commit details -
test(build-std): move away from panic_immediate_abort
The test exercises a regression of extra `-Zbuild-std-features` overriding the entire default-features set. However, after rust-lang/rust 146317 panic_immediate_abort became a codegen flag not a Cargo feature anymore. We pick another `optimize_for_size` feature flag to ensure the regression case is still covered. To verify `optimize_for_size` actually triggers the regression, git revert f004691 and changes to `-Zbuild-std-features=optimize_for_size`. Alternatively, we can just drop this test.
Configuration menu - View commit details
-
Copy full SHA for e602d31 - Browse repository at this point
Copy the full SHA e602d31View commit details
Commits on Oct 5, 2025
-
[beta-1.91] chore: Disabled reserved_windows_name test temporaily (#1…
Configuration menu - View commit details
-
Copy full SHA for 785a383 - Browse repository at this point
Copy the full SHA 785a383View commit details
Commits on Oct 6, 2025
-
fix(timings): compute codegen start time to draw dep lines
This was an overlook in 1891593 that forgot to replace other `rmeta_x`.
Configuration menu - View commit details
-
Copy full SHA for 7a4fdd9 - Browse repository at this point
Copy the full SHA 7a4fdd9View commit details -
[beta-1.91] fix(timings): compute codegen start time to draw dep lines (
Configuration menu - View commit details
-
Copy full SHA for 193aae4 - Browse repository at this point
Copy the full SHA 193aae4View commit details
Commits on Oct 10, 2025
-
fix: use
host-tuplefor host target subsitutionThe "host" string is ambiguous * We have `-Zhost-config` that config `[host]` table applies to artifacts running on host, such as build scripts and proc macros. * `host` sounds like the default behavior, whereas `--target host` is in the cross-compilation mode: `target/<triple>/debug`. * We might want to reserve `host` for future use
Configuration menu - View commit details
-
Copy full SHA for 3a7fcc8 - Browse repository at this point
Copy the full SHA 3a7fcc8View commit details -
[beta-1.91] fix: use
host-tuplefor host target subsitution (#16032)Beta backports - a5c8b96 In order to make CI pass, the following PRs are also cherry-picked:
Configuration menu - View commit details
-
Copy full SHA for ea2d978 - Browse repository at this point
Copy the full SHA ea2d978View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...rust-1.91.0