| Age | Commit message (Expand) | Author | Lines |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -5/+10 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -0/+17 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+75 |
| 2021-02-23 | Rollup merge of #82297 - tmiasko:write-only, r=oli-obk | Dylan DPC | -11/+17 |
| 2021-02-23 | Rollup merge of #82258 - tmiasko:foreign-hir-stats, r=davidtwco | Dylan DPC | -0/+5 |
| 2021-02-21 | remove redundant wrapping of return types of allow_internal_unstable() and ru... | Matthias Krüger | -1/+1 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -10/+0 |
| 2021-02-19 | Consider auto derefs before warning about write only fields | Tomasz Miąsko | -11/+17 |
| 2021-02-18 | Rollup merge of #82256 - eddyb:time-passes-stderr, r=varkor | Dylan DPC | -6/+6 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -6/+6 |
| 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 |