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 7 pull requests #102329

Closed
wants to merge 18 commits into from
Closed

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    475aeab View commit details
    Browse the repository at this point in the history
  2. create a new local var

    TaKO8Ki committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    a3e2314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e5c93 View commit details
    Browse the repository at this point in the history
  4. fix a ui test

    TaKO8Ki committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9d49d64 View commit details
    Browse the repository at this point in the history
  5. rustdoc: remove unneeded CSS td, th { padding 0 }

    This was added in 5101078, to fix
    the display of the module items and search results tables (see the discussion
    in rust-lang#86725).
    
    Those aren't tables any more. The only remaining table is in docblock, which
    has its own padding declarations.
    notriddle committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1fe3ce4 View commit details
    Browse the repository at this point in the history
  6. rustdoc: merge table { border-collapse } into .docblock table`

    This was added in 5101078, to fix the
    display of the module items and search results tables (see the discussion in
    rust-lang#86725).
    
    Those aren't tables any more. The only remaining table is in docblock, which
    needs this attribute to look right.
    notriddle committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9990444 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fad063 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aac7429 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40f4044 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b97831 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ca2ae3 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#102283 - GuillaumeGomez:option-code-example…

    …-unwrap-or-default, r=thomcc
    
    Improve code example for Option::unwrap_or_default
    
    Fixes rust-lang#100054.
    Follow-up of rust-lang#102259.
    
    r? `@thomcc`
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e096298 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#102314 - TaKO8Ki:add-label-to-struct-enum-u…

    …nion-ident, r=estebank
    
    Add a label to struct/enum/union ident name
    
    Based on rust-lang#94996 (comment)
    cc: ``@estebank``
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c455dac View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#102319 - notriddle:notriddle/td-th, r=Guill…

    …aumeGomez
    
    rustdoc: merge CSS `table` rules into `.docblock`
    
    This was added in 5101078, to fix the display of the module items and search results tables (see the discussion in rust-lang#86725).
    
    Those aren't tables any more. The only remaining table is in docblock, which has its own padding declarations.
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    76e894a View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#102321 - aDotInTheVoid:rdj-prim-impls, r=Gu…

    …illaumeGomez
    
     Rustdoc-Json: List impls for primitives
    
     Closes rust-lang#101695
    
     Partially addresses rust-lang#100961
    
    r? `@GuillaumeGomez`
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    a97f73c View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#102322 - sigaloid:master, r=GuillaumeGomez

    Document that Display automatically implements ToString
    
    Closes rust-lang#92941
    
    r? rust-lang/docs
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6e8cbe2 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#102325 - notriddle:notriddle/line-number, r…

    …=GuillaumeGomez
    
    rustdoc: give `.line-number` / `.line-numbers` meaningful names
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    cabfddf View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#102326 - yancyribbens:splin-mut-doc-change,…

    … r=thomcc
    
    rustdoc: Update doc comment for splitn_mut to include mutable in the …
    
    The doc comment for [splitn](https://github.com/rust-lang/rust/blob/master/library/core/src/slice/mod.rs#L2051:L2056) is the exact same as the comment for [splitn_mut](https://github.com/rust-lang/rust/blob/master/library/core/src/slice/mod.rs#L2079:L2084).  The doc comment for `splitn_mut` should instead say it's working on a mutable subslice.
    notriddle authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5ee831c View commit details
    Browse the repository at this point in the history