-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 5 pull requests #101617
Rollup of 5 pull requests #101617
Conversation
The provided example to the `sign_plus` method on `fmt` is broken, it displays the `-` sign twice for negative numbers.
which verifies that a constant bit width is within 64 bits or fails.
…-ou-se Restore old behaviour on broken UNC paths This fixes rust-lang#101358 by restoring the behaviour from previous stable Rust versions. I'm not convinced this is ultimately right but I think it's less wrong and maybe this should be backported to beta? r? libs
…h-to-ref-to-array, r=oli-obk Suggest adding array lengths to references to arrays if possible ref: rust-lang#100590 (review)
Fix the example code and doctest for Formatter::sign_plus The provided example to the `sign_plus` method on `fmt` was broken, it displays the `-` sign twice for negative numbers. This pull request should fix the issue by `.abs()` ing the number so that the negative sign appears only once. It is just one possible solution to the issue, not sure if it's the best. However, this one will behave as expected when combined with fill and alignment operators.
update `ParamKindOrd` rust-lang#90207 (comment) 😁 writing comments "for future prs" sure works well :3 r? `@BoxyUwU`
Fix code generation of `Rvalue::Repeat` with 128 bit values Closes rust-lang#101585.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (395e56f): 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.
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.
Footnotes |
Successful merges:
ParamKindOrd
#101573 (updateParamKindOrd
)Rvalue::Repeat
with 128 bit values #101612 (Fix code generation ofRvalue::Repeat
with 128 bit values)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup