rust/compiler/rustc_mir/src
bors e9dd18ca74 Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC
Rollup of 11 pull requests

Successful merges:

 - #77686 (Render Markdown in search results)
 - #79541 (Doc keyword lint pass)
 - #79602 (Fix SGX CI)
 - #79611 (Use more std:: instead of core:: in docs for consistency)
 - #79623 (Pass around Symbols instead of Idents in doctree)
 - #79627 (Update cargo)
 - #79631 (disable a ptr equality test on Miri)
 - #79638 (Use `item_name` instead of pretty printing for resolving `Self` on intra-doc links)
 - #79646 (rustc_metadata: Remove some dead code)
 - #79664 (move interpret::MemoryKind::Heap to const eval)
 - #79678 (Fix some clippy lints)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2020-12-04 04:51:49 +00:00
..
borrow_check Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis 2020-11-17 03:56:03 +00:00
const_eval move interpret::MemoryKind::Heap to const eval 2020-12-03 21:42:11 +05:30
dataflow compiler: fold by value 2020-11-16 22:34:57 +01:00
interpret move interpret::MemoryKind::Heap to const eval 2020-12-03 21:42:11 +05:30
monomorphize Remove ForeignMod struct. 2020-11-26 21:32:27 +01:00
transform Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC 2020-12-04 04:51:49 +00:00
util Coverage tests for remaining TerminatorKinds and async, improve Assert 2020-12-03 09:50:09 -08:00
lib.rs TypeVisitor: use ControlFlow in rustc_{mir,privacy,traits,typeck} 2020-10-30 12:27:44 +01:00
shim.rs Support building clone shims for arrays with generic size 2020-11-21 00:00:00 +00:00