rust/src/librustc_mir
bors 9e8a982a23 Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini
Rollup of 25 pull requests

Successful merges:

 - #55562 (Add powerpc- and powerpc64-unknown-linux-musl targets)
 - #55564 (test/linkage-visibility: Ignore on musl targets)
 - #55827 (A few tweaks to iterations/collecting)
 - #55834 (Forward the ABI of the non-zero sized fields of an union if they have the same ABI)
 - #55857 (remove unused dependency)
 - #55862 (in which the E0618 "expected function" diagnostic gets a makeover)
 - #55867 (do not panic just because cargo failed)
 - #55894 (miri enum discriminant handling: Fix treatment of pointers, better error when it is undef)
 - #55916 (Make miri value visitor useful for mutation)
 - #55919 (core/tests/num: Simplify `test_int_from_str_overflow()` test code)
 - #55923 (reword #[test] attribute error on fn items)
 - #55949 (ty: return impl Iterator from Predicate::walk_tys)
 - #55952 (Update to Clang 7 on CI.)
 - #55953 (#53488 Refactoring UpvarId)
 - #55962 (rustdoc: properly calculate spans for intra-doc link resolution errors)
 - #55963 (Stress test for MPSC)
 - #55968 (Clean up some non-mod-rs stuff.)
 - #55970 (Miri backtrace improvements)
 - #56007 (CTFE: dynamically make sure we do not call non-const-fn)
 - #56011 (Replace data.clone() by Arc::clone(&data) in mutex doc.)
 - #56012 (avoid shared ref in UnsafeCell::get)
 - #56016 (Add VecDeque::resize_with)
 - #56027 (docs: Add missing backtick in object_safety.rs docs)
 - #56043 (remove "approx env bounds" if we already know from trait)
 - #56059 (Increase `Duration` approximate equal threshold to 1us)
2018-11-19 14:07:45 +00:00
..
borrow_check Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
build Rollup merge of #55953 - blitzerr:master, r=nikomatsakis 2018-11-19 22:06:20 +08:00
dataflow Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk 2018-11-15 01:12:01 +00:00
hair Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini 2018-11-19 14:07:45 +00:00
interpret Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler 2018-11-19 22:06:45 +08:00
monomorphize Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelix 2018-11-06 17:08:08 +08:00
transform Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk 2018-11-15 01:12:01 +00:00
util Use type safe VariantIdx instead of usize everywhere 2018-11-12 14:24:45 +01:00
Cargo.toml
const_eval.rs CTFE: dynamically make sure we do not call non-const-fn 2018-11-16 18:05:08 +01:00
diagnostics.rs fix typos in various places 2018-10-23 15:56:25 +02:00
lib.rs Move collect_and_partition_mono_items to rustc_mir 2018-11-03 14:31:09 +01:00
lints.rs Rewrite the UnconditionalRecursion lint to use MIR 2018-10-03 21:29:07 -04:00
shim.rs Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk 2018-11-15 01:12:01 +00:00