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 4 pull requests #84363

Merged
merged 9 commits into from
Apr 20, 2021
Merged

Rollup of 4 pull requests #84363

merged 9 commits into from
Apr 20, 2021

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    de16951 View commit details
    Browse the repository at this point in the history
  2. rustdoc: Show nag box on IE10

    Rustdoc doesn't work on IE11. It's been broken for months, it isn't supported
    by the [tiered browser support list], it's even more severely broken on other
    Rust websites, and IE11 doesn't support the `<details>` tag that we want
    to use.
    
    In the interest of honesty, let's give an actual error message for anyone
    on IE11.
    
    [tiered browser support list]: https://github.com/rust-lang/rfcs/blob/master/text/1985-tiered-browser-support.md
    notriddle committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9b62407 View commit details
    Browse the repository at this point in the history
  3. Remove comment about doc hack.

    ehuss committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    0502bcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20c3627 View commit details
    Browse the repository at this point in the history
  5. rustdoc: Simplify some document functions

    * Remove `prefix` param of `document_short/full`, `render_markdown`, as its always an empty string.
    * Remove `Option` wrapping of `document_short` `parent`, as its always `Some`.
    Swatinem committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d93d77b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Rollup merge of rust-lang#84337 - matklad:insert_or_insert, r=jyn514

    Clarify the difference between insert and get_or_insert
    
    Took me a while to realize that the two are actually different.
    Dylan-DPC authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9f03385 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#84340 - notriddle:patch-4, r=GuillaumeGomez

    rustdoc: Show nag box on IE11
    
    Rustdoc doesn't work on IE11. It's been broken for months, it isn't supported by the [tiered browser support list], it's even more severely broken on other Rust websites, and IE11 doesn't support the `<details>` tag that we want to use.
    
    In the interest of honesty, let's give an actual error message for anyone on IE11.
    
    [tiered browser support list]: https://github.com/rust-lang/rfcs/blob/master/text/1985-tiered-browser-support.md
    Dylan-DPC authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5cc3994 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#84345 - ehuss:remove-core-core-comment, r=M…

    …ark-Simulacrum
    
    Remove comment about doc hack.
    
    I neglected to remove this comment in rust-lang#83955.
    Dylan-DPC authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    61f6cfb View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#84347 - Swatinem:simplify-document-fns, r=j…

    …yn514
    
    rustdoc: Simplify some document functions
    
    * Remove `prefix` param of `document_short/full`, `render_markdown`, as its always an empty string.
    * Remove `Option` wrapping of `document_short` `parent`, as its always `Some`.
    Dylan-DPC authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    868de80 View commit details
    Browse the repository at this point in the history