1
Fork 0
rust/compiler/rustc_passes/src
2021-10-11 18:19:54 +01:00
..
liveness Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
check_attr.rs Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 2021-10-08 22:30:40 +02:00
check_const.rs Use Ancestory to check default fn in const impl instead of comparing idents 2021-10-11 18:19:54 +01:00
dead.rs only check for automatically_derived on impls, not individual methods 2021-10-02 09:53:51 -04:00
diagnostic_items.rs Introduce get_diagnostic_name 2021-10-06 08:40:28 -05: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 make #[target_feature] work with asm register classes 2021-10-07 15:42:18 -04:00
lang_items.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
layout_test.rs Avoid more invocations of hir_crate query. 2021-09-29 23:16:47 +02:00
lib.rs Add a check for duplicated doc aliases in unused lint 2021-10-04 20:57:05 +02:00
lib_features.rs Stop using walk_crate. 2021-09-02 19:08:58 +02:00
liveness.rs Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 2021-10-05 12:52:43 -07: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 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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
weak_lang_items.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00