-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 compiler builtins #113269
Update compiler builtins #113269
Conversation
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
yes i know, i'm replicating the failure so i know whether I've fixed it properly or not |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cool, that seems to have worked |
171b049
to
cde7131
Compare
r? @Amanieu |
@bors rollup=iffy |
This comment has been minimized.
This comment has been minimized.
This pulls in the new `outline-atomics` intrinsics.
cde7131
to
fd7f531
Compare
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (85bf079): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 659.929s -> 658.38s (-0.23%) |
cc rust-lang/compiler-builtins#532 (comment)
in particular this pulls in rust-lang/compiler-builtins#532 and rust-lang/compiler-builtins#535.
Fixes #93166. Fixes rust-lang/git2-rs#706. Fixes #109064. Fixes rust-lang/wg-cargo-std-aware#74.