about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2022-04-04Remove hack, fix fmt and testsEsteban Kuber-3/+3
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-3/+3
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-23/+23
2022-04-04Fix list lengthEsteban Kuber-0/+4
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-0/+1
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-17/+9
2022-04-04diagnostics: use correct span for const genericsMichael Howell-21/+21
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-13/+60
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-12/+12
2022-03-25Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnrDylan DPC-189/+114
2022-03-22fix previous failures and address reviewb-naber-58/+70
2022-03-22cancel a not emitted error after parsing const generic argsTakayuki Maeda-0/+13
2022-03-21add/update testsb-naber-137/+50
2022-03-17Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli...Dylan DPC-0/+75
2022-03-10Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnrMatthias Krüger-0/+45
2022-03-09suggest enabling generic_const_exprs feature if const is unevaluatableMichael Goulet-0/+45
2022-03-08suggest adding `{ .. }` around a const function with argumentsTakayuki Maeda-0/+75
2022-03-07Update tests after feature stabilizationEric Holk-2/+2
2022-03-03Cleanup feature gates.Camille GILLOT-1/+1
2022-02-28Rollup merge of #93389 - cameron1024:issue-90847-regression, r=Mark-SimulacrumMatthias Krüger-0/+9
2022-02-25Suggest {} around more bad const generic exprsMichael Goulet-0/+81
2022-02-20Gracefully handle non-UTF-8 string slices when pretty printingTomasz Miąsko-16/+0
2022-02-16allow special behavior when printing const inferlcnr-4/+4
2022-02-14Make `find_similar_impl_candidates` a little fuzzier.Ben Reeves-0/+2
2022-02-12ReblessDeadbeef-2/+5
2022-02-12Rebased and improved errorsDeadbeef-4/+20
2022-02-12bless youDeadbeef-3/+7
2022-02-11fix tests, add new tests checking borrowck CFTE ICEMichael Goulet-0/+15
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-12/+12
2022-02-10fix min_const_generics oversightlcnr-0/+29
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-12/+12
2022-02-05resolve lifetimes for const generic defaultsMichael Goulet-0/+36
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-12/+12
2022-01-31regression test for issue 90847cameron-0/+9
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-1/+1
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-21/+180
2022-01-18Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnrMatthias Krüger-4/+40
2022-01-18generic_arg_infer: placeholder in signature errlcnr-21/+180
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-16/+52
2022-01-18Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnrMatthias Krüger-0/+27
2022-01-17Add term to ExistentialProjectionkadmin-4/+24
2022-01-17Use Term in ProjectionPredicatekadmin-16/+32
2022-01-17add and update testsb-naber-4/+40
2022-01-17Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r...Matthias Krüger-12/+12
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-12/+12
2022-01-14fix bugEllen-11/+15
2022-01-12Add new tests, fix up old testsMichael Goulet-0/+27
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-0/+80
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-39/+3
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-39/+3