rust/compiler/rustc_passes/src
Dylan MacKenzie 61d86fa06c Check for missing const-stability attributes in stability
This used to happen as a side-effect of `is_min_const_fn`, which was
subtle.
2020-09-25 14:31:32 -07:00
..
check_attr.rs Emit warnings on misplaced #[no_mangle] 2020-09-05 22:12:24 -04:00
check_const.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
dead.rs allow concrete self types in consts 2020-09-13 22:53:51 +02:00
diagnostic_items.rs transmute: use diagnostic item 2020-09-19 11:33:11 +02:00
entry.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hir_id_validator.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
hir_stats.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
intrinsicck.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lang_items.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
layout_test.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib_features.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00
liveness.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
loops.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
reachable.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
region.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
stability.rs Check for missing const-stability attributes in stability 2020-09-25 14:31:32 -07:00
upvars.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
weak_lang_items.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00