about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/partitioning
AgeCommit message (Expand)AuthorLines
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-1/+1
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-1/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-12/+10
2022-01-15initial revertEllen-3/+1
2021-12-27Address review commentsWesley Wiser-8/+24
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-0/+18
2021-12-19Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011Matthias Krüger-2/+2
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-6/+6
2021-12-13Remove `in_band_lifetimes` for `rustc_monomorphize`Peter Jaszkowiak-2/+2
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+11
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/+1134