-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 10 pull requests #103954
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a0c21e4 - Browse repository at this point
Copy the full SHA a0c21e4View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7df9d81 - Browse repository at this point
Copy the full SHA 7df9d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59be515 - Browse repository at this point
Copy the full SHA 59be515View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab22f55 - Browse repository at this point
Copy the full SHA ab22f55View commit details -
rustdoc: remove redundant mobile CSS
.sidebar-elems { background }
The exact same background is already set for its parent, the `nav.sidebar`.
Configuration menu - View commit details
-
Copy full SHA for 68e19aa - Browse repository at this point
Copy the full SHA 68e19aaView commit details
Commits on Nov 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a21a055 - Browse repository at this point
Copy the full SHA a21a055View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d23bd - Browse repository at this point
Copy the full SHA c6d23bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b2110 - Browse repository at this point
Copy the full SHA 87b2110View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba18f16 - Browse repository at this point
Copy the full SHA ba18f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c79a27 - Browse repository at this point
Copy the full SHA 9c79a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b16d0 - Browse repository at this point
Copy the full SHA 35b16d0View commit details -
rustdoc: clean up hardcoded CSS border color on search results
Hardcoded colors in rustdoc.css should usually be avoided.
Configuration menu - View commit details
-
Copy full SHA for f097940 - Browse repository at this point
Copy the full SHA f097940View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c51c07d - Browse repository at this point
Copy the full SHA c51c07dView commit details
Commits on Nov 4, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for a5efeb3 - Browse repository at this point
Copy the full SHA a5efeb3View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 14fdfcb - Browse repository at this point
Copy the full SHA 14fdfcbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6e582ca - Browse repository at this point
Copy the full SHA 6e582caView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for a81a531 - Browse repository at this point
Copy the full SHA a81a531View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 47bf743 - Browse repository at this point
Copy the full SHA 47bf743View commit details -
Rollup merge of rust-lang#103915 - chenyukang:yukang/fix-103874, r=lcnr
Improve use of ErrorGuaranteed and code cleanup Part of rust-lang#103874
Configuration menu - View commit details
-
Copy full SHA for 61c6cdb - Browse repository at this point
Copy the full SHA 61c6cdbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e6eaa2f - Browse repository at this point
Copy the full SHA e6eaa2fView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 9ef3b41 - Browse repository at this point
Copy the full SHA 9ef3b41View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f35dccb - Browse repository at this point
Copy the full SHA f35dccbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 923d907 - Browse repository at this point
Copy the full SHA 923d907View commit details