| Age | Commit message (Expand) | Author | Lines |
| 2025-07-13 | moved tests | Kivooeo | -0/+460 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -13/+15 |
| 2025-07-01 | moved tests | Kivooeo | -0/+37 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -6/+11 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -6/+11 |
| 2025-06-24 | Suggest cloning `Arc` moved into closure | Esteban Küber | -1/+7 |
| 2025-06-18 | Bless/update tests. | Mara Bos | -2/+24 |
| 2025-06-18 | Remove 'this error originates in format_args_nl' from test output. | Mara Bos | -22/+0 |
| 2025-06-18 | Remove outdated test. | Mara Bos | -47/+0 |
| 2025-06-16 | Handle same-crate macro for borrowck semicolon suggestion | Urgau | -116/+64 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -0/+151 |
| 2025-06-15 | Suggest adding semicolon in user code rather than macro impl details | Urgau | -0/+151 |
| 2025-06-13 | Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviper | Jubilee | -2/+2 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -3/+3 |
| 2025-06-06 | bless test stderr | Jeremy Smart | -2/+2 |
| 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 |