| Age | Commit message (Expand) | Author | Lines |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -4/+1 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -3/+4 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -2/+5 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -1/+1 |
| 2022-08-30 | Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obk | Dylan DPC | -11/+71 |
| 2022-08-29 | Point at the string inside literal and mention if we need string interpolation | Yiming Lei | -11/+71 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -55/+46 |
| 2022-08-12 | improve "try ignoring the field" diagnostic | Goldstein | -2/+32 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -1/+1 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -7/+7 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -10/+45 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -3/+3 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -5/+5 |
| 2022-05-13 | rename visit item-like methods | Miguel Guarniz | -1/+1 |
| 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 |