about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/mono_checks
AgeCommit message (Expand)AuthorLines
2025-09-08fixup limit handling codeJana Dönszelmann-1/+1
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-17Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiserMatthias Krüger-0/+5
2025-04-17Ignore zero-sized types in wasm future-compat warningAlex Crichton-0/+5
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-2/+2
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-1/+1
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-1/+1
2025-04-08for large assignment lint, use the correct span for checking for duplicate lintsJonathan Gruner-5/+8
2025-04-08report call site of inlined scopes for large assignment lintsJonathan Gruner-3/+17
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-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-4/+5
2025-02-08Rustfmtbjorn3-4/+5
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-2/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-10/+13
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/+369