| Age | Commit message (Expand) | Author | Lines |
| 2025-06-25 | Don't give APITs names with macro expansion placeholder fragments in it | Michael Goulet | -9/+33 |
| 2025-06-25 | Normalize before computing ConstArgHasType goal | Michael Goulet | -0/+1 |
| 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 | -18/+28 |
| 2025-06-25 | Add `sym::macro_pin` diagnostic item for `core::pin::pin!()` | Samuel Tardieu | -0/+1 |
| 2025-06-25 | Auto merge of #142870 - tmiasko:copy-prop-early-exit, r=cjgillot | bors | -8/+10 |
| 2025-06-25 | deny AMBIGUOUS_GLOB_IMPORTS; tests fail in this commit | LorrensP-2158466 | -1/+2 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -39/+119 |
| 2025-06-25 | Reviews | Boxy | -41/+6 |
| 2025-06-25 | Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnr | bors | -9/+20 |
| 2025-06-25 | Add new self-profile event for aggregating query hit counts | Jakub Beránek | -7/+88 |
| 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 | 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 | -170/+1304 |
| 2025-06-24 | Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju... | Jubilee | -3/+25 |
| 2025-06-24 | Rollup merge of #142980 - shepmaster:mismatched-syntaxes-multi-suggestions, r... | Jubilee | -3/+3 |
| 2025-06-24 | Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxu | Jubilee | -14/+0 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -20/+12 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -44/+70 |
| 2025-06-24 | Rollup merge of #142768 - scottmcm:avoid-unneeded-bitcast, r=WaffleLapkin | Jubilee | -2/+8 |
| 2025-06-24 | Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work... | Jubilee | -31/+104 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -45/+1002 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -8/+80 |
| 2025-06-25 | added PrintTAFn flag for autodiff | Karan Janthe | -4/+40 |
| 2025-06-25 | Auto merge of #140999 - hkBst:update-escaper, r=nnethercote | bors | -76/+44 |
| 2025-06-24 | Taint body on invalid call ABI | Michael Goulet | -1/+10 |
| 2025-06-24 | Add rust-invalid ABI | Michael Goulet | -2/+15 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -281/+410 |
| 2025-06-24 | fix 142783 | Jana Dönszelmann | -3/+1 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -41/+69 |
| 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 | Stop handling explicit dependencies on the panic runtime | bjorn3 | -14/+7 |
| 2025-06-24 | Remove dependency injection for the panic runtime | bjorn3 | -74/+3 |
| 2025-06-24 | Add all rustc_std_internal_symbol to symbols.o | bjorn3 | -21/+21 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -6/+1 |
| 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/+95 |
| 2025-06-24 | Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errors | Matthias Krüger | -3/+1 |
| 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 | -4/+14 |
| 2025-06-24 | Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3 | Matthias Krüger | -79/+82 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -135/+125 |
| 2025-06-24 | Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease | Matthias Krüger | -15/+125 |
| 2025-06-24 | Suggest cloning `Arc` moved into closure | Esteban Küber | -29/+27 |
| 2025-06-25 | suggest declaring modules when file found but module not defined | bendn | -0/+51 |