| Age | Commit message (Expand) | Author | Lines |
| 2024-08-22 | Do not rely on names to find lifetimes. | Camille GILLOT | -5/+4 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -0/+5 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -20/+10 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -0/+5 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -53/+39 |
| 2024-07-25 | Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukang | Matthias Krüger | -0/+55 |
| 2024-07-24 | Don't ICE if HIR and middle types disagree in borrowck error reporting | Michael Goulet | -0/+55 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -12/+6 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -2/+2 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -6/+12 |
| 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 |