| Age | Commit message (Expand) | Author | Lines |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 |
| 2021-03-25 | Auto merge of #83424 - cjgillot:noparam, r=lcnr | bors | -12/+4 |
| 2021-03-23 | GenericParam does not need to be a HIR owner. | Camille GILLOT | -12/+4 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+0 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+2 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -3/+3 |
| 2021-03-17 | Rollup merge of #83124 - cjgillot:iiib, r=petrochenkov | Yuki Okushi | -63/+15 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -3/+3 |
| 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 | Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov | bors | -21/+28 |
| 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-09 | Use BTreeMap to store attributes. | Camille GILLOT | -13/+33 |
| 2021-03-09 | Alias attributes of hir::Stmt. | Camille GILLOT | -5/+17 |
| 2021-03-09 | Remove hir::Expr::attrs. | Camille GILLOT | -2/+2 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -2/+2 |
| 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 | -3/+11 |
| 2021-03-09 | Collect attributes during HIR lowering. | Camille GILLOT | -8/+23 |
| 2021-03-06 | Edit ructc_ast_lowering docs | pierwill | -7/+9 |
| 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 | -11/+1 |
| 2021-02-24 | TODO -> FIXME | Amanieu d'Antras | -1/+1 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+12 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -2/+2 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -5/+5 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -18/+15 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+4 |
| 2021-02-04 | lowering of generic args in AssocTyConstraint | b-naber | -7/+32 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -2/+3 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+3 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -2/+3 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-13 | Lint on extern in item declaration position | Mark Rousskov | -1/+2 |
| 2021-01-13 | Introduce missing ABI lint on extern blocks | Mark Rousskov | -1/+23 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -4/+30 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -8/+2 |
| 2021-01-03 | Make `ExpnData` fields `krate` and `orig_id` private | Aaron Hill | -5/+2 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -2/+3 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-30 | Auto merge of #80503 - JohnTitor:rollup-b26vglu, r=JohnTitor | bors | -6/+5 |
| 2020-12-29 | More uses of the matches! macro | LingMan | -6/+5 |
| 2020-12-29 | Remove pretty-print/reparse hack, and add derive-specific hack | Aaron Hill | -31/+82 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |