Skip to content
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

Merged
merged 13 commits into from
Oct 20, 2022
Merged

Rollup of 6 pull requests #103290

merged 13 commits into from
Oct 20, 2022

Commits on Oct 18, 2022

  1. Stabilize proc_macro::Span::source_text

    Splits proc_macro::Span::source_text into a new feature gate and stabilizes it.
    est31 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d89fb1d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    a1d4ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e06a7 View commit details
    Browse the repository at this point in the history
  3. 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.
    notriddle committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0dd329f View commit details
    Browse the repository at this point in the history
  4. Remove extra spaces

    clubby789 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    19bc8fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5c9f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    2050066 View commit details
    Browse the repository at this point in the history
  2. 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
    matthiaskrgr authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    62bb0c6 View commit details
    Browse the repository at this point in the history
  3. 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`
    matthiaskrgr authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e5514b9 View commit details
    Browse the repository at this point in the history
  4. 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)
    matthiaskrgr authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    56ff294 View commit details
    Browse the repository at this point in the history
  5. 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.
    matthiaskrgr authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f8dfddb View commit details
    Browse the repository at this point in the history
  6. 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`
    matthiaskrgr authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1f21023 View commit details
    Browse the repository at this point in the history
  7. 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
    matthiaskrgr authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e29ecb7 View commit details
    Browse the repository at this point in the history