rust/src/librustc_mir/transform
Mazdak Farrokhzad 2c3e5d3de0 - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
- remove syntax::{help!, span_help!, span_note!}
- remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!}
- lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints
- inline syntax::{struct_span_warn!, diagnostic_used!}
- stringify_error_code! -> error_code! & use it more.
- find_plugin_registrar: de-fatalize an error
- de-fatalize metadata errors
- move type_error_struct! to rustc_typeck
- struct_span_err! -> rustc_errors
2020-01-08 04:25:33 +01:00
..
check_consts - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
add_call_guards.rs Format the world 2019-12-22 17:42:47 -05:00
add_moves_for_packed_drops.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
add_retag.rs Format the world 2019-12-22 17:42:47 -05:00
check_unsafety.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
cleanup_post_borrowck.rs Format the world 2019-12-22 17:42:47 -05:00
const_prop.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +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 Format the world 2019-12-22 17:42:47 -05:00
elaborate_drops.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
erase_regions.rs Format the world 2019-12-22 17:42:47 -05:00
generator.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
inline.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
instcombine.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
mod.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
no_landing_pads.rs Format the world 2019-12-22 17:42:47 -05:00
promote_consts.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
qualify_min_const_fn.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
remove_noop_landing_pads.rs Format the world 2019-12-22 17:42:47 -05:00
rustc_peek.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
simplify.rs Format the world 2019-12-22 17:42:47 -05:00
simplify_branches.rs Format the world 2019-12-22 17:42:47 -05:00
simplify_try.rs Format the world 2019-12-22 17:42:47 -05:00
uninhabited_enum_branching.rs Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb 2019-12-08 03:39:45 +01:00