-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update cargo #98395
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update cargo #98395
Conversation
Updates src/tools/cargo. cc @ehuss |
(rust-highfive has picked a reviewer for you, use r? to override) |
|
@arlosi Would you mind bumping this slightly to bring in rust-lang/cargo#10755 as well? It brings in a |
2637f08
to
699bddc
Compare
@bors r+ rollup=never |
📌 Commit 699bddcb7ed125139aaceac5fb9cbee07f54de05 has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened. |
@bors r- This is going to fail without rust-lang/cargo#10768 |
8 commits in 03a849043e25104e8b7ad0d4a96c525787b69379..a5e08c4703f202e30cdaf80ca3e7c00baa59c496 2022-06-20 14:47:36 +0000 to 2022-06-23 20:12:03 +0000 - Fix tests due to change in dead_code diagnostic. (rust-lang/cargo#10785) - Stabilize config-cli (rust-lang/cargo#10755) - Restrict duplicate deps warning only to published packages (rust-lang/cargo#10767) - Use fingerprint_hash when computing fingerprints for custom targets (rust-lang/cargo#10746) - Add preloading for workspace packages in `resolve_with_previous` (rust-lang/cargo#10761) - capitalise, for consistency (rust-lang/cargo#10772) - remove unused dependency from benchsuite (rust-lang/cargo#10774) - docs(contrib): Add documentation for ui tests (rust-lang/cargo#10758)
Thanks! @bors r+ rollup=never p=10 |
📌 Commit 7926ee4 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (fc96600): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
8 commits in 03a849043e25104e8b7ad0d4a96c525787b69379..a5e08c4703f202e30cdaf80ca3e7c00baa59c496
2022-06-20 14:47:36 +0000 to 2022-06-23 20:12:03 +0000
resolve_with_previous
(Add preloading for workspace packages inresolve_with_previous
cargo#10761)