| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -5/+0 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2/+3 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -36/+18 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -36/+18 |
| 2025-02-24 | tests: use minicore more | David Wood | -24/+4 |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -24/+16 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -24/+16 |
| 2025-02-20 | Use a probe to avoid registering stray region obligations when re-checking dr... | Michael Goulet | -0/+27 |
| 2025-02-15 | Rework name_regions to not rely on reverse scc graph for non-member-constrain... | Michael Goulet | -0/+27 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -4/+4 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -12/+8 |
| 2025-02-11 | Deeply normalize in impl header | Michael Goulet | -0/+28 |
| 2025-02-11 | Deeply normalize args for implied bounds | Michael Goulet | -0/+22 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -48/+72 |
| 2025-02-04 | bless test expectations | Rémy Rakic | -1/+1 |
| 2025-02-01 | diagnostics: fix borrowck suggestions for if/while let conditionals | Michael Howell | -0/+135 |
| 2025-01-29 | Rollup merge of #136212 - estebank:span-tweak, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -4/+4 |
| 2025-01-28 | Tweak `&mut self` suggestion span | Esteban Küber | -4/+4 |
| 2025-01-28 | "normalize" signature before checking mentions self | Boxy | -4/+4 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -19/+7 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-01-18 | add tests for issue 135671 | Rémy Rakic | -0/+30 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -7/+19 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -1/+1 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 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 |