| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -1066/+1361 |
| 2025-06-30 | Auto merge of #142839 - oli-obk:denullarification, r=RalfJung,celinval | bors | -208/+164 |
| 2025-06-30 | Rollup merge of #143219 - zachs18:patch-5, r=tgross35 | dianqk | -0/+5 |
| 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 | -26/+101 |
| 2025-06-30 | Rollup merge of #143195 - Kivooeo:tf17, r=tgross35 | dianqk | -87/+111 |
| 2025-06-30 | Rollup merge of #143190 - dianqk:new-method, r=oli-obk | dianqk | -537/+473 |
| 2025-06-30 | Rollup merge of #143187 - yotamofek:mailmap, r=jieyouxu | dianqk | -0/+1 |
| 2025-06-30 | Rollup merge of #143176 - kilavvy:master, r=jieyouxu | dianqk | -4/+4 |
| 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 | -38/+64 |
| 2025-06-30 | Rollup merge of #143118 - Kivooeo:tf15, r=tgross35 | dianqk | -40/+56 |
| 2025-06-30 | Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35 | dianqk | -21/+91 |
| 2025-06-30 | Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnr | dianqk | -120/+107 |
| 2025-06-30 | Rollup merge of #142514 - LorrensP-2158466:miri-float-nondet-pow, r=RalfJung | dianqk | -44/+109 |
| 2025-06-30 | Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu | dianqk | -98/+157 |
| 2025-06-30 | Try increasing the repetition limit | Oli Scherer | -1/+1 |
| 2025-06-30 | Require either wrapping nullary intrinsincs in const blocks or explicitly dec... | Oli Scherer | -1/+22 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -124/+78 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -86/+67 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -17/+45 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -33/+57 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -27/+43 |
| 2025-06-30 | Auto merge of #142941 - compiler-errors:shallow-bail, r=lcnr | bors | -19/+70 |
| 2025-06-29 | Show auto trait and blanket impls for `!` | zachs18 | -0/+5 |
| 2025-06-29 | add float_nan test for powf | Ralf Jung | -28/+54 |
| 2025-06-29 | make some powf and powi cases involving SNaN non-deterministic | LorrensP-2158466 | -38/+77 |
| 2025-06-29 | Auto merge of #142802 - compiler-errors:dedup-analyses, r=lcnr | bors | -3/+11 |
| 2025-06-29 | Auto merge of #143137 - RalfJung:miri-sync, r=RalfJung | bors | -333/+1916 |
| 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 | -26/+101 |
| 2025-06-29 | moved tests | Kivooeo | -0/+0 |
| 2025-06-29 | Auto merge of #143183 - GuillaumeGomez:rollup-g60lr91, r=GuillaumeGomez | bors | -252/+640 |
| 2025-06-29 | mir: Use the `new` method for `BasicBlockData` | dianqk | -209/+180 |
| 2025-06-29 | mir: Add a `new` method to `statement` | dianqk | -330/+295 |
| 2025-06-29 | Add my work email to mailmap | Yotam Ofek | -0/+1 |
| 2025-06-29 | cleaned up some tests | Kivooeo | -98/+157 |
| 2025-06-29 | Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii | Guillaume Gomez | -5/+178 |
| 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 | -28/+217 |
| 2025-06-29 | Update README.md | kilavvy | -4/+4 |
| 2025-06-29 | Auto merge of #143173 - matthiaskrgr:rollup-ieu5k05, r=matthiaskrgr | bors | -400/+580 |
| 2025-06-29 | disable ptrace codepath since it doesn't build on many targets | Ralf Jung | -59/+29 |
| 2025-06-29 | fix miri build in bootstrap | Ralf Jung | -0/+1 |
| 2025-06-29 | Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errors | Matthias Krüger | -268/+268 |
| 2025-06-29 | Rollup merge of #143169 - yotamofek:pr/unneeded-features, r=compiler-errors | Matthias Krüger | -7/+0 |
| 2025-06-29 | Rollup merge of #143155 - yotamofek:pr/rustdoc/housekeeping, r=GuillaumeGomez | Matthias Krüger | -12/+8 |
| 2025-06-29 | Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmann | Matthias Krüger | -70/+96 |
| 2025-06-29 | Rollup merge of #143135 - tshepang:typos, r=compiler-errors | Matthias Krüger | -2/+2 |