rust/compiler/rustc_passes/src
2021-04-29 08:35:08 +08:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco 2021-04-19 18:05:44 +00:00
check_const.rs remove redundant wrapping of return types of allow_internal_unstable() and rustc_allow_const_fn_unstable() 2021-02-21 18:11:27 +01:00
dead.rs Implement RFC 1260 with feature_name imported_main. 2021-04-29 08:35:08 +08:00
diagnostic_items.rs Access attrs directly from HirId in rustc_passes::diagnostic_item. 2021-03-09 19:09:32 +01:00
entry.rs Implement RFC 1260 with feature_name imported_main. 2021-04-29 08:35:08 +08:00
hir_id_validator.rs GenericParam does not need to be a HIR owner. 2021-03-23 22:47:22 +01:00
hir_stats.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
intrinsicck.rs Use AnonConst for asm! constants 2021-04-06 12:35:41 +01:00
lang_items.rs Access attrs directly from HirId in rustc_passes::lang_items. 2021-03-09 19:09:31 +01:00
layout_test.rs Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
lib_features.rs Track HirId when visiting attributes. 2021-03-09 19:27:59 +01:00
lib.rs fix feature use in rustc libs 2021-04-18 22:05:45 +02:00
liveness.rs liveness: Fix typo report_unsed_assign -> report_unused_assign 2021-04-25 14:10:57 +02:00
loops.rs Do not suggest using a break label when one is already present 2021-01-21 21:43:29 -08:00
naked_functions.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00
reachable.rs Only store a LocalDefId in hir::ImplItem. 2021-02-15 19:32:29 +01:00
region.rs Remove closure_tree 2021-04-19 15:40:20 -05:00
stability.rs Remove hir::CrateItem. 2021-03-30 20:31:06 +02:00
upvars.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
weak_lang_items.rs Remove hir::ForeignItem::attrs. 2021-03-09 19:23:07 +01:00