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

Closed
wants to merge 18 commits into from

Commits on Dec 5, 2021

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

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    3cbe0f1 View commit details
    Browse the repository at this point in the history
  2. Only shown relevant type params in E0283 label

    When we point at a binding to suggest giving it a type, erase all the
    type for ADTs that have been resolved, leaving only the ones that could
    not be inferred. For small shallow types this is not a problem, but for
    big nested types with lots of params, this can otherwise cause a lot of
    unnecessary visual output.
    estebank committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    78e88f4 View commit details
    Browse the repository at this point in the history
  3. Refer to uninferred const params by their name, instead of { _: _ }

    When the value of a const param isn't inferred, replace it with the
    param name from the definition.
    estebank committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3fd15c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a691b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7271d1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e7ec0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72b6f70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8576ab4 View commit details
    Browse the repository at this point in the history
  9. Simplify match.

    cjgillot committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    54ff721 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. update Miri

    RalfJung committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d3167a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd8814 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#90709 - estebank:erase-known-type-params, r…

    …=nagisa
    
    Only shown relevant type params in E0283 label
    
    When we point at a binding to suggest giving it a type, erase all the
    type for ADTs that have been resolved, leaving only the ones that could
    not be inferred. For small shallow types this is not a problem, but for
    big nested types with lots of params, this can otherwise cause a lot of
    unnecessary visual output.
    matthiaskrgr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    840df40 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#91534 - jsha:heading-color, r=GuillaumeGomez

    Make rustdoc headings black, and markdown blue
    
    Demo:
    
    https://rustdoc.crud.net/jsha/heading-color/std/string/index.html#structs
    https://rustdoc.crud.net/jsha/heading-color/std/string/struct.String.html#examples
    
    Fixes rust-lang#91304
    
    r? `@camelid` /cc `@GuillaumeGomez`
    
    (Note: we may want to make rustdoc headings and markdown headings the same color -- rust-lang#90245 -- but we would want to do that intentionally; this is fixing up a change that did so accidentally)
    matthiaskrgr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ed57588 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#91637 - tmiasko:generator-packed-drop, r=ec…

    …static-morse
    
    Add test for packed drops in generators
    
    r? `@ecstatic-morse`
    matthiaskrgr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f72a33b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#91640 - cjgillot:in-band-collect, r=oli-obk

    Simplify collection of in-band lifetimes
    
    Split from rust-lang#91403
    
    r? ``@oli-obk``
    matthiaskrgr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7b693d4 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#91666 - RalfJung:miri, r=RalfJung

    update Miri
    
    Fixes rust-lang#91649
    r? `@ghost`
    matthiaskrgr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8196a81 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#91667 - GuillaumeGomez:fix-index-itemtypes,…

    … r=notriddle
    
    Fix indent of itemTypes in search.js
    
    It has been bugging me for quite some time now. Finally took the time to clean it up a bit.
    
    r? `@notriddle`
    matthiaskrgr committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    919e8cb View commit details
    Browse the repository at this point in the history