1
Fork 0
rust/compiler/rustc_mir/src
bors efbaa41306 Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPC
Rollup of 11 pull requests

Successful merges:

 - #75853 (Use more intra-doc-links in `core::fmt`)
 - #75928 (Remove trait_selection error message in specific case)
 - #76329 (Add check for doc alias attribute at crate level)
 - #77219 (core::global_allocator docs link to std::alloc::GlobalAlloc)
 - #77395 (BTreeMap: admit the existence of leaf edges in comments)
 - #77407 (Improve build-manifest to work with the improved promote-release)
 - #77426 (Include scope id in SocketAddrV6::Display)
 - #77439 (Fix missing diagnostic span for `impl Trait` with const generics, and add various tests for `min_const_generics` and `const_generics`)
 - #77471 (BTreeMap: refactoring around edges, missed spots)
 - #77512 (Allow `Abort` terminators in all const-contexts)
 - #77514 (Replace some once(x).chain(once(y)) with [x, y] IntoIter)

Failed merges:

r? `@ghost`
2020-10-05 02:49:51 +00:00
..
borrow_check Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
const_eval References to ZSTs may be at arbitrary aligned addresses 2020-09-30 10:40:49 +02:00
dataflow Fix rebase fallout 2020-10-04 07:54:02 -04:00
interpret Only mention that a stack frame is being popped when starting to do so 2020-10-01 08:32:24 +02:00
monomorphize Avoid calling Symbol::interner in compute_codegen_unit_name 2020-09-25 22:46:15 +01:00
transform Rollup merge of #77512 - ecstatic-morse:const-checking-allow-abort, r=RalfJung 2020-10-05 02:29:40 +02:00
util Auto merge of #77466 - Aaron1011:reland-drop-tree, r=matthewjasper 2020-10-05 00:35:58 +00: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