-
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 8 pull requests #87399
Rollup of 8 pull requests #87399
Commits on Jul 20, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 4853209 - Browse repository at this point
Copy the full SHA 4853209View commit details
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a60f627 - Browse repository at this point
Copy the full SHA a60f627View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef953b0 - Browse repository at this point
Copy the full SHA ef953b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebd6e4 - Browse repository at this point
Copy the full SHA 0ebd6e4View commit details -
Change rustdoc logo to use the full container size
We have a logo in svg that scales nicely to large sizes, but by default is only 5px large, i.e. very small. With the change the logo expands to the full size. By only setting the height to 100% we ensure that the width-height ratio isn't changed.
Configuration menu - View commit details
-
Copy full SHA for 49b1be2 - Browse repository at this point
Copy the full SHA 49b1be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 470d378 - Browse repository at this point
Copy the full SHA 470d378View commit details -
Don't hide fields of enum struct variants
* The toggle adds visual clutter * It's easy to miss that there are fields * Tuple variant fields are always shown, so it is inconsistent to hide struct variant fields * It's annoying to have to click the toggle every time
Configuration menu - View commit details
-
Copy full SHA for 97623bf - Browse repository at this point
Copy the full SHA 97623bfView commit details -
add test for issue 86507 add stderr for issue 86507 update issue-86507 UI test add comment for the expected error in UI test file add proper 'refers to <ref_type>' in suggestion update diagnostic phrasing; update test to match new phrasing; re-organize logic for checking T: Sync evaluate additional obligation to figure out if T is Sync run './x.py test tidy --bless' incorporate changes from review; reorganize logic for readability
Configuration menu - View commit details
-
Copy full SHA for 831ac19 - Browse repository at this point
Copy the full SHA 831ac19View commit details
Commits on Jul 23, 2021
-
Rollup merge of rust-lang#87298 - boringcactus:patch-2, r=steveklabnik
memorialize Anna Harren in the bastion of the turbofish this seems fitting, at least to me.
Configuration menu - View commit details
-
Copy full SHA for 976d406 - Browse repository at this point
Copy the full SHA 976d406View commit details -
Rollup merge of rust-lang#87322 - chazkiker2:fix/suggestion-ref-sync-…
…send, r=estebank fix: clarify suggestion that `&T` must refer to `T: Sync` for `&T: Send` ### Description - [x] fix rust-lang#86507 - [x] add UI test for relevant code from issue - [x] change `rustc_trait_selection/src/traits/error_reporting/suggestions.rs` to include a more clear suggestion when `&T` fails to satisfy `Send` bounds due to the fact that `T` fails to implement `Sync`
Configuration menu - View commit details
-
Copy full SHA for d089e27 - Browse repository at this point
Copy the full SHA d089e27View commit details -
Rollup merge of rust-lang#87332 - camelid:dont-hide-fields, r=Guillau…
…meGomez Don't hide fields of enum struct variants * The toggle adds visual clutter * It's easy to miss that there are fields * Tuple variant fields are always shown, so it is inconsistent to hide struct variant fields * It's annoying to have to click the toggle every time
Configuration menu - View commit details
-
Copy full SHA for fef2afe - Browse repository at this point
Copy the full SHA fef2afeView commit details -
Rollup merge of rust-lang#87362 - inquisitivecrystal:bootstrap-doc, r…
…=jyn514 Make `x.py d` an alias for `x.py doc` In rust-lang/cargo#9680, `d` was added to Cargo as an alias for `doc`. This PR adds the same alias to `x.py`. The same considerations of convenience that applied to Cargo also apply to `x.py`, and in any case, the two should be kept symmetrical.
Configuration menu - View commit details
-
Copy full SHA for b963b66 - Browse repository at this point
Copy the full SHA b963b66View commit details -
Rollup merge of rust-lang#87372 - GuillaumeGomez:move-test_main-calls…
…, r=jyn514 Move calls to test_main into one function Fixes rust-lang#86254. cc `@jyn514` r? `@camelid`
Configuration menu - View commit details
-
Copy full SHA for ffd0a3c - Browse repository at this point
Copy the full SHA ffd0a3cView commit details -
Rollup merge of rust-lang#87373 - Aaron1011:hir-wf-field, r=estebank
Extend HIR WF checking to fields r? `@estebank`
Configuration menu - View commit details
-
Copy full SHA for 23cedd7 - Browse repository at this point
Copy the full SHA 23cedd7View commit details -
Rollup merge of rust-lang#87376 - Thomasdezeeuw:rustdoc-large-logo, r…
…=GuillaumeGomez Change rustdoc logo to use the full container size We have a logo in svg that scales nicely to large sizes, but by default is only 5px large, i.e. very small. With the change the logo expands to the full size. By only setting the height to 100% we ensure that the width-height ratio isn't changed.
Configuration menu - View commit details
-
Copy full SHA for b1fa06b - Browse repository at this point
Copy the full SHA b1fa06bView commit details -
Rollup merge of rust-lang#87383 - Alexendoo:impl_trait_in_bindings-te…
…sts, r=oli-obk Add regression tests for the impl_trait_in_bindings ICEs Closes rust-lang#54600, closes rust-lang#54840, closes rust-lang#58504, closes rust-lang#58956, closes rust-lang#70971, closes rust-lang#79099, closes rust-lang#84919, closes rust-lang#86201, closes rust-lang#86642, closes rust-lang#87295 r? `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for 15b2d95 - Browse repository at this point
Copy the full SHA 15b2d95View commit details