1
Fork 0
rust/compiler/rustc_hir/src
2022-09-05 22:25:49 +09:00
..
arena.rs Add an indirection for closures in hir::ExprKind 2022-07-12 21:00:13 +04:00
def.rs Remove register_attr feature 2022-08-28 21:23:23 +09:00
def_path_hash_map.rs Use on-disk-hash-table format for DefPathHashMap in hir::definitions. 2021-09-14 13:54:41 +02:00
definitions.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
diagnostic_items.rs Introduce get_diagnostic_name 2021-10-06 08:40:28 -05:00
errors.rs have LangItemError derive everything LangItem does 2022-08-25 11:06:45 -06:00
hir.rs separate the receiver from arguments in HIR 2022-09-05 22:25:49 +09:00
hir_id.rs Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=compiler-errors 2022-04-20 03:51:09 +00:00
intravisit.rs separate the receiver from arguments in HIR 2022-09-05 22:25:49 +09:00
lang_items.rs Make const_eval_select a real intrinsic 2022-09-04 20:35:23 +08:00
lib.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
pat_util.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
stable_hash_impls.rs Derive HashStable for HIR Expr and Ty. 2022-08-07 17:30:45 +02:00
target.rs Check attributes on struct expression fields. 2022-08-11 21:48:39 -07:00
tests.rs Revert "Revert "Fix test"" 2021-07-06 11:28:06 +02:00
weak_lang_items.rs Use FxIndexMap instead of otherwise unused StableMap for WEAK_ITEMS_REFS. 2022-07-20 12:40:51 +02:00