| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | fix: Emit suggestion filename if primary diagnostic span is dummy | Scott Schafer | -1/+4 |
| 2025-06-30 | Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu... | bors | -171/+131 |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -1066/+1361 |
| 2025-06-30 | Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c... | Guillaume Gomez | -171/+131 |
| 2025-06-30 | Merge pull request #725 from FractalFir/intrinsic_fix | antoyo | -64/+72 |
| 2025-06-30 | Merge pull request #726 from rust-lang/fix/const_undef | antoyo | -50/+9 |
| 2025-06-30 | Fix const_undef | Antoni Boucher | -50/+9 |
| 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 | Merge pull request #723 from rust-lang/sync_from_rust_2025_06_28 | antoyo | -450/+222 |
| 2025-06-29 | Show auto trait and blanket impls for `!` | zachs18 | -0/+5 |
| 2025-06-29 | Fix handling of __builtin_ia32_rdtscp | Antoni Boucher | -3/+2 |
| 2025-06-30 | Regenerated intrinsics | FractalFir | -58/+66 |
| 2025-06-30 | Changed intrinsic generation to include full intrinsic names in panic messages | FractalFir | -6/+6 |
| 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 | Add support for a few missing LLVM intrinsics | Antoni Boucher | -0/+38 |
| 2025-06-29 | Auto merge of #143137 - RalfJung:miri-sync, r=RalfJung | bors | -333/+1916 |
| 2025-06-29 | Fix exactudiv and exactsdiv for gcc without 128-bit integers | Antoni Boucher | -3/+3 |
| 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 |