Camille GILLOT
|
b66dfaaa64
|
Move some HashStable impls.
|
2021-10-03 16:08:50 +02:00 |
|
inquisitivecrystal
|
8c62fa0575
|
Treat macros as HIR items
|
2021-08-28 00:16:34 -07:00 |
|
Camille GILLOT
|
a7a50b0c0a
|
Hash DefId in rustc_span.
|
2021-06-11 12:25:02 +02:00 |
|
pierwill
|
0019ca9141
|
Fix outdated crate names in compiler docs
Changes `librustc_X` to `rustc_X`, only in documentation comments.
Plain code comments are left unchanged.
Also fix incorrect file paths.
|
2021-04-08 11:12:14 -05:00 |
|
Camille GILLOT
|
c701872a6c
|
Remove hir::Item::attrs.
|
2021-03-09 19:27:50 +01:00 |
|
Camille GILLOT
|
5474f17011
|
Remove hir::ImplItem::attrs.
|
2021-03-09 19:23:08 +01:00 |
|
Camille GILLOT
|
c49359add2
|
Remove hir::TraitItem::attrs.
|
2021-03-09 19:23:08 +01:00 |
|
Camille GILLOT
|
4bab93a039
|
Remove hir::ForeignItem::attrs.
|
2021-03-09 19:23:07 +01:00 |
|
Camille GILLOT
|
c05c90275c
|
Remove hir::MacroDef::attrs.
|
2021-03-09 19:09:36 +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
|
c676e358a5
|
Use ItemId as a strongly typed index.
|
2021-02-15 19:24:58 +01:00 |
|
Camille GILLOT
|
419a9186a4
|
Store ForeignItem in a side table.
|
2020-11-26 21:29:27 +01:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|