rust/compiler/rustc_mir/src
bors ef3e386393 Auto merge of #78212 - JohnTitor:rollup-j5r6xuy, r=JohnTitor
Rollup of 10 pull requests

Successful merges:

 - #77420 (Unify const-checking structured errors for `&mut` and `&raw mut`)
 - #77554 (Support signed integers and `char` in v0 mangling)
 - #77976 (Mark inout asm! operands as used in liveness pass)
 - #78009 (Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling)
 - #78084 (Greatly improve display for small mobile devices screens)
 - #78155 (Fix two small issues in compiler/rustc_lint/src/types.rs)
 - #78156 (Fixed build failure of `rustfmt`)
 - #78172 (Add test case for #77062)
 - #78188 (Add tracking issue number for pin_static_ref)
 - #78200 (Add `ControlFlow::is_{break,continue}` methods)

Failed merges:

r? `@ghost`
2020-10-22 01:35:05 +00:00
..
borrow_check review 2020-10-21 23:59:35 +02:00
const_eval Remove needless alloc_slice 2020-10-14 14:23:32 +02:00
dataflow Remove unused code from remaining compiler crates 2020-10-14 04:14:32 +02:00
interpret Lift: take self by value 2020-10-21 23:59:35 +02:00
monomorphize Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
transform Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwco 2020-10-22 09:45:25 +09:00
util Remove the old copy propagation pass 2020-10-17 02:25:31 +02:00
lib.rs Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb 2020-09-26 06:44:28 +00:00
shim.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00