-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 7 pull requests #60412
Rollup of 7 pull requests #60412
Commits on Apr 28, 2019
-
Don't try to render auto-trait bounds with any inference variables
Previously, we checked if the target of a projection type was itself an inference variable. However, for Rustdoc rendering purposes, there's no distinction between an inference variable ('_') and a type containing one (e.g. (MyStruct<u8, _>)) - we don't want to render either of them. Fixes rust-lang#60269 Due to the complexity of the original bug, which spans three different crates (hyper, tower-hyper, and tower), I have been unable to create a minimized reproduction for the issue.
Configuration menu - View commit details
-
Copy full SHA for 02a40e8 - Browse repository at this point
Copy the full SHA 02a40e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a02ac - Browse repository at this point
Copy the full SHA 68a02acView commit details
Commits on Apr 29, 2019
-
Revert "Update Source Code Pro fonts to version 2.030"
This reverts commit 6bafc58.
Configuration menu - View commit details
-
Copy full SHA for 7aab005 - Browse repository at this point
Copy the full SHA 7aab005View commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3c00dfd - Browse repository at this point
Copy the full SHA 3c00dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4945594 - Browse repository at this point
Copy the full SHA 4945594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076241e - Browse repository at this point
Copy the full SHA 076241eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da46eea - Browse repository at this point
Copy the full SHA da46eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3549f - Browse repository at this point
Copy the full SHA bb3549fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f56d285 - Browse repository at this point
Copy the full SHA f56d285View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7f265 - Browse repository at this point
Copy the full SHA db7f265View commit details -
Rollup merge of rust-lang#60344 - Aaron1011:fix/tower-hyper, r=eddyb
Don't try to render auto-trait bounds with any inference variables Previously, we checked if the target of a projection type was itself an inference variable. However, for Rustdoc rendering purposes, there's no distinction between an inference variable ('_') and a type containing one (e.g. (MyStruct<u8, _>)) - we don't want to render either of them. Fixes rust-lang#60269 Due to the complexity of the original bug, which spans three different crates (hyper, tower-hyper, and tower), I have been unable to create a minimized reproduction for the issue.
Configuration menu - View commit details
-
Copy full SHA for 0b0b948 - Browse repository at this point
Copy the full SHA 0b0b948View commit details -
Rollup merge of rust-lang#60354 - Centril:cleanup-declare-features-ac…
…cepted, r=oli-obk Cleanup declare_features! for 'accepted' with a uniform style + sort them r? @oli-obk cc rust-lang#60362 cc rust-lang#60361
Configuration menu - View commit details
-
Copy full SHA for 8000d44 - Browse repository at this point
Copy the full SHA 8000d44View commit details -
Rollup merge of rust-lang#60362 - Centril:cleanup-declare-features-ac…
…tive, r=oli-obk Cleanup 'active' declare_features! with uniform style + sorting. r? @oli-obk (added the FIXME you wanted) cc rust-lang#60354 cc rust-lang#60361
Configuration menu - View commit details
-
Copy full SHA for 00f626a - Browse repository at this point
Copy the full SHA 00f626aView commit details -
Rollup merge of rust-lang#60382 - Manishearth:revert-code-font, r=Gui…
…llaumeGomez Revert "Update Source Code Pro fonts to version 2.030" Temporary fix for rust-lang#60365 rust-lang#60146 updated all fonts (not just the fonts that were buggy), however it looks like the new Source Code Pro is buggy. We should test this out of tree: `cargo doc` on anything, replace the font in `target/doc`, and use `python -m SimpleHTTPServer` to see what's going on. Till we figure that out, I'll just back this out. r? @GuillaumeGomez This reverts commit 6bafc58.
Configuration menu - View commit details
-
Copy full SHA for 1672767 - Browse repository at this point
Copy the full SHA 1672767View commit details -
Rollup merge of rust-lang#60400 - JohnTitor:simplify-feature, r=matth…
…ewjasper Remove functions to simplify handling of feature(bind_by_move_pattern_guards) Fixes rust-lang#59192 r? @matthewjasper
Configuration menu - View commit details
-
Copy full SHA for f5fded6 - Browse repository at this point
Copy the full SHA f5fded6View commit details -
Rollup merge of rust-lang#60408 - gnzlbg:f16c2, r=Centril
Add missing f16c_target_feature check to typeck collect
Configuration menu - View commit details
-
Copy full SHA for 37fdd49 - Browse repository at this point
Copy the full SHA 37fdd49View commit details -
Rollup merge of rust-lang#60409 - JohnTitor:error-for-existential-typ…
…e, r=oli-obk Require a trait in the bounds of existential types Fixes rust-lang#53090 r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 28f09a2 - Browse repository at this point
Copy the full SHA 28f09a2View commit details