| Age | Commit message (Expand) | Author | Lines |
| 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 | add failing test, bless incorrect output | Jeremy Smart | -0/+87 |
| 2025-07-01 | moved tests | Kivooeo | -0/+0 |
| 2025-06-30 | NoArgsAttributeParser | Pavel Grigorenko | -8/+8 |
| 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 | Assemble const bounds via normal item bounds in old solver too | Michael Goulet | -0/+19 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -1190/+1037 |
| 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 | fix bitcast of single-element SIMD vectors | Folkert de Vries | -10/+45 |
| 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 |
| 2025-06-30 | Improve macro-stats printing. | Nicholas Nethercote | -2/+1 |
| 2025-06-30 | Augment the macro-stats test. | Nicholas Nethercote | -3/+10 |
| 2025-06-30 | moved tests | Kivooeo | -0/+0 |
| 2025-06-29 | moved & deleted some tests | Kivooeo | -12/+0 |
| 2025-06-29 | inherit `#[align]` from trait method prototypes | Folkert de Vries | -17/+65 |
| 2025-06-29 | Re-disable `tests/run-make/short-ice` on Windows MSVC again | Jieyou Xu | -3/+6 |
| 2025-06-29 | Port #[link_section] to the new attribute parsing infrastructure | Anne Stijns | -9/+43 |
| 2025-06-29 | moved tests | Kivooeo | -0/+0 |
| 2025-06-29 | cleaned up some tests | Kivooeo | -97/+157 |
| 2025-06-29 | Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii | Guillaume Gomez | -1/+172 |
| 2025-06-29 | Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxu | Guillaume Gomez | -145/+162 |
| 2025-06-29 | Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu | Guillaume Gomez | -74/+83 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -25/+138 |
| 2025-06-29 | Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errors | Matthias Krüger | -267/+267 |
| 2025-06-29 | Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmann | Matthias Krüger | -46/+29 |