| Age | Commit message (Expand) | Author | Lines |
| 2021-03-09 | Alias attributes of hir::Stmt. | Camille GILLOT | -5/+17 |
| 2021-03-09 | Remove hir::Expr::attrs. | Camille GILLOT | -24/+16 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -4/+1 |
| 2021-03-09 | Remove hir::ImplItem::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::TraitItem::attrs. | Camille GILLOT | -8/+2 |
| 2021-03-09 | Remove hir::ForeignItem::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::StructField::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::Variant::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::Param::attrs. | Camille GILLOT | -3/+2 |
| 2021-03-09 | Remove hir::Arm::attrs. | Camille GILLOT | -16/+3 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -2/+2 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -2/+1 |
| 2021-03-09 | Remove hir::GenericParam::attrs. | Camille GILLOT | -4/+1 |
| 2021-03-09 | Remove hir::Local::attrs. | Camille GILLOT | -12/+2 |
| 2021-03-09 | Take a slice in stmt_let_pat. | Camille GILLOT | -9/+16 |
| 2021-03-09 | Collect attributes during HIR lowering. | Camille GILLOT | -53/+89 |
| 2021-03-08 | Rollup merge of #82854 - estebank:issue-82827, r=oli-obk | Mara Bos | -2/+40 |
| 2021-03-07 | Remove notes, increase S/N ratio | Esteban Küber | -18/+11 |
| 2021-03-07 | Account for `if (let pat = expr) {}` | Esteban Küber | -2/+47 |
| 2021-03-06 | Edit ructc_ast_lowering docs | pierwill | -7/+9 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -2/+58 |
| 2021-02-25 | Add a cache for rustc_legacy_const_generics | Amanieu d'Antras | -1/+1 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -51/+9 |
| 2021-02-24 | TODO -> FIXME | Amanieu d'Antras | -1/+1 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -2/+100 |
| 2021-02-23 | Rollup merge of #82308 - estebank:issue-82290, r=lcnr | Dylan DPC | -1/+2 |
| 2021-02-19 | Lower condition of `if` expression before it's "then" block | Esteban Küber | -1/+2 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -1/+6 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -37/+24 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -51/+57 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -6/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -2/+2 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -8/+8 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -3/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -3/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -3/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -22/+28 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -5/+7 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -3/+3 |
| 2021-02-04 | lowering of generic args in AssocTyConstraint | b-naber | -9/+37 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -20/+29 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+3 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -20/+29 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-23 | Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk | Jonas Schievink | -13/+18 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -4/+15 |
| 2021-01-21 | Lower closure prototype after its body. | Camille GILLOT | -13/+18 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -25/+31 |