Uh oh!
There was an error while loading. Please reload this page.
library/std: Bump compiler_builtins - #97435
Conversation
rust-highfive
commented
May 26, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
May 26, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
Dylan-DPC
commented
May 27, 2022
@bors r+ |
bors
commented
May 27, 2022
📌 Commit 7005f24 has been approved by |
…Dylan-DPC library/std: Bump compiler_builtins Some neat changes include faster float conversions & fixes for AVR 🙂 (note that's it's my first time upgrading `compiler_builtins`, so I'm not 100% sure if bumping `library/std/Cargo.toml` is enough; certainly seems to be so, though.)
bors
commented
May 29, 2022
⌛ Testing commit 7005f24 with merge 23c5bb78d30b07cf0f347f923509d5e69b7562dd... |
bors
commented
May 29, 2022
💔 Test failed - checks-actions |
rust-log-analyzer
commented
May 29, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
Mark-Simulacrum
commented
Jun 1, 2022
@bors retry rollup=never (perf impact possible though unlikely) |
bors
commented
Jun 1, 2022
bors
commented
Jun 1, 2022
☀️ Test successful - checks-actions |
rust-highfive
commented
Jun 1, 2022
Tested on commit rust-lang/rust@02916c4. Direct link to PR: <rust-lang/rust#97435> 🎉 rls on linux: test-fail → test-pass (cc @Xanewok).
rust-timer
commented
Jun 1, 2022
Finished benchmarking commit (02916c4): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. 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 |
The `compiler-builtins-mangled-names` thingie¹ is no longer needed, since `compiler_builtins` has been improved to avoid pulling the problematic functions: - rust-lang/compiler-builtins#462 - rust-lang/compiler-builtins#466 - rust-lang/rust#97435 ¹ rust-lang/rust#82242
The `compiler-builtins-mangled-names` thingie¹ is no longer needed, since `compiler_builtins` has been improved to avoid pulling the problematic functions: - rust-lang/compiler-builtins#462 - rust-lang/compiler-builtins#466 - rust-lang/rust#97435 ¹ rust-lang/rust#82242 Suggested-by: @Patryk27 Link: Rahix/avr-hal-template#8
The `compiler-builtins-mangled-names` thingie¹ is no longer needed, since `compiler_builtins` has been improved to avoid pulling the problematic functions: - rust-lang/compiler-builtins#462 - rust-lang/compiler-builtins#466 - rust-lang/rust#97435 ¹ rust-lang/rust#82242 Suggested-by: @Patryk27 Link: Rahix/avr-hal-template#8
The `compiler-builtins-mangled-names` thingie¹ is no longer needed, since `compiler_builtins` has been improved to avoid pulling the problematic functions: - rust-lang/compiler-builtins#462 - rust-lang/compiler-builtins#466 - rust-lang/rust#97435 ¹ rust-lang/rust#82242 Suggested-by: @Patryk27 Link: Rahix/avr-hal-template#8
Some neat changes include faster float conversions & fixes for AVR 🙂
(note that's it's my first time upgrading
compiler_builtins, so I'm not 100% sure if bumpinglibrary/std/Cargo.tomlis enough; certainly seems to be so, though.)