]> git.lizzy.rs Git - rust.git/commit
Auto merge of #55502 - kennytm:rollup, r=kennytm
authorbors <bors@rust-lang.org>
Tue, 30 Oct 2018 11:38:31 +0000 (11:38 +0000)
committerbors <bors@rust-lang.org>
Tue, 30 Oct 2018 11:38:31 +0000 (11:38 +0000)
commite8aef7cae14bc7a56859408c90253e9bcc07fcff
tree01369c637678ec513ba6f874aa1e05ce8e88dbbb
parentb1ca3907e00211b2f645133af3574ca22e4f4f4d
parentc16ff6e7e86e01d7e5408d28f40a255546f37c6e
Auto merge of #55502 - kennytm:rollup, r=kennytm

Rollup of 12 pull requests

Successful merges:

 - #54885 (Don't lint 'unused_parens` on `if (break _) { .. }`)
 - #55205 (Improve a few cases of collecting to an FxHash(Map/Set))
 - #55450 (msp430: remove the whole Atomic* API)
 - #55459 (Add UI test for #49296)
 - #55472 (Use opt.take() instead of mem::replace(opt, None))
 - #55473 (Take advantage of impl Iterator in (transitive/elaborate)_bounds)
 - #55474 (Fix validation false positive)
 - #55476 (Change a flat_map with 0/1-element vecs to a filter_map)
 - #55487 (Adjust Ids of path segments in visibility modifiers)
 - #55493 (Doc fixes)
 - #55494 (borrowck=migrate must look at parents of closures)
 - #55496 (Update clippy)

Failed merges:

r? @ghost