summary refs log tree commit diff
path: root/compiler/rustc_monomorphize
AgeCommit message (Expand)AuthorLines
2021-11-09Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwcoMatthias Krüger-0/+11
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+11
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-1/+1
2021-11-07Give inline const separate DefKindGary Guo-1/+2
2021-11-04clippy::perf fixesMatthias Krüger-1/+1
2021-11-01Auto merge of #90406 - nbdd0121:panic, r=cjgillotbors-2/+11
2021-10-30Collect `panic/panic_bounds_check` during monomorphizationGary Guo-2/+11
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-3/+2
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-90/+84
2021-10-16Adopt let_else across the compilerest31-3/+2
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-04polymorphize: don't normalize self-ty need substsDavid Wood-9/+16
2021-10-01polymorphize: polymorphize shimsDavid Wood-44/+65
2021-10-01collector: limit pme context note to user-defd fnsDavid Wood-1/+3
2021-10-01polymorphize: remove predicate logicDavid Wood-41/+0
2021-10-01polymorphize: don't check foreign itemsDavid Wood-0/+5
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-15Use explicit log level in tracing instrument macroTomasz Miąsko-10/+10
2021-09-08Rebase fallout.Camille GILLOT-1/+1
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+3087