| Age | Commit message (Expand) | Author | Lines |
| 2024-05-29 | Stop proving outlives constraints on regions we already reported errors on | Oli Scherer | -9/+2 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+1 |
| 2024-05-09 | Fix test problems discovered by the revision check | Zalathar | -23/+22 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -20/+98 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -0/+6 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -16/+73 |
| 2024-04-25 | Suggest ref mut for pattern matching assignment | yukang | -20/+98 |
| 2024-04-21 | add test for ice #121463 | Matthias Krüger | -0/+33 |
| 2024-04-15 | Use /* value */ as a placeholder | Michael Goulet | -8/+8 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -41/+552 |
| 2024-04-12 | review comments | Esteban Küber | -11/+11 |
| 2024-04-12 | Better account for more cases involving closures | Esteban Küber | -0/+25 |
| 2024-04-11 | Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwU | Matthias Krüger | -0/+90 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+82 |
| 2024-04-11 | Account for move error in the spread operator on struct literals | Esteban Küber | -25/+233 |
| 2024-04-11 | Better account for `FnOnce` in move errors | Esteban Küber | -7/+5 |
| 2024-04-11 | Do not recomment cloning explicit `&mut` expressions | Esteban Küber | -12/+0 |
| 2024-04-11 | Fix accuracy of `T: Clone` check in suggestion | Esteban Küber | -18/+19 |
| 2024-04-11 | More move error suggestions to clone | Esteban Küber | -5/+43 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -3/+66 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -38/+56 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -2/+90 |
| 2024-04-11 | Minor test fmt | Esteban Küber | -3/+5 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -78/+117 |
| 2024-04-10 | Handle more cases of "values to suggest" given a type | Esteban Küber | -4/+4 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -76/+115 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -115/+73 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -26/+26 |
| 2024-04-06 | Account for trait/impl difference when suggesting changing argument from ref ... | Esteban Küber | -0/+90 |
| 2024-03-26 | Rollup merge of #122589 - wutchzone:121547, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2024-03-23 | Fix diagnostics for async block cloning | Daniel Sedlak | -0/+33 |
| 2024-03-23 | add test for #104779 opaque types, patterns and subtyping ICE: IndexMap: key... | Matthias Krüger | -0/+68 |
| 2024-03-21 | add test for #121807 | Matthias Krüger | -0/+80 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -4/+38 |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -2/+1 |
| 2024-03-17 | Detect when move of `!Copy` value occurs within `loop` and should likely not ... | Esteban Küber | -38/+8 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -0/+127 |
| 2024-03-13 | Detect calls to `.clone()` on `T: !Clone` types on borrowck errors | Esteban Küber | -0/+127 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -23/+23 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -23/+23 |
| 2024-03-10 | Fix invalid compiletest directives in tests | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-03-01 | Rollup merge of #120646 - clubby789:uninit-destructuring-sugg, r=michaelwoeri... | Matthias Krüger | -1/+49 |
| 2024-02-20 | Update test. | Mara Bos | -115/+73 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -40/+40 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -151/+151 |
| 2024-02-16 | Rollup merge of #121020 - oli-obk:diagnostics_ice, r=davidtwco | Guillaume Gomez | -0/+34 |
| 2024-02-14 | Fix two UI tests with incorrect directive / invalid revision | 许杰友 Jieyou Xu (Joe) | -1/+19 |
| 2024-02-13 | Avoid an ICE in diagnostics | Oli Scherer | -0/+34 |
| 2024-02-06 | Fix incorrect suggestion for uninitialize binding in destructuring pattern | clubby789 | -1/+49 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -0/+127 |