| Age | Commit message (Expand) | Author | Lines |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -10/+0 |
| 2021-02-18 | Implement -Z hir-stats for nested foreign items | Tomasz Miąsko | -0/+5 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -1/+1 |
| 2021-02-15 | Use less HirId when referring to items. | Camille GILLOT | -8/+7 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -5/+5 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -6/+3 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -11/+15 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -19/+18 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -9/+15 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -43/+38 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+2 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -11/+17 |
| 2021-02-10 | Tweak stability attribute diagnostic output | Esteban Küber | -17/+19 |
| 2021-02-10 | Inherit `#[stable(..)]` annotations in enum variants and fields from its item | Esteban Küber | -12/+38 |
| 2021-02-09 | Visit more targets when checking attrs | Ryan Levick | -11/+17 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -1/+1 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+2 |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -45/+263 |
| 2021-01-28 | Add missing brace | Oli Scherer | -1/+1 |
| 2021-01-29 | Simplify base_expr | Seo Sanghyeon | -8/+4 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+19 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -2/+2 |
| 2021-01-25 | This should address issue 81294. | Felix S. Klock II | -1/+1 |
| 2021-01-24 | Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov | Jonas Schievink | -1/+1 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -0/+1 |
| 2021-01-23 | Allow to query the HIR crate node. | Camille GILLOT | -0/+1 |
| 2021-01-23 | Do not mark unit variants as used when in path pattern | Tomasz Miąsko | -1/+1 |
| 2021-01-21 | Do not suggest using a break label when one is already present | Esteban Küber | -6/+11 |
| 2021-01-21 | Tweak error for invalid `break expr` | Esteban Küber | -20/+56 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -6/+5 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -2/+2 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -10/+60 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -4/+38 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -8/+11 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -8/+11 |
| 2021-01-10 | Fix small typo | Camelid | -1/+1 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -4/+38 |
| 2021-01-06 | Don't use to_string on Symbol | Guillaume Gomez | -1/+1 |
| 2021-01-04 | Add an error in case the doc alias is the same as the item it's aliasing | Guillaume Gomez | -1/+12 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -1/+1 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 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-24 | use matches!() macro in more places | Matthias Krüger | -23/+20 |
| 2020-12-19 | Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnr | bors | -0/+12 |
| 2020-12-17 | Rollup merge of #79877 - bstrie:depinfut, r=oli-obk | Yuki Okushi | -20/+24 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -4/+12 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -20/+24 |
| 2020-12-09 | Rollup merge of #79844 - tmiasko:rwu-table-mod, r=lcnr | Tyler Mandry | -146/+149 |
| 2020-12-09 | Rollup merge of #79826 - LingMan:match_if, r=lcnr | Tyler Mandry | -20/+10 |