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 #84322

Closed
wants to merge 12 commits into from

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    e5f9271 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    e23b035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18fbd36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ecaf57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    567de4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da2acec View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#83799 - crlf0710:stablize_non_ascii_idents,…

    … r=Manishearth
    
    Stablize `non-ascii-idents`
    
    This is the stablization PR for RFC 2457. Currently this is waiting on fcp in [tracking issue](rust-lang#55467).
    
    r? `@Manishearth`
    GuillaumeGomez authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    55be034 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#84283 - jsha:de-emphasize-attributes, r=Gui…

    …llaumeGomez
    
    rustdoc: Reduce visual weight of attributes.
    
    Followup from rust-lang#83337. As part of that PR, we stopped hiding attributes behind a toggle, because most things have just zero or one attributes. However, this made clear that the current rendering of attributes emphasizes them a lot, which distracts from function signatures. This PR changes their color of attributes to be the same as the toggles, and reduces their font weight.
    
    This also removes `#[lang]` from the list of ALLOWED_ATTRIBUTES. This attribute is an implementation detail rather than part of the public-facing documentation.
    
    ![image](https://user-images.githubusercontent.com/220205/115131061-cc407d80-9fa9-11eb-9a77-ad3f3217f391.png)
    
    Demo at https://hoffman-andrews.com/rust/de-emph-attr/std/string/struct.String.html#method.trim
    GuillaumeGomez authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    bc43227 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#84288 - notriddle:short-links, r=jyn514

    rustdoc: get rid of CURRENT_DEPTH
    
    Fixes rust-lang#82742
    GuillaumeGomez authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    8289061 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#84294 - WaffleLapkin:patch-2, r=jonas-schie…

    …vink
    
    Slightly change wording in doc comment and fix typo in vec/mod.rs
    
    Suggested by ```@pickfire``` in rust-lang#82760
    GuillaumeGomez authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    8efc394 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#84313 - lcnr:sized-err-msg, r=petrochenkov

    fix suggestion for unsized function parameters
    
    taken from `@fasterthanlime's` article https://fasterthanli.me/articles/whats-in-the-box
    GuillaumeGomez authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    7f20b6f View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#84316 - teymour-aldridge:improve-defaulted-…

    …never-note, r=petrochenkov
    
    Improve an error message.
    GuillaumeGomez authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    8eb1f5c View commit details
    Browse the repository at this point in the history