| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -2/+1 |
| 2021-03-09 | Remove hir::ImplItem::attrs. | Camille GILLOT | -11/+2 |
| 2021-03-09 | Remove hir::TraitItem::attrs. | Camille GILLOT | -2/+1 |
| 2021-03-09 | Remove hir::ForeignItem::attrs. | Camille GILLOT | -2/+1 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -2/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -2/+16 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -6/+20 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -5/+5 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -5/+5 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -5/+5 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -0/+9 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -2/+17 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+167 |
