rust/compiler/rustc_hir/src
Yuki Okushi afdd0c3ade
Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk
Remove hir::map::blocks and use FnKind instead

The principal tool is `FnLikeNode`, which is not often used and can be easily implemented using `rustc_hir::intravisit::FnKind`.
2021-10-21 14:11:08 +09:00
..
arena.rs Perform indexing during lowering. 2021-10-09 23:47:59 +02: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
def.rs rustc: Remove local variable IDs from Exports 2021-09-10 23:41:48 +03:00
definitions.rs Remove unused function. 2021-10-11 22:36:46 +02:00
diagnostic_items.rs Introduce get_diagnostic_name 2021-10-06 08:40:28 -05:00
hir_id.rs Use invalid local id for zeroth node parent. 2021-10-12 08:41:53 +02:00
hir.rs Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +02:00
intravisit.rs Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +02:00
itemlikevisit.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
lang_items.rs Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se 2021-10-20 04:35:14 +09:00
lib.rs Directly use AttributeMap inside OwnerInfo. 2021-10-10 00:05:35 +02:00
pat_util.rs Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 2021-04-03 04:11:35 +00:00
stable_hash_impls.rs Make naming more explicit. 2021-10-11 22:36:37 +02:00
target.rs Treat macros as HIR items 2021-08-28 00:16:34 -07:00
tests.rs Revert "Revert "Fix test"" 2021-07-06 11:28:06 +02:00
weak_lang_items.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00