| Age | Commit message (Expand) | Author | Lines |
| 2025-06-24 | Fix function signature for rust_eh_personality | bjorn3 | -7/+59 |
| 2025-06-24 | Fix normalization in linker-warning | bjorn3 | -15/+2 |
| 2025-06-24 | Auto merge of #142929 - workingjubilee:rollup-4p3ypz1, r=workingjubilee | bors | -2860/+1665 |
| 2025-06-23 | Rollup merge of #142923 - folkertdev:min-function-alignment-no-attributes, r=... | Jubilee | -10/+10 |
| 2025-06-23 | Rollup merge of #142922 - JonathanBrouwer:fix-rustdoc-comment, r=jdonszelmann | Jubilee | -1/+2 |
| 2025-06-23 | Rollup merge of #142908 - psumbera:solaris-tr, r=jieyouxu | Jubilee | -4/+4 |
| 2025-06-23 | Rollup merge of #142873 - Urgau:issue-139830, r=BoxyUwU | Jubilee | -3/+35 |
| 2025-06-23 | Rollup merge of #142827 - GuillaumeGomez:tidy-error-code-removal, r=Kobzol | Jubilee | -69/+103 |
| 2025-06-23 | Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote | Jubilee | -4/+50 |
| 2025-06-23 | Rollup merge of #142134 - workingjubilee:reject-unsupported-abi, r=jdonszelma... | Jubilee | -2749/+1288 |
| 2025-06-23 | Rollup merge of #141324 - Ayush1325:uefi-rand-fallback, r=joboet | Jubilee | -19/+150 |
| 2025-06-23 | Rollup merge of #140985 - zachs18:fuse-default-some, r=tgross35 | Jubilee | -1/+23 |
| 2025-06-23 | fix `-Zmin-function-alignment` without attributes | Folkert de Vries | -10/+10 |
| 2025-06-23 | Fix comment on NoMangle | Jonathan Brouwer | -1/+2 |
| 2025-06-23 | tests: Bless cannot-be-called and dedup with unsupported ABI test | Jubilee Young | -1147/+414 |
| 2025-06-23 | tests: Verify varargs with unsupported fn ptr ABIs must error | Jubilee Young | -0/+27 |
| 2025-06-23 | tests: Adopt ABI transmute tests from crashtests | Jubilee Young | -7/+31 |
| 2025-06-23 | tests: Update and bless cmse-nonsecure ABI tests | Jubilee Young | -32/+29 |
| 2025-06-23 | tests: Update raw-dylib unsupported ABI test | Jubilee Young | -2/+2 |
| 2025-06-23 | tests: Enhance unsupported ABI tests | Jubilee Young | -1856/+1096 |
| 2025-06-23 | tests: Bless abi_gpu_kernel feature gate test | Jubilee Young | -66/+57 |
| 2025-06-23 | unsupported_calling_conventions: print which ABI this is about | Ralf Jung | -1/+3 |
| 2025-06-23 | Clarify note in rustc_ast_lowering still applies | Jubilee Young | -2/+3 |
| 2025-06-23 | compiler: Remove unsupported_fn_ptr_calling_conventions lint | Jubilee Young | -31/+7 |
| 2025-06-23 | hir_analysis: Avoid repeating unsupported ABI errors | Jubilee Young | -8/+2 |
| 2025-06-23 | compiler: plug unsupported ABI leakage from the AST | Jubilee Young | -4/+24 |
| 2025-06-23 | Auto merge of #142907 - lnicola:sync-from-ra, r=lnicola | bors | -1241/+2756 |
| 2025-06-23 | Auto merge of #142906 - jdonszelmann:rollup-togt1dl, r=jdonszelmann | bors | -1010/+633 |
| 2025-06-23 | Fix install-template.sh for Solaris tr | Petr Sumbera | -4/+4 |
| 2025-06-23 | Move error code explanation removal check into tidy | Guillaume Gomez | -25/+32 |
| 2025-06-23 | Create new `CiInfo` type in tidy checks to centralize CI related checks | Guillaume Gomez | -44/+71 |
| 2025-06-23 | Rollup merge of #142904 - tshepang:patch-1, r=jieyouxu | Jana Dönszelmann | -1/+1 |
| 2025-06-23 | Rollup merge of #142892 - jdonszelmann:fix-142891, r=oli-obk | Jana Dönszelmann | -1/+28 |
| 2025-06-23 | Rollup merge of #142822 - oli-obk:const-partial-eq, r=fee1-dead | Jana Dönszelmann | -606/+117 |
| 2025-06-23 | Rollup merge of #142636 - lolbinarycat:bootstrap-example-unsection, r=Kobzol | Jana Dönszelmann | -202/+222 |
| 2025-06-23 | Rollup merge of #142493 - jdonszelmann:naked, r=oli-obk | Jana Dönszelmann | -200/+265 |
| 2025-06-23 | move naked checks out of check_attr.rs | Jana Dönszelmann | -194/+211 |
| 2025-06-23 | make warnings methods on cx so it's easier to emit them elsewhere too | Jana Dönszelmann | -8/+28 |
| 2025-06-23 | rewrite #[naked] parser | Jana Dönszelmann | -16/+44 |
| 2025-06-23 | fix 142891 | Jana Dönszelmann | -1/+25 |
| 2025-06-23 | test for lint on root node crash | Jana Dönszelmann | -0/+3 |
| 2025-06-23 | Auto merge of #142792 - cuviper:version-1.90, r=cuviper | bors | -1/+1 |
| 2025-06-23 | notify me when rdg is touched | Tshepang Mbambo | -1/+1 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -606/+117 |
| 2025-06-23 | Add codegen timing section | Jakub Beránek | -4/+50 |
| 2025-06-23 | Auto merge of #142901 - matthiaskrgr:rollup-topt4p6, r=matthiaskrgr | bors | -97/+1854 |
| 2025-06-23 | Rollup merge of #142875 - GuillaumeGomez:rustdoc-json-types-version-update, r... | Matthias Krüger | -0/+25 |
| 2025-06-23 | Rollup merge of #142854 - folkertdev:centralize-min-function-alignment, r=wor... | Matthias Krüger | -17/+10 |
| 2025-06-23 | Rollup merge of #142828 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum | Matthias Krüger | -0/+100 |
| 2025-06-23 | Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmann | Matthias Krüger | -80/+120 |