-
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
Rollup of 6 pull requests #103188
Rollup of 6 pull requests #103188
Conversation
The final return value doesn't need to be tried at all -- we can just return the checked option directly. The optimizer can probably figure this out anyway, but there's no need to make it work here.
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
…tmandry Adding `fuchsia-ignore` and `needs-unwind` to compiler test cases Final tests covering missing privileges r? ``@tmandry`` cc. ``@djkoloski``
Make diagnostic for unsatisfied `Termination` bounds more precise Don't blindly emit a diagnostic claiming that “*`main` has an invalid return type*” if we encounter a type that should but doesn't implement `std::process::Termination` and isn't actually the return type of the program entry `main`. Fixes rust-lang#103052. ``@rustbot`` label A-diagnostics T-compiler T-libs r? diagnostics
…-Simulacrum Fix typo in `ReverseSearcher` docs
…=Mark-Simulacrum Remove the redundant `Some(try_opt!(..))` in `checked_pow` The final return value doesn't need to be tried at all -- we can just return the checked option directly. The optimizer can probably figure this out anyway, but there's no need to make it work here.
…=scottmcm Remove all uses of array_assume_init See rust-lang#103134 (comment) r? `@scottmcm`
Stabilize asm_sym Tracking issue rust-lang#93333 Reference PR: rust-lang/reference#1270
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 21b246587c In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e94827e): 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. Footnotes |
Rollup of 6 pull requests Successful merges: - rust-lang#103023 (Adding `fuchsia-ignore` and `needs-unwind` to compiler test cases) - rust-lang#103142 (Make diagnostic for unsatisfied `Termination` bounds more precise) - rust-lang#103154 (Fix typo in `ReverseSearcher` docs) - rust-lang#103159 (Remove the redundant `Some(try_opt!(..))` in `checked_pow`) - rust-lang#103163 (Remove all uses of array_assume_init) - rust-lang#103168 (Stabilize asm_sym) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Successful merges:
fuchsia-ignore
andneeds-unwind
to compiler test cases #103023 (Addingfuchsia-ignore
andneeds-unwind
to compiler test cases)Termination
bounds more precise #103142 (Make diagnostic for unsatisfiedTermination
bounds more precise)ReverseSearcher
docs #103154 (Fix typo inReverseSearcher
docs)Some(try_opt!(..))
inchecked_pow
#103159 (Remove the redundantSome(try_opt!(..))
inchecked_pow
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup