| Age | Commit message (Expand) | Author | Lines |
| 2025-07-04 | Rollup merge of #143300 - Kivooeo:tf25, r=tgross35 | Jubilee | -0/+13 |
| 2025-07-04 | Rollup merge of #143297 - Kivooeo:tf22, r=tgross35 | Jubilee | -0/+45 |
| 2025-07-04 | Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 | Jubilee | -0/+103 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -5/+7 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -2/+3 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -7/+8 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -2/+4 |
| 2025-07-05 | moved & deleted tests | Kivooeo | -0/+43 |
| 2025-07-05 | moved tests | Kivooeo | -0/+102 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -21/+22 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -1/+1 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -38/+0 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -0/+23 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -38/+0 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -0/+19 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2025-07-02 | Consider polarity in sizedness fast path | Michael Goulet | -0/+23 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -42/+0 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -42/+0 |
| 2025-07-01 | moved tests | Kivooeo | -0/+45 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -0/+162 |
| 2025-07-01 | Rollup merge of #143210 - Kivooeo:tf19, r=tgross35 | Guillaume Gomez | -0/+162 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -85/+181 |
| 2025-07-01 | moved tests | Kivooeo | -0/+12 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -2/+2 |
| 2025-07-01 | Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-07-01 | moved tests | Kivooeo | -0/+47 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -2/+2 |
| 2025-06-30 | Assemble const bounds via normal item bounds in old solver too | Michael Goulet | -0/+19 |
| 2025-06-30 | Rollup merge of #143168 - Kivooeo:tf16, r=tgross35 | dianqk | -0/+49 |
| 2025-06-30 | Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obk | dianqk | -0/+56 |
| 2025-06-30 | Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu | dianqk | -0/+229 |
| 2025-06-30 | Merge `lower_item` into `check_item_type` | Oli Scherer | -1/+1 |
| 2025-06-30 | Move lazy type alias checks to non-hir-wfck | Oli Scherer | -2/+2 |
| 2025-06-30 | Use predicate spans instead of whole item spans | Oli Scherer | -19/+14 |
| 2025-06-30 | Check variances in the non-hir wfchecker | Oli Scherer | -11/+11 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -11/+11 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -50/+151 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -3/+12 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -60/+79 |
| 2025-06-29 | moved & deleted some tests | Kivooeo | -0/+143 |
| 2025-06-29 | cleaned up some tests | Kivooeo | -0/+229 |
| 2025-06-29 | Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxu | Guillaume Gomez | -0/+151 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -215/+215 |
| 2025-06-28 | Do not freshen ReError | Michael Goulet | -0/+56 |
| 2025-06-28 | moved tests | Kivooeo | -0/+40 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -0/+151 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -1211/+1266 |
| 2025-06-27 | Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr | Guillaume Gomez | -89/+109 |
| 2025-06-27 | tests: add #![rustc_no_implicit_bounds] | David Wood | -89/+109 |