about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/collector.rs
AgeCommit message (Expand)AuthorLines
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-1/+1
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-4/+10
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-1/+1
2025-01-28GCI: Don't try to collect mono items inside overly generic free const itemsLeón Orell Valerian Liehr-4/+7
2025-01-15Make sure we actually use the right trivial lifetime substs when eagerly mono...Michael Goulet-4/+18
2025-01-14Auto merge of #135313 - compiler-errors:needs-mono, r=BoxyUwUbors-2/+5
2025-01-11Rollup merge of #135314 - compiler-errors:eagerly-mono-closures, r=wesleywiserMatthias Krüger-0/+31
2025-01-10don't collect `#[rustc_force_inline]` in eager modeDavid Wood-4/+6
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+9
2025-01-10Eagerly collect mono items for non-generic closuresMichael Goulet-0/+31
2025-01-10Eagerly mono drop for structs with lifetimesMichael Goulet-2/+5
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-9/+9
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-06Remove polymorphizationBen Kimock-4/+2
2024-11-23remove remaining references to `Reveal`lcnr-1/+1
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-17/+32
2024-11-12Querify MonoItem collectionBen Kimock-50/+84
2024-11-10move all mono-time checks into their own folder, and their own queryRalf Jung-38/+7
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-0/+4
2024-11-02compiler: Add rustc_abi to _monomorphizeJubilee Young-1/+1
2024-11-01Emit warning when calling/declaring functions with unavailable vectors.Luca Versari-0/+4
2024-10-26Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgrbors-1/+1
2024-10-26Effects cleanupDeadbeef-1/+1
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-5/+0
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-0/+5
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-0/+5
2024-10-24Remove associated type based effects logicMichael Goulet-1/+0
2024-10-04Use wide pointers consistenly across the compilerUrgau-4/+4
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-24Rollup merge of #130764 - compiler-errors:inherent, r=estebankTrevor Gross-1/+1
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-6/+6
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/+5
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_monomorphize`.Nicholas Nethercote-6/+10
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-1/+0
2024-08-25Avoid taking reference of &TyKindMichael Goulet-2/+2
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-2/+2
2024-08-19Don't generate functions with the `rustc_intrinsic_must_be_overridden` attributeDianQK-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-7/+6
2024-07-15Use the hook on tcx instead of the local functionMohammad Omidvar-23/+17
2024-07-15Introduce and provide a hook for `should_codegen_locally`Mohammad Omidvar-2/+13