| Age | Commit message (Expand) | Author | Lines |
| 2023-06-06 | Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2023-05-29 | Don't suggest changing {ImmRef,MutRef} implicit self to be mutable | 许杰友 Jieyou Xu (Joe) | -0/+57 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -1/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -16/+11 |
| 2023-05-21 | Tweak the post-order for multi-successor blocks | Scott McMurray | -1/+1 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -1/+1 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -2/+2 |
| 2023-05-14 | Erase ReError properly | Michael Goulet | -0/+47 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+4 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -26/+26 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -0/+54 |
| 2023-05-05 | tweak "make mut" spans (No. 3) | Ezra Shaw | -19/+19 |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -7/+7 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -0/+26 |
| 2023-04-25 | Fix lifetime suggestion for type aliases with objects in them | Michael Goulet | -0/+54 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -16/+16 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -16/+16 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -1/+108 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -0/+33 |
| 2023-04-20 | Move test files | Caio | -0/+33 |
| 2023-04-19 | Add suggestion to use a closure arg instead of a capture on bck error | Maybe Waffle | -5/+55 |
| 2023-04-19 | Add test for `a.f(|this| a.g())` | Maybe Waffle | -0/+113 |
| 2023-04-17 | typos | kadiwa | -1/+1 |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -1/+1 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -6/+4 |
| 2023-04-03 | Shrink binding span. | Camille GILLOT | -6/+4 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -1/+0 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -1/+1 |
| 2023-03-09 | Add ui test. | Camille GILLOT | -0/+27 |
| 2023-03-05 | Add regression tests for issue 70919 | Giacomo Pasini | -0/+63 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -29/+18 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -4/+4 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -4/+4 |
| 2023-02-16 | Move tests | Caio | -0/+62 |
| 2023-02-04 | Rollup merge of #107646 - estebank:specific-span, r=compiler-errors | Matthias Krüger | -21/+34 |
| 2023-02-03 | Provide structured suggestion for binding needing type on E0594 | Esteban Küber | -21/+34 |
| 2023-02-02 | Suggest `move` in nested closure when appropriate | Esteban Küber | -5/+64 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -4/+4 |
| 2023-01-17 | Migrate mir_build's borrow conflicts | mejrs | -4/+4 |
| 2023-01-17 | Account for field access when looking for inner-most path in expression | Esteban Küber | -0/+10 |
| 2023-01-17 | Account for `*` when looking for inner-most path in expression | Esteban Küber | -0/+9 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -140/+160 |
| 2023-01-15 | Add regression test for #92157 | Yuki Okushi | -0/+51 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+21856 |