-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo #112259
Update cargo #112259
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
curl update is probably something we need to pay attention, so no rollup. @bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d8095ac): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 647.755s -> 647.947s (0.03%) |
14 commits in f7b95e31642e09c2b6eabb18ed75007dda6677a0..b0fa79679e717cd077b7fc0fa4166f47107f1ba9
2023-05-30 19:25:02 +0000 to 2023-06-03 14:19:48 +0000
add
orinstall
command (Emit error when users try to use a toolchain via theadd
orinstall
command cargo#12226)build.jobs
(Support "default" option forbuild.jobs
cargo#12222)-Z
flags match statement (chore: Sort-Z
flags match statement cargo#12223).clone
(Remove a noop.clone
cargo#12213)remove_dir_all
(fix: useremove_dir_all
incargo clean
to resolve race condition cargo#11442)Debuginfo::None
andDebuginfo::Explicit(None)
(Don't distinguishDebuginfo::None
andDebuginfo::Explicit(None)
cargo#12205)r? @ghost