about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/mono_checks/abi_check.rs
AgeCommit message (Expand)AuthorLines
2025-06-14Remove all support for wasm's legacy ABIbjorn3-74/+2
2025-06-04abi_check: tweak some commentsRalf Jung-5/+12
2025-06-03compiler: change Conv to CanonAbiJubilee Young-4/+4
2025-04-24Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJungMatthias Krüger-0/+6
2025-04-22Don't warn about `v128` in wasm ABI transitionAlex Crichton-0/+6
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-22/+12
2025-04-17Ignore zero-sized types in wasm future-compat warningAlex Crichton-0/+5
2025-03-25acquire more accurate HirId for ABI check lintsRalf Jung-19/+37
2025-03-25make -Zwasm-c-abi=legacy suppress the lintRalf Jung-4/+5
2025-03-25add FCW to warn about wasm ABI transitionRalf Jung-12/+68
2025-03-04compiler: use `is_rustic_abi` in abi_checkJubilee Young-3/+3
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-1/+1
2025-02-20vectorcall ABI: error if sse2 is not availableRalf Jung-2/+11
2025-02-20mono-time abi_check: unify error paths for call and definition sitesRalf Jung-50/+44
2025-02-19Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usagesMichael Goulet-3/+2
2025-02-15abi_unsupported_vector_types: say which type is the problemRalf Jung-9/+9
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-2/+2
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-8/+9
2024-11-14ABI checks: add support for some tier3 arches, warn on others.Luca Versari-3/+1
2024-11-12ABI checks: add support for tier2 archesLuca Versari-16/+41
2024-11-10move all mono-time checks into their own folder, and their own queryRalf Jung-0/+148