| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -18/+22 |
| 2024-12-31 | Fix span for IndexMut method call on HashMap/BTreeMap | Michael Goulet | -1/+4 |
| 2024-12-31 | Use if-let in structured suggestion instead of Option::map | Michael Goulet | -2/+2 |
| 2024-12-31 | Explain how to mutate a HashMap/BTreeMap with more nuance | Michael Goulet | -1/+1 |
| 2024-12-29 | Auto merge of #134627 - estebank:issue-133252, r=jackh726 | bors | -0/+81 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+2 |
| 2024-12-21 | Avoid ICE in borrowck | Esteban Küber | -0/+81 |
| 2024-12-18 | fix crashes | lcnr | -0/+36 |
| 2024-12-17 | Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errors | Jacob Pratt | -0/+5 |
| 2024-12-16 | rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicable | Martin Nordholts | -0/+5 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -19/+7 |
| 2024-12-14 | Rollup merge of #134244 - Enselic:no-mut-hint-for-raw-ref, r=jieyouxu | Matthias Krüger | -0/+17 |
| 2024-12-13 | rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const` | Martin Nordholts | -5/+0 |
| 2024-12-13 | Add regression test for issue 127562 | Martin Nordholts | -0/+22 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -2/+0 |
| 2024-12-08 | Rollup merge of #134024 - jieyouxu:ui-cleanup-2, r=Nadrieril | Matthias Krüger | -0/+59 |
| 2024-12-08 | Move `assign-imm-local-twice.rs` to `tests/ui/borrowck/` | 许杰友 Jieyou Xu (Joe) | -0/+59 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -2/+2 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -3/+3 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -19/+7 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -12/+2 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -2/+2 |
| 2024-09-22 | No longer mark RTN as incomplete | Michael Goulet | -12/+0 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -100/+21 |
| 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 |