about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-25Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxuJana Dönszelmann-6/+13
2025-06-25Rollup merge of #142976 - compiler-errors:coerce-ice, r=fee1-deadJana Dönszelmann-1/+14
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-4/+40
2025-06-25Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obkJana Dönszelmann-39/+119
2025-06-25Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway...Jana Dönszelmann-44/+46
2025-06-25Auto merge of #142870 - tmiasko:copy-prop-early-exit, r=cjgillotbors-8/+10
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-39/+119
2025-06-25Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnrbors-9/+20
2025-06-25compiler: fussily sort the huge AbiMap matchJubilee Young-6/+13
2025-06-25compiler: Trim the misleading C of C-cmse from errorsJubilee Young-17/+17
2025-06-25compiler: remove misleading 'c' from `abi_c_cmse_nonsecure_call` featureJubilee Young-3/+5
2025-06-25compiler: Trim the misleading C from ExternAbi::CCmse*Jubilee Young-24/+24
2025-06-25Auto merge of #142997 - workingjubilee:rollup-6lxec87, r=workingjubileebors-170/+1304
2025-06-24Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju...Jubilee-3/+25
2025-06-24Rollup merge of #142980 - shepmaster:mismatched-syntaxes-multi-suggestions, r...Jubilee-3/+3
2025-06-24Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxuJubilee-14/+0
2025-06-24Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkovJubilee-20/+12
2025-06-24Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obkJubilee-44/+70
2025-06-24Rollup merge of #142768 - scottmcm:avoid-unneeded-bitcast, r=WaffleLapkinJubilee-2/+8
2025-06-24Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work...Jubilee-31/+104
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-45/+1002
2025-06-24Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscrossJubilee-8/+80
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-4/+40
2025-06-25Auto merge of #140999 - hkBst:update-escaper, r=nnethercotebors-76/+44
2025-06-24Taint body on invalid call ABIMichael Goulet-1/+10
2025-06-24Add rust-invalid ABIMichael Goulet-2/+15
2025-06-24Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgrbors-281/+410
2025-06-24fix 142783Jana Dönszelmann-3/+1
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-41/+69
2025-06-24Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrectJake Goulding-3/+3
2025-06-24Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3bors-125/+95
2025-06-24Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errorsMatthias Krüger-3/+1
2025-06-24Rollup merge of #142882 - kornelski:var-debug-info-lazy, r=petrochenkovMatthias Krüger-45/+63
2025-06-24Rollup merge of #142805 - estebank:underscore-import, r=compiler-errorsMatthias Krüger-4/+14
2025-06-24Rollup merge of #142799 - petrochenkov:expnop, r=bjorn3Matthias Krüger-79/+82
2025-06-24Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r...Matthias Krüger-135/+125
2025-06-24Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmeaseMatthias Krüger-15/+125
2025-06-24Check CoerceUnsized impl validity before coercingMichael Goulet-1/+14
2025-06-24Emit a single error when importing a path with `_`Esteban Küber-4/+14
2025-06-24Don't include current rustc version string in feature removed helpJieyou Xu-3/+1
2025-06-24Rollup merge of #142944 - nnethercote:stats-tweaks, r=lqdGuillaume Gomez-32/+68
2025-06-24Rollup merge of #142742 - dpaoliello:arm64eclinking, r=bjorn3Guillaume Gomez-50/+142
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-98/+14
2025-06-24rustc_session: Add a structure for keeping both explicit and default sysrootsVadim Petrochenkov-79/+82
2025-06-24Error on invalid signatures for interrupt ABIsFolkert de Vries-31/+104
2025-06-24Merge commit '8c848e0604b5d26fad120914f822f564fe05c52a' into sync_cg_clif-202...bjorn3-125/+95
2025-06-24Remove the deprecated `concat_idents!` macroTrevor Gross-98/+14
2025-06-24Rollup merge of #142933 - compiler-errors:refactor-solver-api, r=lcnrGuillaume Gomez-68/+41
2025-06-24Rollup merge of #142695 - GrigorenkoPV:attributes/rustc_skip_during_method_di...Guillaume Gomez-41/+132
2025-06-24Fix normalization in linker-warningbjorn3-14/+0