about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/partitioning/default.rs
AgeCommit message (Expand)AuthorLines
2023-05-30Merge `default.rs` into `mod.rs`.Nicholas Nethercote-637/+0
2023-05-30Remove `-Zcgu-partitioning-strategy`.Nicholas Nethercote-278/+271
2023-05-26Add struct for the return type of `place_root_mono_items`.Nicholas Nethercote-3/+4
2023-05-24Remove `{Pre,Post}InliningPartitioning`.Nicholas Nethercote-36/+19
2023-05-24Remove the `merging` module.Nicholas Nethercote-2/+94
2023-05-06make (try_)subst_and_normalize_erasing_regions take EarlyBinderKyle Matsuda-1/+1
2023-04-27rename `needs_subst` to `has_param`Boxy-1/+1
2023-04-22Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naberbors-5/+8
2023-04-20Remove WithOptconstParam.Camille GILLOT-3/+2
2023-04-19Remove a few uses of dynamic dispatch duringJohn Bobbo-5/+8
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-15fix clippy::{filter_map_identiy, map_identity, manual_flatten}Matthias Krüger-1/+1
2023-04-01fix clippy::iter_kv_mapMatthias Krüger-4/+1
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-14/+21
2023-03-27Add a builtin `FnPtr` traitlcnr-2/+4
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+1
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-3/+3
2022-07-20consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)Ralf Jung-2/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-2/+2
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-01-15initial revertEllen-3/+1
2021-12-13Remove `in_band_lifetimes` for `rustc_monomorphize`Peter Jaszkowiak-2/+2
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-3/+1
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-10-04polymorphize: don't normalize self-ty need substsDavid Wood-9/+16
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+557