Camille GILLOT
|
99ba08e6d3
|
Access attrs directly from HirId in rustc_passes::diagnostic_item.
|
2021-03-09 19:09:32 +01:00 |
|
Camille GILLOT
|
f395f2ea12
|
Use less HirId when referring to items.
|
2021-02-15 19:36:12 +01:00 |
|
Camille GILLOT
|
c4e7427081
|
Only store a LocalDefId in hir::MacroDef.
|
2021-02-15 19:35:55 +01:00 |
|
Camille GILLOT
|
996dc8d5c5
|
Only store a LocalDefId in hir::ForeignItem.
|
2021-02-15 19:32:29 +01:00 |
|
Camille GILLOT
|
786a80e9ea
|
Only store a LocalDefId in hir::ImplItem.
|
2021-02-15 19:32:29 +01:00 |
|
Camille GILLOT
|
a871a0f111
|
Only store a LocalDefId in hir::TraitItem.
|
2021-02-15 19:32:28 +01:00 |
|
Camille GILLOT
|
cebbba081e
|
Only store a LocalDefId in hir::Item.
Items are guaranteed to be HIR owner.
|
2021-02-15 19:32:10 +01:00 |
|
Camille GILLOT
|
12a3024c57
|
Use visitor for its very purpose.
|
2020-11-26 21:32:29 +01:00 |
|
Camille GILLOT
|
419a9186a4
|
Store ForeignItem in a side table.
|
2020-11-26 21:29:27 +01:00 |
|
Mara Bos
|
5b3b80a710
|
Allow #[rustc_diagnostic_item] on macros.
|
2020-10-18 22:19:13 +02:00 |
|
Ryan Levick
|
69dc98161a
|
Cache foreign_modules query
|
2020-10-27 16:21:55 +01:00 |
|
Bastian Kauschke
|
4debbdc6b9
|
transmute: use diagnostic item
|
2020-09-19 11:33:11 +02:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|