about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize
AgeCommit message (Expand)AuthorLines
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-18/+64
2024-11-12Querify MonoItem collectionBen Kimock-50/+100
2024-11-10move all mono-time checks into their own folder, and their own queryRalf Jung-101/+124
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-0/+193
2024-11-02compiler: Add rustc_abi to _monomorphizeJubilee Young-1/+2
2024-11-01Emit warning when calling/declaring functions with unavailable vectors.Luca Versari-0/+193
2024-10-26Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgrbors-3/+3
2024-10-26Effects cleanupDeadbeef-3/+3
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-143/+0
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-0/+143
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-0/+143
2024-10-24Remove associated type based effects logicMichael Goulet-1/+0
2024-10-14Add fast-path when computing the default visibilityUrgau-0/+7
2024-10-04Use wide pointers consistenly across the compilerUrgau-4/+4
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-19/+15
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-25Auto merge of #130803 - cuviper:file-buffered, r=joshtriplettbors-3/+3
2024-09-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+3
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-4/+4
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky-3/+3
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-1/+1
2024-09-23Check vtable projections for validity in miriMichael Goulet-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-16/+19
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-4/+2
2024-09-11Simplify some nested if statementsMichael Goulet-4/+2
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-1/+1
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-2/+7
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_monomorphize`.Nicholas Nethercote-17/+22
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-4/+1
2024-08-25Avoid taking reference of &TyKindMichael Goulet-2/+2
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-3/+3
2024-08-19Don't generate functions with the `rustc_intrinsic_must_be_overridden` attributeDianQK-1/+3
2024-08-15Rollup merge of #129067 - cuviper:append, r=wesleywiserMatthias Krüger-2/+2
2024-08-13Update `indexmap` and use `IndexMap::append`Josh Stone-2/+2
2024-08-13Use is_lang_item moreMichael Goulet-1/+3
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-2/+2
2024-08-01MIR required_consts, mentioned_items: ensure we do not forget to fill these l...Ralf Jung-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-25/+21
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-15Move compiler_builtin check to the use caseMohammad Omidvar-32/+0
2024-07-15Use the hook on tcx instead of the local functionMohammad Omidvar-26/+18
2024-07-15Introduce and provide a hook for `should_codegen_locally`Mohammad Omidvar-4/+18
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-1/+2
2024-07-07Support tail calls in mir via `TerminatorKind::TailCall`Maybe Waffle-1/+2
2024-07-04Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obkbors-4/+4
2024-07-02Fix spansMichael Goulet-17/+7