1
Fork 0
rust/compiler/rustc_hir/src
bors 85e355ea9b Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk
Generate metadata by iterating on DefId instead of traversing the HIR tree 1/N

Sample from #80347.
2021-01-24 06:51:17 +00:00
..
arena.rs Retain assembly operands span when lowering AST to HIR 2020-12-06 20:48:08 +01:00
def.rs resolve: Reject ambiguity built-in attr vs different built-in attr 2021-01-17 01:48:17 +03:00
definitions.rs Iterate DefId to encode spans. 2021-01-23 13:44:02 +01:00
hir.rs Add loop head span to hir 2021-01-21 21:41:46 -08:00
hir_id.rs Remove unused code from rustc_hir 2020-10-14 04:14:32 +02:00
intravisit.rs Add loop head span to hir 2021-01-21 21:41:46 -08: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