| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | remove ItemLikeVisitor and DeepVisitor | Miguel Guarniz | -1/+1 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -5/+5 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -3/+3 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -4/+6 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-02-28 | 5 - Make more use of let_chains | Caio | -6/+5 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -11/+5 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -36/+0 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -11/+5 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -36/+0 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -2/+2 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-18 | Rollup merge of #91896 - pitaj:91867-passes, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` for `rustc_passes` | Peter Jaszkowiak | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -7/+7 |
| 2021-10-05 | Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 | Manish Goregaokar | -8/+15 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -8/+15 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -2/+2 |
| 2021-08-25 | Auto merge of #84333 - tmiasko:liveness-yield, r=tmandry | bors | -3/+11 |
| 2021-08-24 | Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis | bors | -30/+6 |
| 2021-08-24 | Improve liveness analysis for generators | Tomasz Miąsko | -3/+11 |
| 2021-08-24 | Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726 | bors | -31/+72 |
| 2021-08-23 | 2229: Consider varaiables mentioned in closure as used | Aman Arora | -30/+6 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -2/+15 |
| 2021-08-04 | Disable unused variable lint for naked functions | Nathaniel McCallum | -0/+5 |
| 2021-05-22 | Small refactoring in `liveness.rs` | Fabian Wolff | -51/+21 |
| 2021-05-21 | Warn about unreachable code following an expression with an uninhabited type | Fabian Wolff | -20/+91 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -3/+3 |
| 2021-04-25 | liveness: Fix typo report_unsed_assign -> report_unused_assign | CohenArthur | -3/+3 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -2/+3 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -55/+54 |
| 2021-02-28 | Use identifier's span in unused lint | Giacomo Stevanato | -43/+66 |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -5/+10 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -1/+1 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -1/+25 |
| 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 | -4/+1 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -4/+10 |
| 2020-12-09 | Rollup merge of #79844 - tmiasko:rwu-table-mod, r=lcnr | Tyler Mandry | -146/+5 |
| 2020-12-09 | Move RWUTable to a separate module | Tomasz Miąsko | -146/+5 |
| 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-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -3/+3 |
| 2020-12-06 | Implement liveness passes for if-let guards | LeSeulArtichaut | -4/+10 |
| 2020-12-06 | Compress RWU from at least 32 bits to 4 bits | Tomasz Miąsko | -159/+146 |
| 2020-11-10 | Handle `let _ = x` patterns in closure liveness analysis | Aman Arora | -20/+49 |