rust/compiler/rustc_mir/src
bors 8fd946c63a Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-se
Rollup of 10 pull requests

Successful merges:

 - #80723 (Implement NOOP_METHOD_CALL lint)
 - #80763 (resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lint)
 - #81136 (Improved IO Bytes Size Hint)
 - #81939 (Add suggestion `.collect()` for iterators in iterators)
 - #82289 (Fix underflow in specialized ZipImpl::size_hint)
 - #82728 (Avoid unnecessary Vec construction in BufReader)
 - #82764 (Add {BTreeMap,HashMap}::try_insert)
 - #82770 (Add assert_matches macro.)
 - #82773 (Add diagnostic item to `Default` trait)
 - #82787 (Remove unused code from main.js)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-03-05 13:34:33 +00:00
..
borrow_check Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco 2021-03-05 10:57:18 +01:00
const_eval fix review 2021-02-25 04:21:12 +03:00
dataflow Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 2021-02-26 00:17:22 +00:00
interpret Add a getter for Frame.loc 2021-02-27 21:01:02 +01:00
monomorphize Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs 2021-03-04 15:45:31 +00:00
transform Auto merge of #81114 - bugadani:generator, r=estebank 2021-03-04 00:23:42 +00:00
util Box generator-related Body fields 2021-03-01 08:32:49 +01:00
lib.rs Stabilize str_split_once 2021-02-09 23:17:11 -05:00
shim.rs Box generator-related Body fields 2021-03-01 08:32:49 +01:00