| Age | Commit message (Expand) | Author | Lines |
| 2025-06-24 | Update wasm-component-ld to 0.5.14 | Alex Crichton | -31/+23 |
| 2025-06-24 | Taint body on invalid call ABI | Michael Goulet | -1/+33 |
| 2025-06-24 | Add rust-invalid ABI | Michael Goulet | -2/+37 |
| 2025-06-24 | Merge pull request #718 from FractalFir/needless_align | antoyo | -13/+34 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -406/+881 |
| 2025-06-24 | Enable short-ice for Windows | Daniel Paoliello | -4/+11 |
| 2025-06-24 | fix clippy | Jana Dönszelmann | -2/+3 |
| 2025-06-24 | fix 142783 | Jana Dönszelmann | -5/+7 |
| 2025-06-24 | fix clippy | Jana Dönszelmann | -2/+3 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -53/+82 |
| 2025-06-24 | Skip needless calls to get_align in some cases. | michal kostrubiec | -13/+34 |
| 2025-06-24 | Fix circular dependency test to use rustc_std_internal_symbol | bjorn3 | -2/+3 |
| 2025-06-24 | Fix LTO for internalizing rustc_std_internal_symbol symbols | bjorn3 | -0/+15 |
| 2025-06-24 | Make comment on activate_injected_dep a doc comment | bjorn3 | -9/+9 |
| 2025-06-24 | Avoid exporting panic_unwind as stdlib cargo feature | bjorn3 | -3/+3 |
| 2025-06-24 | Stop handling explicit dependencies on the panic runtime | bjorn3 | -14/+7 |
| 2025-06-24 | Remove dependency injection for the panic runtime | bjorn3 | -97/+3 |
| 2025-06-24 | Add all rustc_std_internal_symbol to symbols.o | bjorn3 | -21/+22 |
| 2025-06-24 | Corrected spelling mistake in c_str.rs | MetaNova | -1/+1 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -123/+247 |
| 2025-06-24 | rustdoc: Don't mark `#[target_feature]` functions as ⚠ | Alona Enraght-Moony | -1/+40 |
| 2025-06-24 | Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrect | Jake Goulding | -3/+3 |
| 2025-06-24 | Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3 | bors | -125/+98 |
| 2025-06-24 | Rollup merge of #142972 - tgross35:dwood-mailmap, r=davidtwco | Matthias Krüger | -1/+3 |
| 2025-06-24 | Rollup merge of #142965 - raoulstrackx:raoul/rte-497-fix_c-link-to-rust-va-li... | Matthias Krüger | -0/+1 |
| 2025-06-24 | Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errors | Matthias Krüger | -44/+29 |
| 2025-06-24 | Rollup merge of #142883 - mominul:impl_in_bindings, r=lcnr | Matthias Krüger | -0/+36 |
| 2025-06-24 | Rollup merge of #142882 - kornelski:var-debug-info-lazy, r=petrochenkov | Matthias Krüger | -45/+63 |
| 2025-06-24 | Rollup merge of #142805 - estebank:underscore-import, r=compiler-errors | Matthias Krüger | -40/+188 |
| 2025-06-24 | Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3 | Matthias Krüger | -97/+93 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -164/+216 |
| 2025-06-24 | Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease | Matthias Krüger | -15/+252 |
| 2025-06-24 | Suggest cloning `Arc` moved into closure | Esteban Küber | -33/+85 |
| 2025-06-24 | Use `asm_cfg` in `probestack` | Folkert de Vries | -23/+13 |
| 2025-06-24 | Merge pull request #20087 from Veykril/push-rrtkwpzmmwwz | Lukas Wirth | -15/+40 |
| 2025-06-25 | suggest declaring modules when file found but module not defined | bendn | -1/+55 |
| 2025-06-24 | Short circuit a couple hir-ty/lower queries | Lukas Wirth | -15/+40 |
| 2025-06-24 | Check CoerceUnsized impl validity before coercing | Michael Goulet | -59/+46 |
| 2025-06-24 | Add a missing mailmap entry | Trevor Gross | -1/+3 |
| 2025-06-24 | Emit a single error when importing a path with `_` | Esteban Küber | -81/+138 |
| 2025-06-24 | Changelog for Clippy 1.88 🏄 (#15095) | Philipp Krones | -1/+72 |
| 2025-06-24 | Fix capacity overflow in `single_match` with deref patterns | Michael Howell | -8/+47 |
| 2025-06-24 | Auto merge of #142962 - GuillaumeGomez:rollup-do1coji, r=GuillaumeGomez | bors | -603/+700 |
| 2025-06-24 | Don't include current rustc version string in feature removed help | Jieyou Xu | -44/+29 |
| 2025-06-24 | Ignore c-link-to-rust-va-list-fn test on SGX platform | Raoul Strackx | -0/+1 |
| 2025-06-24 | ci: Fix cancel parallel jobs on windows | Shoyu Vanilla | -0/+4 |
| 2025-06-24 | Add impl_trait_in_bindings tests | Muhammad Mominul Huque | -0/+36 |
| 2025-06-24 | Rollup merge of #142944 - nnethercote:stats-tweaks, r=lqd | Guillaume Gomez | -129/+167 |
| 2025-06-24 | Rollup merge of #142919 - aDotInTheVoid:cold-cold-attr-for-you, r=GuillaumeGomez | Guillaume Gomez | -0/+3 |
| 2025-06-24 | Rollup merge of #142916 - aDotInTheVoid:you-can-trip-on-my-optimizer, r=Guill... | Guillaume Gomez | -0/+13 |