rust/compiler/rustc_passes/src
2021-10-03 16:16:28 +09:00
..
liveness
check_attr.rs skip the uninhabitated check and comments 2021-09-11 12:10:06 -07:00
check_const.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
dead.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
diagnostic_items.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
entry.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
hir_id_validator.rs Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00
hir_stats.rs Rename walk_crate. 2021-09-02 19:23:11 +02:00
intrinsicck.rs Forbid ! from being used in asm! output 2021-08-12 20:28:35 +01:00
lang_items.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
layout_test.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
lib.rs Remove Session.used_attrs and move logic to CheckAttrVisitor 2021-08-21 13:27:27 -05:00
lib_features.rs Stop using walk_crate. 2021-09-02 19:08:58 +02:00
liveness.rs don't convert types into identical types 2021-09-11 10:32:38 +02:00
loops.rs
naked_functions.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
reachable.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
region.rs don't convert types into identical types 2021-09-11 10:32:38 +02:00
stability.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
upvars.rs
weak_lang_items.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00