| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-12 | Make sure to ignore elided lifetimes when pointing at args for fulfillment er... | Michael Goulet | -2/+2 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -3/+3 |
| 2024-10-15 | Bless tests | Michael Goulet | -13/+22 |
| 2024-10-15 | update test description | lcnr | -3/+3 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -23/+13 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -16/+26 |
| 2024-09-05 | update test description | lcnr | -3/+3 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -23/+13 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -0/+10 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -2/+2 |
| 2024-07-17 | Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=jieyouxu | Matthias Krüger | -20/+0 |
| 2024-07-17 | Remove invalid further restricting for type bound | yukang | -20/+0 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -1/+1 |
| 2024-07-12 | rustc_type_ir: derivative -> derive-where | Pavel Grigorenko | -2/+2 |
| 2024-07-10 | instantiate higher ranked goals in candidate selection | lcnr | -208/+94 |
| 2024-07-03 | Auto merge of #123737 - compiler-errors:alias-wf, r=lcnr | bors | -0/+20 |
| 2024-06-28 | Move binder and polarity parsing into parse_generic_ty_bound | Michael Goulet | -0/+30 |
| 2024-06-20 | Add opaque type test | Oli Scherer | -5/+81 |
| 2024-06-19 | rustc_type_ir: Omit some struct fields from Debug output | León Orell Valerian Liehr | -2/+2 |
| 2024-06-12 | Also passthrough for projection clauses | Michael Goulet | -2/+2 |