| Age | Commit message (Expand) | Author | Lines |
| 2021-03-15 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -15/+0 |
| 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 |
| 2020-12-09 | Rollup merge of #79777 - tmiasko:remove-first-merge, r=lcnr | Tyler Mandry | -18/+6 |
| 2020-12-09 | Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasper | bors | -45/+53 |
| 2020-12-09 | Move RWUTable to a separate module | Tomasz Miąsko | -146/+149 |
| 2020-12-09 | Remove `first_merge` from liveness debug logs | Tomasz Miąsko | -18/+6 |
| 2020-12-08 | Auto merge of #79727 - tmiasko:8bit-rwu, r=lcnr | bors | -159/+146 |
| 2020-12-08 | Simplify visit_{foreign,trait}_item | LingMan | -20/+10 |
| 2020-12-08 | Auto merge of #79752 - cjgillot:dead-alien, r=lcnr | bors | -21/+25 |
| 2020-12-08 | Visit ForeignItems when marking dead code. | Camille GILLOT | -21/+25 |
| 2020-12-07 | Validate naked functions definitions | Tomasz Miąsko | -15/+224 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -4/+4 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -0/+2 |
| 2020-12-06 | Implement liveness passes for if-let guards | LeSeulArtichaut | -4/+10 |
| 2020-12-06 | Don't ICE on malformed `rustc_args_required_const` attribute | Tomasz Miąsko | -45/+53 |
| 2020-12-06 | Compress RWU from at least 32 bits to 4 bits | Tomasz Miąsko | -159/+146 |
| 2020-12-02 | Add checks for #[doc(keyword = "...")] and move them into rustc_passes | Guillaume Gomez | -7/+53 |