| Age | Commit message (Expand) | Author | Lines |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -25/+38 |
| 2021-09-29 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -25/+38 |
| 2021-09-22 | rustc_index: Add some map-like APIs to `IndexVec` | Vadim Petrochenkov | -3/+4 |
| 2021-09-20 | Make with_hir_id_owner responsible for registering the item. | Camille GILLOT | -42/+42 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -24/+12 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -6/+0 |
| 2021-09-19 | Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkov | bors | -33/+25 |
| 2021-09-18 | Do not preallocate UseTree HirIds. | Camille GILLOT | -8/+11 |
| 2021-09-18 | Do not preallocate item HirIds. | Camille GILLOT | -25/+14 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -6/+0 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -4/+1 |
| 2021-09-07 | Change is_unsized to add_implicitly_sized | jackh726 | -1/+1 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -30/+16 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -9/+0 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -24/+13 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -9/+0 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -24/+13 |
| 2021-08-29 | Clean up the lowering of AST items | inquisitivecrystal | -33/+29 |
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -37/+64 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -24/+6 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -10/+13 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -11/+5 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -11/+5 |
| 2021-07-21 | Correct fmt | surechen | -10/+7 |
| 2021-07-21 | Simplify the collecting of `? Trait` bounds in where clause | surechen | -33/+20 |
| 2021-07-18 | Remove origin field from TypeAliasesOpaqueTy | Santiago Pastorino | -2/+0 |
| 2021-07-18 | Remove impl trait bindings handling on const AST lowering | Santiago Pastorino | -11/+1 |
| 2021-07-17 | Rename OtherOpaqueTy to TypeAliasesOpaqueTy | Santiago Pastorino | -3/+3 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -1/+4 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -5/+3 |
| 2021-04-13 | Lower async fn in traits. | Camille GILLOT | -3/+11 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -2/+3 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -4/+4 |
| 2021-03-15 | Special case type aliases from impl trait in const/static types | Oli Scherer | -2/+2 |
| 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 | -8/+12 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -3/+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 | -2/+1 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -2/+1 |
| 2021-03-09 | Take a slice in stmt_let_pat. | Camille GILLOT | -3/+2 |
| 2021-03-09 | Collect attributes during HIR lowering. | Camille GILLOT | -36/+55 |
| 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 | -35/+22 |