-
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 5 pull requests #81035
Rollup of 5 pull requests #81035
Commits on Dec 21, 2020
-
Don't try to add nested predicate to Rustdoc auto-trait
ParamEnv
Fixes rust-lang#80233 We already have logic in `evaluate_predicates` that tries to add unimplemented predicates to our `ParamEnv`. Trying to add a predicate that already holds can lead to errors later on, since projection will prefer trait candidates from the `ParamEnv` to predicates from an impl.
Configuration menu - View commit details
-
Copy full SHA for f2d7c05 - Browse repository at this point
Copy the full SHA f2d7c05View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5ea1d0e - Browse repository at this point
Copy the full SHA 5ea1d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a56bffb - Browse repository at this point
Copy the full SHA a56bffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744f885 - Browse repository at this point
Copy the full SHA 744f885View commit details -
Configuration menu - View commit details
-
Copy full SHA for c54678a - Browse repository at this point
Copy the full SHA c54678aView commit details
Commits on Jan 15, 2021
-
Rollup merge of rust-lang#80254 - Aaron1011:rustdoc-auto-param-env, r…
…=estebank Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv` Fixes rust-lang#80233 We already have logic in `evaluate_predicates` that tries to add unimplemented predicates to our `ParamEnv`. Trying to add a predicate that already holds can lead to errors later on, since projection will prefer trait candidates from the `ParamEnv` to predicates from an impl.
Configuration menu - View commit details
-
Copy full SHA for 0dedc6c - Browse repository at this point
Copy the full SHA 0dedc6cView commit details -
Rollup merge of rust-lang#80834 - bugadani:vecdeque, r=oli-obk
Remove unreachable panics from VecDeque::{front/back}[_mut] `VecDeque`'s `front`, `front_mut`, `back` and `back_mut` methods are implemented in terms of the index operator, which causes these functions to contain [unreachable panic calls](https://rust.godbolt.org/z/MTnq1o). This PR reimplements these methods in terms of `get[_mut]` instead.
Configuration menu - View commit details
-
Copy full SHA for 1b8fd02 - Browse repository at this point
Copy the full SHA 1b8fd02View commit details -
Rollup merge of rust-lang#80944 - LingMan:map_or, r=nagisa
Use Option::map_or instead of `.map(..).unwrap_or(..)` ``@rustbot`` modify labels +C-cleanup +T-compiler
Configuration menu - View commit details
-
Copy full SHA for a584d87 - Browse repository at this point
Copy the full SHA a584d87View commit details -
Rollup merge of rust-lang#81008 - tmiasko:generator-layout-err, r=tma…
…ndry Don't ICE when computing a layout of a generator tainted by errors Fixes rust-lang#80998.
Configuration menu - View commit details
-
Copy full SHA for ce06df2 - Browse repository at this point
Copy the full SHA ce06df2View commit details -
Rollup merge of rust-lang#81023 - CraftSpider:rustdoc-remove-variant,…
… r=jyn514 Remove doctree::Variant This was easy, probably was missed when whatever used it was removed
Configuration menu - View commit details
-
Copy full SHA for 7286be1 - Browse repository at this point
Copy the full SHA 7286be1View commit details