rust/src/librustc_mir/transform
Mazdak Farrokhzad 20771ae5b9
Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb
Miri nits: comment and var name improvement

r? @eddyb
2020-03-26 13:32:15 +01:00
..
check_consts Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
add_call_guards.rs Format the world 2019-12-22 17:42:47 -05:00
add_moves_for_packed_drops.rs don't clone types that are copy, round two. 2020-01-27 01:18:18 +01:00
add_retag.rs remove lifetimes that can be elided (clippy::needless_lifetimes) 2020-03-12 20:03:09 +01:00
check_unsafety.rs Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
cleanup_post_borrowck.rs Use erased regions in MIR 2020-03-19 19:59:13 +00:00
const_prop.rs Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb 2020-03-26 13:32:15 +01:00
copy_prop.rs Format the world 2019-12-22 17:42:47 -05:00
deaggregator.rs Format the world 2019-12-22 17:42:47 -05:00
dump_mir.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
elaborate_drops.rs Print flow state in debug messages for find_dead_unwinds 2020-02-13 21:34:19 -08:00
generator.rs rustc: keep upvars tupled in {Closure,Generator}Substs. 2020-03-21 14:23:50 +02:00
inline.rs Use Reveal::All in MIR inliner 2020-03-21 23:08:32 -04:00
instcombine.rs Place::ty_from takes local by value 2020-01-28 10:12:53 -03:00
mod.rs Use erased regions in MIR 2020-03-19 19:59:13 +00:00
no_landing_pads.rs Format the world 2019-12-22 17:42:47 -05:00
promote_consts.rs Use erased regions in MIR 2020-03-19 19:59:13 +00:00
qualify_min_const_fn.rs Prevent const trait methods from being marked stable 2020-02-18 21:03:29 -08:00
remove_noop_landing_pads.rs Format the world 2019-12-22 17:42:47 -05:00
rustc_peek.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
simplify.rs Auto merge of #68551 - Marwes:allocations_mir, r=ecstatic-morse 2020-03-12 09:16:53 +00:00
simplify_branches.rs Format the world 2019-12-22 17:42:47 -05:00
simplify_try.rs simplify_try: address some of eddyb's comments 2020-02-11 10:14:50 +01:00
uninhabited_enum_branching.rs Rename LayoutDetails to just Layout. 2020-03-25 15:06:48 +00:00
unreachable_prop.rs Add unreachable propagation mir optimization pass 2020-01-14 08:22:10 +01:00