about summary refs log tree commit diff
path: root/src/test/ui/polymorphization
AgeCommit message (Expand)AuthorLines
2021-09-15Move some tests to more reasonable directoriesCaio-0/+18
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-18/+18
2021-08-30remove lazy_normalization_constsEllen-6/+6
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-1/+1
2020-12-26update testsBastian Kauschke-3/+0
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+3
2020-08-17polymorphize: ∃ used param ∈ predicate → all usedDavid Wood-0/+17
2020-08-14polymorphize: `I` used if `T` used in `I: Foo<T>`David Wood-0/+70
2020-08-10polymorphize: constrain unevaluated const handlingDavid Wood-0/+14
2020-08-08Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnrbors-2/+72
2020-08-07instance: polymorphize upvar closures/generatorsDavid Wood-0/+135
2020-08-07polymorphize: non-promoted unevaluated constantsDavid Wood-0/+33
2020-08-07polymorphize: visit promoted MIRDavid Wood-2/+39
2020-08-01Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited...bors-0/+16
2020-07-31interp: needs_subst -> ensure_monomorphic_enoughDavid Wood-0/+16
2020-07-24Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddybYuki Okushi-0/+13
2020-07-22polymorphize GlobalAlloc::FunctionBastian Kauschke-0/+13
2020-07-22sess: disable polymorphisationDavid Wood-31/+42
2020-07-20index: introduce and use `FiniteBitSet`David Wood-2/+10
2020-07-20mir: use attribute over `-Z polymorphize-errors`David Wood-70/+117
2020-07-20ty: normalize fn sigs before substDavid Wood-0/+25
2020-07-20mir: `unused_generic_params` queryDavid Wood-0/+891