| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -1481/+62 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -1481/+62 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -456/+1361 |
| 2025-07-01 | Update version placeholders | Josh Stone | -1/+1 |
| 2025-07-01 | Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2025-07-01 | Rollup merge of #143212 - Kivooeo:tf20, r=tgross35 | Guillaume Gomez | -223/+253 |
| 2025-07-01 | Rollup merge of #143210 - Kivooeo:tf19, r=tgross35 | Guillaume Gomez | -222/+265 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -628/+827 |
| 2025-07-01 | Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta... | Jonathan Brouwer | -20/+36 |
| 2025-07-01 | Fix duplicate help on export_name and others | Jonathan Brouwer | -21/+5 |
| 2025-07-01 | Fix `#[rustc_macro_transparency]` giving two errors | Jonathan Brouwer | -75/+68 |
| 2025-07-01 | Fix `#[must_use = 1]` not giving an error | Jonathan Brouwer | -43/+71 |
| 2025-07-01 | Fix double error for `export_name` | Jonathan Brouwer | -88/+74 |
| 2025-07-01 | New test for malformed attributes | Jonathan Brouwer | -0/+825 |
| 2025-07-01 | Remove `ItemKind::descr` method | Guillaume Gomez | -1/+1 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -102/+132 |
| 2025-07-01 | Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk | bors | -13/+38 |
| 2025-07-01 | Rollup merge of #143264 - Muscraft:fix-suggestion-filename, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2025-07-01 | Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche... | Matthias Krüger | -604/+666 |
| 2025-07-01 | Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obk | Matthias Krüger | -62/+88 |
| 2025-07-01 | Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju... | Matthias Krüger | -17/+65 |
| 2025-06-30 | fix: Emit suggestion filename if primary diagnostic span is dummy | Scott Schafer | -0/+1 |
| 2025-06-30 | mbe: Extend metavariable expression tests | Trevor Gross | -62/+247 |
| 2025-06-30 | mbe: Split metavariable usage tests off from syntax tests | Trevor Gross | -378/+253 |
| 2025-06-30 | Rollup merge of #143223 - nnethercote:improve-macro-stats-printing, r=petroch... | Matthias Krüger | -3/+9 |
| 2025-06-30 | Remove unused `descr` methods | Guillaume Gomez | -1/+1 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -61/+87 |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -297/+505 |
| 2025-06-30 | Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJung | dianqk | -3/+6 |
| 2025-06-30 | Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk | dianqk | -9/+43 |
| 2025-06-30 | Rollup merge of #143195 - Kivooeo:tf17, r=tgross35 | dianqk | -87/+111 |
| 2025-06-30 | Rollup merge of #143168 - Kivooeo:tf16, r=tgross35 | dianqk | -48/+76 |
| 2025-06-30 | Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obk | dianqk | -13/+56 |
| 2025-06-30 | Rollup merge of #143118 - Kivooeo:tf15, r=tgross35 | dianqk | -40/+56 |
| 2025-06-30 | Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu | dianqk | -97/+157 |
| 2025-06-30 | Stop requiring HIR for trait item wf checks | Oli Scherer | -1/+1 |
| 2025-06-30 | Avoid looking at HIR for trait and impl items | Oli Scherer | -56/+60 |
| 2025-06-30 | Merge `lower_item` into `check_item_type` | Oli Scherer | -28/+24 |
| 2025-06-30 | Move lazy type alias checks to non-hir-wfck | Oli Scherer | -72/+38 |
| 2025-06-30 | Use predicate spans instead of whole item spans | Oli Scherer | -109/+98 |
| 2025-06-30 | Check variances in the non-hir wfchecker | Oli Scherer | -58/+92 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -35/+35 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -379/+589 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -1/+1 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -37/+23 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -17/+45 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -97/+152 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -33/+57 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -27/+43 |