| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | move unstable book page and account for it | Jubilee Young | -4/+4 |
| 2025-06-25 | tests: bless s/C-cmse/cmse/ | Jubilee Young | -313/+313 |
| 2025-06-25 | tests: s/C-cmse/cmse/ | Jubilee Young | -112/+110 |
| 2025-06-25 | compiler: Trim the misleading C of C-cmse from errors | Jubilee Young | -17/+17 |
| 2025-06-25 | compiler: remove misleading 'c' from `abi_c_cmse_nonsecure_call` feature | Jubilee Young | -3/+5 |
| 2025-06-25 | compiler: Trim the misleading C from ExternAbi::CCmse* | Jubilee Young | -24/+24 |
| 2025-06-25 | Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee | bors | -430/+4230 |
| 2025-06-24 | Rollup merge of #142993 - ehuss:update-cargo, r=ehuss | Jubilee | -0/+0 |
| 2025-06-24 | Rollup merge of #142988 - alexcrichton:update-wasm-component-ld, r=Mark-Simul... | Jubilee | -31/+23 |
| 2025-06-24 | Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju... | Jubilee | -3/+70 |
| 2025-06-24 | Rollup merge of #142982 - MetaNova:patch-1, r=jhpratt | Jubilee | -1/+1 |
| 2025-06-24 | Rollup merge of #142980 - shepmaster:mismatched-syntaxes-multi-suggestions, r... | Jubilee | -3/+3 |
| 2025-06-24 | Rollup merge of #142977 - aDotInTheVoid:rustdochtml-targetfeature, r=Guillaum... | Jubilee | -1/+40 |
| 2025-06-24 | Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxu | Jubilee | -24/+77 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -43/+35 |
| 2025-06-24 | Rollup merge of #142844 - dpaoliello:short-ice, r=jieyouxu | Jubilee | -4/+11 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -60/+92 |
| 2025-06-24 | Rollup merge of #142768 - scottmcm:avoid-unneeded-bitcast, r=WaffleLapkin | Jubilee | -2/+53 |
| 2025-06-24 | Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work... | Jubilee | -195/+505 |
| 2025-06-24 | Rollup merge of #142453 - ChrisDenton:fused, r=Amanieu | Jubilee | -0/+1 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -45/+2480 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -18/+839 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -94/+67 |
| 2025-06-24 | Update cargo | Eric Huss | -0/+0 |
| 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 | 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 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 | Corrected spelling mistake in c_str.rs | MetaNova | -1/+1 |
| 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 | 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 | 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 |