summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/mono_checks
AgeCommit message (Expand)AuthorLines
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