| Age | Commit message (Expand) | Author | Lines |
| 2025-06-06 | Rollup merge of #141982 - Kivooeo:tf5, r=jieyouxu | Matthias Krüger | -0/+161 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -2/+2 |
| 2025-06-05 | cleaned up some tests | Kivooeo | -0/+161 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -2/+2 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -3/+3 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -11/+11 |
| 2025-05-22 | Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errors | Matthias Krüger | -0/+169 |
| 2025-05-07 | Better error message for late/early lifetime param mismatch | Michael Goulet | -22/+74 |
| 2025-05-07 | Point out region bound mismatches in check_region_bounds_on_impl_item | Michael Goulet | -2/+9 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -27/+35 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -2/+2 |
| 2025-04-22 | Auto merge of #139960 - amandasystems:placeholder-ui-tests, r=lcnr | bors | -0/+54 |
| 2025-04-22 | Add tests for two untested cases of placeholder relations | Amanda Stjerna | -0/+54 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -0/+57 |
| 2025-04-21 | Rollup merge of #140029 - reddevilmidzy:move-test, r=jieyouxu | Chris Denton | -0/+18 |
| 2025-04-21 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -0/+18 |
| 2025-04-19 | tests: adjust some `augmented-assignment*` tests | Jieyou Xu | -0/+57 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -1/+1 |
| 2025-04-14 | Handle regions equivalent to 'static in non_local_bounds | Matthew Jasper | -0/+169 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -6/+6 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -12/+12 |
| 2025-04-03 | Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obk | Matthias Krüger | -4/+0 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -7/+6 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -5/+0 |
| 2025-03-13 | Dedup `&mut *` reborrow suggestion in loops | Lieselotte | -4/+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 |