about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-94/+108
2025-06-26Fix documentation of validate_operandStypox-4/+4
2025-06-26make size_and_align_of_mplace work on all projectableRalf Jung-23/+17
2025-06-26const validation: properly ignore zero-sized UnsafeCellRalf Jung-3/+14
2025-06-26Move mixed export_name/no_mangle check to check_attr.rs and improve the errorJonathan Brouwer-71/+52
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-32/+67
2025-06-26Do not store empty cache hit countsJakub Beránek-7/+12
2025-06-26Simplify IfCauseMichael Goulet-187/+132
2025-06-25Auto merge of #143026 - jdonszelmann:rollup-z7mkuyt, r=jdonszelmannbors-94/+232
2025-06-25Fix suggestion spans inside macros for the `unused_must_use` lintUrgau-4/+6
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-40/+40
2025-06-25Auto merge of #142777 - jdonszelmann:restore-encode-cross-crate, r=oli-obkbors-10/+54
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-25encode_cross_crate for hir attributesJana Dönszelmann-10/+54
2025-06-25emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matchingdianne-55/+9
2025-06-25Auto merge of #142879 - Mark-Simulacrum:opt-cleanup, r=WaffleLapkinbors-5/+4
2025-06-25Don't fold in Instantiate when there's nothing to foldMichael Goulet-0/+11
2025-06-25Don't give APITs names with macro expansion placeholder fragments in itMichael Goulet-9/+33
2025-06-25Normalize before computing ConstArgHasType goalMichael Goulet-0/+1
2025-06-25rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::MiscMichael Goulet-27/+20
2025-06-25Remove some glob imports from the type systemMichael Goulet-185/+243
2025-06-25Compute hard errors without diagnostics in impl_intersection_has_impossible_o...Michael Goulet-18/+28
2025-06-25Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`Samuel Tardieu-0/+1
2025-06-25Auto merge of #142870 - tmiasko:copy-prop-early-exit, r=cjgillotbors-8/+10
2025-06-25deny AMBIGUOUS_GLOB_IMPORTS; tests fail in this commitLorrensP-2158466-1/+2
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-39/+119
2025-06-25ReviewsBoxy-41/+6
2025-06-25Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnrbors-9/+20
2025-06-25Add new self-profile event for aggregating query hit countsJakub Beránek-7/+88
2025-06-25compiler: fussily sort the huge AbiMap matchJubilee Young-6/+13
2025-06-25Extract const boundness parsing out into a methodOli Scherer-12/+16
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