| Age | Commit message (Expand) | Author | Lines |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -22/+28 |
| 2021-03-17 | Rollup merge of #83124 - cjgillot:iiib, r=petrochenkov | Yuki Okushi | -63/+15 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -5/+8 |
| 2021-03-16 | Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisa | bors | -45/+44 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -8/+9 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -15/+20 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -5/+8 |
| 2021-03-15 | Special case type aliases from impl trait in const/static types | Oli Scherer | -2/+2 |
| 2021-03-14 | Remove dead code. | Camille GILLOT | -25/+0 |
| 2021-03-14 | Do not insert impl_trait_in_bindings opaque definitions twice. | Camille GILLOT | -38/+15 |
| 2021-03-13 | Always lower asm! to valid HIR | Amanieu d'Antras | -45/+44 |
| 2021-03-13 | Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov | bors | -21/+28 |
| 2021-03-13 | Rollup merge of #82984 - camsteffen:lower-block, r=cjgillot | Yuki Okushi | -20/+6 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -21/+28 |
| 2021-03-10 | Simplify lower ast block | Cameron Steffen | -20/+6 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -4/+4 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -4/+4 |
| 2021-03-09 | Use BTreeMap to store attributes. | Camille GILLOT | -30/+60 |
| 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 |