about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/collector.rs
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+5
2022-02-23Normalize main return type during mono item collection & codegenTomasz Miąsko-1/+4
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-1/+1
2022-02-19Adopt let else in more placesest31-6/+4
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-3/+1
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-1/+1
2022-02-16Adopt let_else in even more placesest31-3/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-5/+5
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-01-17Change TerminatorKind::Abort to call the panic handler instead ofAmanieu d'Antras-1/+9
2022-01-15initial revertEllen-1/+1
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-3/+2
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-9/+0
2021-12-13Remove `in_band_lifetimes` for `rustc_monomorphize`Peter Jaszkowiak-3/+3
2021-10-30Collect `panic/panic_bounds_check` during monomorphizationGary Guo-2/+11
2021-10-20Remove NullOp::BoxGary Guo-9/+0
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-15/+9
2021-10-01polymorphize: polymorphize shimsDavid Wood-14/+6
2021-10-01collector: limit pme context note to user-defd fnsDavid Wood-1/+3
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+1412