-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 6 pull requests #91776
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
Rollup of 6 pull requests #91776
Conversation
Named based on the floating-point methods of the same name, as those are also about returning the *representation* of the value.
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This directive isn't automatically set by compiletest or x.py, but can be turned on manually for targets that require it.
Add `<*{const|mut} T>::{to|from}_bits` Named based on the floating-point methods of the same name, as those are also about returning the *representation* of the value. Tracking issue: rust-lang#91126 Based on the conversation in https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/Adding.20methods.20as.20more.20specific.20versions.20of.20.60as.60/near/238391074 r? `@joshtriplett`
…yn514 Add --out-dir flag for rustdoc part of rust-lang#91260 Add --out-dir flag for rustdoc and change the `-o` option to point to out-dir. I'm not quite sure if it should be stable, also I'm not sure if this parameter priority is appropriate? Or should I just refuse to pass both parameters at the same time? r? `@jyn514`
…k-Simulacrum Add needs-unwind to tests that depend on panicking These tests were found by running the test suite on fuchsia which compiles with `panic=abort` by default, then picking through the failures manually to locate the tests that require unwinding support. Most of these tests are already opted-out on platforms that compile with `panic=abort` by default. This just generalizes it a bit more so that fuchsia tests can be run properly. Currently, the `needs-unwind` directive needs to be manually passed to compiletest (e.g. via `--test-args '--target-panic=abort'`). Eventually, I would like `x.py` or compiletest to determine whether the directive should be used automatically based on the target panic settings.
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? ```@lcnr```
Add rsplit_array variants to slices and arrays By request: rust-lang#90091 (comment) r? `@yaahc`
socket ancillary data implementation for dragonflybsd.
@bors r+ rollup=never p=6 |
📌 Commit 5da7331 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b9a37ad): comparison url. Summary: This change led to very large relevant regressions 😿 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression |
Successful merges:
<*{const|mut} T>::{to|from}_bits
#91127 (Add<*{const|mut} T>::{to|from}_bits
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup