-
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 #103290
Rollup of 6 pull requests #103290
Conversation
Splits proc_macro::Span::source_text into a new feature gate and stabilizes it.
…text, r=petrochenkov Stabilize proc_macro::Span::source_text Splits `proc_macro::Span::source_text` into a new feature gate and stabilizes it. The [FCP is complete](rust-lang#101991 (comment)). ```Rust impl Span { pub fn source_text(&self) -> Option<String>; } ``` Closes rust-lang#101991
…ing, r=notriddle Fix item declaration highlighting Fixes rust-lang#103050. As mentioned in the issue, rust-lang#102924 introduced this regression. This PR partially reverts it and adds a regression test. r? `@notriddle`
… r=tmandry Adjusting test to needs-unwind, with linking issue Test requires `needs-unwind` (see linked issue rust-lang#103261)
…ize, r=GuillaumeGomez rustdoc: remove no-op CSS `nav.sub { font-size: 1rem }` This rule originated as a `font-size: 16px`, when body had `font-size: 13px` set in 4fd061c. It remained even when body's font size was bumped up to 16px, 4d5f4ff, making the rule a no-op, and was carried forward when it was converted to 1rem in cc18120.
Remove extra spaces in docs Removing some random extra spaces in the examples for `core::sync::atomic`. r? `@thomcc`
…ice, r=TaKO8Ki Erase regions before checking for `Default` in uninitialized binding error Fixes rust-lang#103250
@bors r+ rollup=never p=6 |
⌛ Testing commit e29ecb7 with merge a69f5b85a04a214b5ec236efd1710f99363d9db5... |
💔 Test failed - checks-actions |
@bors retry crates.io timeout Downloading crates ... |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 53728ff751 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (542febd): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
nav.sub { font-size: 1rem }
#103268 (rustdoc: remove no-op CSSnav.sub { font-size: 1rem }
)Default
in uninitialized binding error #103276 (Erase regions before checking forDefault
in uninitialized binding error)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup