| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu | Jana Dönszelmann | -148/+151 |
| 2025-06-25 | Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway... | Jana Dönszelmann | -491/+484 |
| 2025-06-25 | encode_cross_crate for hir attributes | Jana Dönszelmann | -10/+55 |
| 2025-06-25 | tests: Do not run afoul of asm.validity.non-exhaustive in input-stats | Jubilee Young | -7/+10 |
| 2025-06-25 | Auto merge of #142879 - Mark-Simulacrum:opt-cleanup, r=WaffleLapkin | bors | -5/+4 |
| 2025-06-25 | Add edition checks for some tests that had divergent output | Esteban Küber | -113/+1184 |
| 2025-06-25 | Do not use `gen` as binding name | Esteban Küber | -17/+17 |
| 2025-06-25 | Don't fold in Instantiate when there's nothing to fold | Michael Goulet | -0/+11 |
| 2025-06-25 | Don't give APITs names with macro expansion placeholder fragments in it | Michael Goulet | -18/+77 |
| 2025-06-25 | Normalize before computing ConstArgHasType goal | Michael Goulet | -6/+29 |
| 2025-06-25 | rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::Misc | Michael Goulet | -27/+20 |
| 2025-06-25 | Remove some glob imports from the type system | Michael Goulet | -185/+243 |
| 2025-06-25 | Compute hard errors without diagnostics in impl_intersection_has_impossible_o... | Michael Goulet | -24/+28 |
| 2025-06-25 | Add `sym::macro_pin` diagnostic item for `core::pin::pin!()` | Samuel Tardieu | -0/+2 |
| 2025-06-25 | Auto merge of #142870 - tmiasko:copy-prop-early-exit, r=cjgillot | bors | -8/+10 |
| 2025-06-25 | Remove `mut` | Jakub Beránek | -2/+2 |
| 2025-06-25 | Do not build GCC in fast try builds | Jakub Beránek | -1/+4 |
| 2025-06-25 | Skip more dist components | Jakub Beránek | -0/+5 |
| 2025-06-25 | Skip unnecessary components in x64 try builds | Jakub Beránek | -4/+22 |
| 2025-06-25 | Update `browser-ui-test` version to `0.20.7` | Guillaume Gomez | -1/+1 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -39/+119 |
| 2025-06-25 | Merge pull request #720 from FractalFir/func_refactor | antoyo | -19/+14 |
| 2025-06-25 | Add Sub, Mul, Div, Rem as const_traits | Kurt Heiritz (pseudo) | -5/+19 |
| 2025-06-25 | Refactored the codebase to use Function instead of RValue where possible. | michal kostrubiec | -19/+14 |
| 2025-06-25 | Add beta-nominated to changelog for 1.88 | Alexey Semenyuk | -0/+16 |
| 2025-06-25 | Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnr | bors | -9/+20 |
| 2025-06-25 | changelog: link to the correct PR (#15125) | Philipp Krones | -1/+1 |
| 2025-06-25 | compiler: fussily sort the huge AbiMap match | Jubilee Young | -6/+13 |
| 2025-06-25 | Extract const boundness parsing out into a method | Oli Scherer | -12/+16 |
| 2025-06-25 | Sprinkle breadcrumbs around to lead people to the rust-invalid ABI | Jubilee Young | -0/+7 |
| 2025-06-25 | tests: specify why extern "rust-invalid" cannot be used in varargs test | Jubilee Young | -1/+2 |
| 2025-06-25 | tests: migrate unsupported-abi-transmute.rs to extern "rust-invalid" | Jubilee Young | -13/+13 |
| 2025-06-25 | tests: split out unsupported-in-impls.rs | Jubilee Young | -174/+66 |
| 2025-06-25 | unstable-book: Update cmse feature descriptions | Jubilee Young | -18/+11 |
| 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 | Apply review comments | Jakub Beránek | -4/+63 |
| 2025-06-25 | rename run_always to run_in_dry_run | bit-aloo | -24/+27 |
| 2025-06-25 | Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubilee | bors | -2/+3 |
| 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 |