| Age | Commit message (Expand) | Author | Lines |
| 2025-08-31 | Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum | bors | -0/+11 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -0/+11 |
| 2025-08-31 | Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnr | Matthias Krüger | -7/+15 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -10/+10 |
| 2025-08-31 | Auto merge of #145582 - estebank:issue-107806, r=chenyukang | bors | -0/+63 |
| 2025-08-30 | Auto merge of #146026 - Zalathar:rollup-urbmv0t, r=Zalathar | bors | -2/+0 |
| 2025-08-30 | Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboet | Stuart Cook | -2/+0 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -4/+14 |
| 2025-08-29 | Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiser | Trevor Gross | -4/+14 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -1/+0 |
| 2025-08-29 | Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu | Matthias Krüger | -37/+41 |
| 2025-08-29 | Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxu | Matthias Krüger | -80/+66 |
| 2025-08-29 | Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalathar | bors | -0/+25 |
| 2025-08-29 | Rollup merge of #145977 - CaiWeiran:basic-stepping-test, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-29 | tests: Ignore basic-stepping.rs on riscv64 | Caiweiran | -0/+1 |
| 2025-08-29 | Rollup merge of #145884 - clubby789:test-mcount, r=Mark-Simulacrum | Stuart Cook | -0/+24 |
| 2025-08-29 | Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr | bors | -1/+1 |
| 2025-08-29 | compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targets | no92 | -4/+14 |
| 2025-08-28 | Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomez | bors | -41/+186 |
| 2025-08-28 | Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmann | Guillaume Gomez | -36/+12 |
| 2025-08-28 | Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqk | Guillaume Gomez | -0/+22 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -5/+152 |
| 2025-08-28 | compiler: Include span of too huge enum with -Cdebuginfo=2 | Martin Nordholts | -4/+14 |
| 2025-08-28 | Update uitest stderr | Jonathan Brouwer | -50/+4 |
| 2025-08-28 | Add another case to the bad-lit-suffixes test | Jonathan Brouwer | -1/+23 |
| 2025-08-28 | Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e... | bors | -0/+161 |
| 2025-08-28 | Add ui test for unsupported `doc(attribute = "...")` case for attributes with... | Guillaume Gomez | -0/+17 |
| 2025-08-28 | Add tests for `doc(attribute = "...")` attribute | Guillaume Gomez | -5/+135 |
| 2025-08-28 | Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnr | Stuart Cook | -0/+50 |
| 2025-08-28 | Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplett | Stuart Cook | -3/+3 |
| 2025-08-28 | Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxu | Stuart Cook | -19/+63 |
| 2025-08-28 | Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann | Stuart Cook | -365/+942 |
| 2025-08-28 | Auto merge of #145949 - jhpratt:rollup-smzd7tr, r=jhpratt | bors | -0/+143 |
| 2025-08-27 | Rollup merge of #145382 - winstonallo:reg-struct-return-asm-test, r=tgross35 | Jacob Pratt | -0/+143 |
| 2025-08-28 | Auto merge of #145877 - nikic:capture-address, r=tmiasko | bors | -17/+32 |
| 2025-08-27 | fix target-pointer-width in tests | Waffle Lapkin | -2/+2 |
| 2025-08-27 | turn pointer width into an integer in target.json | Waffle Lapkin | -8/+8 |
| 2025-08-27 | Add test batch 2 | Oneirical | -37/+41 |
| 2025-08-27 | Disable `int_to_ptr_transmutes` suggestion for unsized types | Urgau | -0/+50 |
| 2025-08-27 | Changes to the uitests | Jonathan Brouwer | -365/+942 |
| 2025-08-27 | Add assembly tests verifying the functionality of `-Zreg-struct-return` for s... | winstonallo | -0/+143 |
| 2025-08-27 | Fix format string grammar in docs and improve alignment error message | Nilotpal Gupta | -7/+15 |
| 2025-08-27 | Rename `Location::file_with_nul` to `file_as_c_str` | Alice Ryhl | -3/+3 |
| 2025-08-27 | Auto merge of #145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgr | bors | -4/+21 |
| 2025-08-27 | Rollup merge of #145905 - TaKO8Ki:fix-137580, r=nnethercote | Matthias Krüger | -4/+21 |
| 2025-08-27 | Auto merge of #140737 - amandasystems:revised-constraint-search, r=lcnr | bors | -28/+25 |
| 2025-08-27 | Rollup merge of #142215 - saethlin:mir-building-tests, r=cjgillot | Matthias Krüger | -47/+69 |
| 2025-08-27 | remove old crash test | Takayuki Maeda | -6/+3 |
| 2025-08-27 | Add test batch 1 | Oneirical | -80/+66 |
| 2025-08-26 | Use -Zmir-opt-level=0 in tests for MIR building | Ben Kimock | -47/+69 |