about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src
AgeCommit message (Expand)AuthorLines
2025-02-14Normalize closure instance before eagerly monomorphizing itMichael Goulet-0/+7
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-10/+7
2025-02-08Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...Jubilee-2/+2
2025-02-08Rustfmtbjorn3-10/+7
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-2/+2
2025-02-07Remove Linkage::Appendingbjorn3-1/+0
2025-02-07Remove Linkage::Privatebjorn3-1/+0
2025-02-03Auto merge of #136481 - jieyouxu:rollup-w0lnnqb, r=jieyouxubors-2/+2
2025-02-03Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+2
2025-02-03Auto merge of #136413 - EnzymeAD:fix-autodiff-comptime-regression, r=oli-obkbors-9/+9
2025-02-03Remove hook calling via `TyCtxtAt`.Nicholas Nethercote-2/+2
2025-02-02run less code if cfg(llvm_enzyme) isn't usedManuel Drehwald-0/+4
2025-02-01test compile time fixesManuel Drehwald-9/+5
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Auto merge of #134424 - 1c3t3a:null-checks, r=saethlinbors-0/+3
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+3
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-3/+152
2025-01-31Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obkJacob Pratt-3/+152
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-3/+152
2025-01-29Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errorsLeón Orell Valerian Liehr-4/+7
2025-01-28GCI: Don't try to collect mono items inside overly generic free const itemsLeón Orell Valerian Liehr-4/+7
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-9/+8
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-5/+3
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-2/+3
2024-12-10Implement projection and shim for AFIDTMichael Goulet-1/+4
2024-12-06Remove polymorphizationBen Kimock-378/+10
2024-11-28Share inline(never) generics across cratesMark Rousskov-8/+24
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-34/+54
2024-11-17Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee许杰友 Jieyou Xu (Joe)-3/+1
2024-11-17Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillotbors-50/+100
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/+55
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/+184
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/+184
2024-10-26Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgrbors-3/+3
2024-10-26Effects cleanupDeadbeef-3/+3