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 10 pull requests #103954

Merged
merged 23 commits into from
Nov 4, 2022
Merged

Rollup of 10 pull requests #103954

merged 23 commits into from
Nov 4, 2022

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    7df9d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59be515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab22f55 View commit details
    Browse the repository at this point in the history
  4. rustdoc: remove redundant mobile CSS .sidebar-elems { background }

    The exact same background is already set for its parent, the `nav.sidebar`.
    notriddle committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    68e19aa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    a21a055 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    chenyukang committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c6d23bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87b2110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba18f16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c79a27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35b16d0 View commit details
    Browse the repository at this point in the history
  7. rustdoc: clean up hardcoded CSS border color on search results

    Hardcoded colors in rustdoc.css should usually be avoided.
    notriddle committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f097940 View commit details
    Browse the repository at this point in the history
  8. rustdoc: remove no-op CSS #main-content > .item-info { margin-top: 0 }

    When this line was added in 04b4c40, it
    overrode a negative `margin-top` that was set on it by default.
    
    https://github.com/rust-lang/rust/blob/04b4c40682c01cad8f9bc8d5b3907be91d6f81d4/src/librustdoc/html/static/rustdoc.css#L500-L516
    
    That negative top margin was removed in
    593d6d1.
    notriddle committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c51c07d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Rollup merge of rust-lang#103825 - Mark-Simulacrum:fix-relnotes, r=pi…

    …etroalbini
    
    Remove let_underscore_must_use from list of uplifted lints
    
    Per https://internals.rust-lang.org/t/rust-1-65-0-pre-release-testing/17660/2
    
    We probably won't backport this (not worth rebuilding stable artifacts over it) but still should be fixed.
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a5efeb3 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#103884 - spastorino:visit-fn-ret-ty-intravi…

    …sit, r=compiler-errors
    
    Add visit_fn_ret_ty to hir intravisit
    
    I'm working on some RPITIT changes and I need to specialize `visit_fn_ret_ty` in my visitor impl. So I guess it's better to land it separately.
    
    r? `@compiler-errors`
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    14fdfcb View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#103892 - compiler-errors:afit-rustdoc, r=Gu…

    …illaumeGomez
    
    Properly render asyncness for trait fns without default body
    
    We weren't properly desugaring async fns in traits unless they had default bodies (in which case rustdoc treats them much like they came from an impl).
    
    cc ```@yoshuawuyts``` should help with https://rust-lang.zulipchat.com/#narrow/stream/330606-wg-async.2Fasync-fn-in-trait-impl/topic/type.20inside.20.60async.20fn.60.20body.20must.20be.20known.20in.20this.20context/near/306894869
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6e582ca View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#103905 - notriddle:notriddle/sidebar-elems-…

    …background, r=GuillaumeGomez
    
    rustdoc: remove redundant mobile CSS `.sidebar-elems { background }`
    
    The exact same background is already set for its parent, the `nav.sidebar`.
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a81a531 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#103912 - flba-eb:doc_adding_tier3_target, r…

    …=davidtwco
    
    Add howto for adding new targets
    
    When new targets are added, often a reviewer finds out that e.g. the target-3-tier-policy is not filled out (missing), there is no description etc.
    This change adds a description of what I've learned while working on rust-lang#102701. It should make reviews easier in the future with less rework.
    
    r? compiler-team
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    47bf743 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#103915 - chenyukang:yukang/fix-103874, r=lcnr

    Improve use of ErrorGuaranteed and code cleanup
    
    Part of rust-lang#103874
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    61c6cdb View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#103930 - fee1-dead-contrib:mv-from-root, r=…

    …jyn514
    
    Move some tests from `src/test/ui` to more reasonable places
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    e6eaa2f View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#103931 - pnkfelix:note-eh-personality-limit…

    …-atop-lld, r=Mark-Simulacrum
    
    Add note to RELEASES.md regarding issue 102754.
    
    As discussed in [compiler triage meeting today](https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202022-11-03/near/307746618); it would have been nice to get this in time for the stable notes, but having it only in nightly only is better than nothing...
    
    r? `@Mark-Simulacrum`
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9ef3b41 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#103938 - notriddle:notriddle/search-results…

    …-border-bottom, r=GuillaumeGomez
    
    rustdoc: clean up hardcoded CSS border color on search results
    
    Hardcoded colors in rustdoc.css should usually be avoided.
    
    Preview: http://notriddle.com/notriddle-rustdoc-demos/border-bottom-search/test_dingus/?search=test
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f35dccb View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#103940 - notriddle:notriddle/main-content-i…

    …tem-info-margin-top, r=GuillaumeGomez
    
    rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }`
    
    When this line was added in 04b4c40, it overrode a negative `margin-top` that was set on it by default.
    
    https://github.com/rust-lang/rust/blob/04b4c40682c01cad8f9bc8d5b3907be91d6f81d4/src/librustdoc/html/static/rustdoc.css#L500-L516
    
    That negative top margin was removed in 593d6d1.
    matthiaskrgr authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    923d907 View commit details
    Browse the repository at this point in the history