rust/compiler/rustc_hir/src
2021-01-14 19:23:59 +01:00
..
arena.rs Retain assembly operands span when lowering AST to HIR 2020-12-06 20:48:08 +01:00
def.rs resolve: Introduce a separate NonMacroAttrKind for legacy derive helpers 2020-11-19 19:25:20 +03:00
definitions.rs Changed unwrap_or to unwrap_or_else in some places. 2020-11-10 20:07:47 -08:00
hir.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
hir_id.rs Remove unused code from rustc_hir 2020-10-14 04:14:32 +02:00
intravisit.rs Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
itemlikevisit.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
lang_items.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
lib.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
pat_util.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
stable_hash_impls.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
target.rs passes: prohibit attrs on generic params 2020-11-29 14:05:19 +00:00
weak_lang_items.rs hir: replace lazy_static by SyncLazy from std 2020-09-01 22:06:47 +01:00