-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #89752
Rollup of 6 pull requests #89752
Conversation
…8, r=Mark-Simulacrum Add regression test for issue 80108 Closes rust-lang#80108
…=jsha Fix docblock code display on mobile Fixes rust-lang#89618. Before: ![Screenshot from 2021-10-07 12-01-37](https://user-images.githubusercontent.com/3050060/136363624-72bedddd-b45e-48a0-89b4-6563612f8677.png) After: ![Screenshot from 2021-10-07 20-17-21](https://user-images.githubusercontent.com/3050060/136440704-fa9ffa68-8e94-46a7-b556-c41aa5153750.png) r? `@jsha`
…=Mark-Simulacrum Move `DebuggerCommands` and `check_debugger_output` to a separate module Work towards rust-lang#89475. As part of this move, the public functions were changed to return `Result`. This is so that the error handling that initially took `&self: TestCx` can still use that `TestCx`.
…ons, r=Mark-Simulacrum Apply clippy suggestions for std
…iplett Fix spelling: Cannonical -> Canonical
…r=dns2utf8 Remove unused CSS rule As you can see in the firefox devtools: ![Screenshot from 2021-10-10 14-28-08](https://user-images.githubusercontent.com/3050060/136695689-16c77ceb-b1ab-40df-963a-048f2258e217.png) It needs the display to be `grid` or `inline-grid`, which isn't the case. r? `@dns2utf8`
@bors r+ p=1 |
📌 Commit bf01a59 has been approved by |
@bors rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (1ddd4e6): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
DebuggerCommands
andcheck_debugger_output
to a separate module #89691 (MoveDebuggerCommands
andcheck_debugger_output
to a separate module)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup