| Age | Commit message (Expand) | Author | Lines |
| 2024-07-20 | Rollup merge of #127948 - surechen:fix_127915, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2024-07-19 | fixes panic error | surechen | -0/+40 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -6/+6 |
| 2024-07-17 | If the moved value is a mut reference, it is used in a generic function and i... | surechen | -12/+55 |
| 2024-07-16 | Suggest a borrow when using dbg | yukang | -0/+185 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -86/+136 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -49/+85 |
| 2024-07-04 | Fix `&mut` removal suggestion | Esteban Küber | -4/+7 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -33/+44 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -2/+2 |
| 2024-06-29 | fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer | Lin Yihai | -24/+6 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -2/+2 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -10/+8 |
| 2024-06-17 | Convert a `span_bug` to a `span_delayed_bug`. | Nicholas Nethercote | -0/+48 |
| 2024-06-12 | No uninitalized report in a pre-returned match arm | Lin Yihai | -0/+37 |
| 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 |