-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Commits on Oct 18, 2022
-
Stabilize proc_macro::Span::source_text
Splits proc_macro::Span::source_text into a new feature gate and stabilizes it.
Configuration menu - View commit details
-
Copy full SHA for d89fb1d - Browse repository at this point
Copy the full SHA d89fb1dView commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a1d4ebe - Browse repository at this point
Copy the full SHA a1d4ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e06a7 - Browse repository at this point
Copy the full SHA b4e06a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd329f - Browse repository at this point
Copy the full SHA 0dd329fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19bc8fb - Browse repository at this point
Copy the full SHA 19bc8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c9f74 - Browse repository at this point
Copy the full SHA c5c9f74View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2050066 - Browse repository at this point
Copy the full SHA 2050066View commit details -
Rollup merge of rust-lang#103197 - est31:stabilize_proc_macro_source_…
…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
Configuration menu - View commit details
-
Copy full SHA for 62bb0c6 - Browse repository at this point
Copy the full SHA 62bb0c6View commit details -
Rollup merge of rust-lang#103251 - GuillaumeGomez:item-decl-highlight…
…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`
Configuration menu - View commit details
-
Copy full SHA for e5514b9 - Browse repository at this point
Copy the full SHA e5514b9View commit details -
Rollup merge of rust-lang#103262 - andrewpollack:switch-needs-unwind,…
… r=tmandry Adjusting test to needs-unwind, with linking issue Test requires `needs-unwind` (see linked issue rust-lang#103261)
Configuration menu - View commit details
-
Copy full SHA for 56ff294 - Browse repository at this point
Copy the full SHA 56ff294View commit details -
Rollup merge of rust-lang#103268 - notriddle:notriddle/nav-sub-font-s…
…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.
Configuration menu - View commit details
-
Copy full SHA for f8dfddb - Browse repository at this point
Copy the full SHA f8dfddbView commit details -
Rollup merge of rust-lang#103272 - clubby789:extra-spaces, r=thomcc
Remove extra spaces in docs Removing some random extra spaces in the examples for `core::sync::atomic`. r? `@thomcc`
Configuration menu - View commit details
-
Copy full SHA for 1f21023 - Browse repository at this point
Copy the full SHA 1f21023View commit details -
Rollup merge of rust-lang#103276 - compiler-errors:default-on-uninit-…
…ice, r=TaKO8Ki Erase regions before checking for `Default` in uninitialized binding error Fixes rust-lang#103250
Configuration menu - View commit details
-
Copy full SHA for e29ecb7 - Browse repository at this point
Copy the full SHA e29ecb7View commit details