rust/compiler/rustc_mir/src/transform
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
..
check_consts const fn: allow use of trait impls from bounds 2020-11-22 04:19:46 +01:00
coverage Addressed feedback from 2020-12-01 2020-12-03 09:50:10 -08:00
add_call_guards.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
add_moves_for_packed_drops.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
add_retag.rs Retagging: do not retag 'raw reborrows' 2020-10-31 15:31:27 +01:00
check_const_item_mutation.rs Use a semicolon instead of a dash in lint note 2020-11-07 20:39:35 -05:00
check_packed_ref.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
check_unsafety.rs Fixing Spelling Typos 2020-11-06 09:25:58 +05:30
cleanup_post_borrowck.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
const_prop.rs move interpret::MemoryKind::Heap to const eval 2020-12-03 21:42:11 +05:30
deaggregator.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
dest_prop.rs Fix even more URLs 2020-11-05 20:11:29 +01:00
dump_mir.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
early_otherwise_branch.rs add optimization fuel checks to some mir passes 2020-11-16 18:09:10 -05:00
elaborate_drops.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
function_item_references.rs Corrected suggestion for generic parameters in function_item_references lint 2020-11-01 23:50:17 -04:00
generator.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
inline.rs Never inline naked functions 2020-11-20 00:00:00 +00:00
instcombine.rs move fuel checks to later points in instcombine and const_prop, add opt level flag to test 2020-11-18 08:49:46 -05:00
lower_intrinsics.rs Don't special case constant operands when lowering intrinsics 2020-11-16 00:00:00 +00:00
match_branches.rs add optimization fuel checks to some mir passes 2020-11-16 18:09:10 -05:00
mod.rs Rollup merge of #79036 - cjgillot:steal, r=oli-obk 2020-11-15 13:39:59 +01:00
multiple_return_terminators.rs move checks later into optimization passes 2020-11-18 19:16:23 -05:00
no_landing_pads.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
nrvo.rs add optimization fuel checks to some mir passes 2020-11-16 18:09:10 -05:00
promote_consts.rs remove check from const promotion 2020-11-19 08:21:20 -05:00
remove_noop_landing_pads.rs Recognize discriminant reads as no-ops in RemoveNoopLandingPads 2020-10-10 00:00:00 +00:00
remove_unneeded_drops.rs move checks later into optimization passes 2020-11-18 19:16:23 -05:00
required_consts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
rustc_peek.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
simplify.rs simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
simplify_branches.rs Simplify assert terminator only if condition evaluates to expected value 2020-10-21 00:00:00 +00:00
simplify_comparison_integral.rs s/Scalar::Raw/Scalar::Int 2020-11-04 10:11:31 +00:00
simplify_try.rs Refactor how SwitchInt stores jump targets 2020-10-10 17:46:11 +02:00
uninhabited_enum_branching.rs Refactor how SwitchInt stores jump targets 2020-10-10 17:46:11 +02:00
unreachable_prop.rs move checks later into optimization passes 2020-11-18 19:16:23 -05:00
validate.rs Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink 2020-11-23 15:25:40 +01:00