summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2022-06-13Revert "Check that closures satisfy their where bounds"Oli Scherer-20/+7
2022-06-07Remove arg_matrix.rs, bless testsMichael Goulet-21/+10
2022-05-13Check that closures satisfy their where boundsOli Scherer-7/+20
2022-05-11Gracefully fail to resolve associated items instead of `delay_span_bug`.Camille GILLOT-5/+33
2022-05-11Rollup merge of #96717 - BoxyUwU:gats_const_param_types_mismatch_err, r=lcnrYuki Okushi-15/+124
2022-05-08Rollup merge of #96830 - JohnTitor:issue-96654, r=compiler-errorsMatthias Krüger-1/+16
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-29/+0
2022-05-08Correct the issue number of a testYuki Okushi-1/+1
2022-05-08Add regression test for #96654Yuki Okushi-0/+15
2022-05-06Remove previously deleted test filesJack Huey-29/+0
2022-05-07Make the test `check-pass` not to produce a JSON fileYuki Okushi-1/+1
2022-05-06wording tweaksEllen-15/+15
2022-05-05 make `compare_generic_param_kinds` errors consistentEllen-39/+84
2022-05-05exit out of `compare_number_of_generics` earlyEllen-29/+16
2022-05-05 handle mismatched generic parameter kindsEllen-0/+77
2022-05-01Enable full revision in const generics ui testsAlex Macleod-71/+291
2022-04-30Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkovbors-68/+236
2022-04-30Bless tests.Camille GILLOT-67/+225
2022-04-29Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebankbors-6/+6
2022-04-29Bless tests.Camille GILLOT-1/+11
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-49/+3
2022-04-28Update the diagnostic message to match the new spanOli Scherer-2/+2
2022-04-28Check that repeat expression elements are Copy (ignoring lifetimes) in typeck...Oli Scherer-4/+4
2022-04-17show suggestion to replace generic bounds with associated types in more casesRobin Appelman-1/+1
2022-04-16Implementation for 65853Jack Huey-10/+50
2022-04-12Rollup merge of #95820 - OliverMD:95150, r=lcnrfee1-dead-20/+4
2022-04-11simplify const params diagnostic on stableOliver Downard-20/+4
2022-04-09Bless tests.Camille GILLOT-0/+3
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-21/+21
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