| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm | bors | -0/+51 |
| 2025-07-04 | Rollup merge of #142440 - Kivooeo:tf14, r=tgross35 | Jubilee | -0/+51 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -1/+1 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -8/+7 |
| 2025-07-01 | Give some UI tests more apropriate names | Trevor Gross | -0/+52 |
| 2025-06-30 | Avoid looking at HIR for trait and impl items | Oli Scherer | -2/+2 |
| 2025-06-06 | Apply `mismatched-lifetime-syntaxes` to trait and extern functions | Jake Goulding | -1/+1 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -1/+1 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -1/+1 |
| 2025-06-03 | cleaned up some tests | Kivooeo | -0/+50 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -22/+4 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -19/+2 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -2/+2 |
| 2025-04-29 | Adjust tests | Michael Goulet | -5/+22 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -1/+2 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+2 |
| 2025-04-09 | Report higher-ranked trait error when higher-ranked projection goal fails in ... | Michael Goulet | -27/+8 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -2/+2 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 |
| 2025-04-08 | Improve presentation of closure signature mismatch from Fn trait goal | Michael Goulet | -2/+2 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -16/+2 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -5/+6 |
| 2025-03-06 | `TypeVerifier` do not walk into required consts | lcnr | -1/+1 |
| 2025-03-04 | tests: remove explicit long type filename hash normalization from some ui tests | 许杰友 Jieyou Xu (Joe) | -21/+15 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -3/+2 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -2/+3 |
| 2025-02-02 | Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-02-02 | Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqd | Matthias Krüger | -1/+1 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -2/+2 |
| 2025-01-31 | Rework "long type names" printing logic | Esteban Küber | -1/+1 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -2/+2 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-01-30 | Add closure labels | Esteban Küber | -1/+1 |
| 2025-01-30 | When encountering unexpected closure return type, point at return type/expres... | Esteban Küber | -24/+19 |
| 2025-01-29 | Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 | bors | -20/+20 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -71/+0 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -2/+2 |
| 2025-01-24 | Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack... | Michael Goulet | -20/+20 |
| 2025-01-23 | Remove query normalize from normalize type op | Michael Goulet | -20/+20 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -10/+12 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -3/+3 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -12/+3 |
| 2024-12-10 | Adjust `anonymous-higher-ranked-lifetime.rs` | Jieyou Xu | -0/+270 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -1/+1 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -4/+4 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -4/+4 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -13/+4 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -13/+1 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -7/+0 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+0 |