about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2021-12-23implement `generic_arg_infer` for array lengthslcnr-0/+80
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-23/+11
2021-12-14testEllen-0/+25
2021-12-13extra test for bug i foundEllen-0/+15
2021-12-13hurray for portable simd finding a nice test for this FIXMEEllen-0/+26
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-206/+46
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-2/+2
2021-12-11Tweak assoc type obligation spansEsteban Kuber-2/+2
2021-12-10Rollup merge of #91678 - b-naber:tests-for-postpone-const-eval, r=jackh726Matthias Krüger-0/+387
2021-12-10update testsEllen-206/+46
2021-12-08add testsb-naber-0/+387
2021-12-08Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obkMatthias Krüger-0/+61
2021-12-07Refer to const params as "const params" and not "type params"Esteban Kuber-1/+1
2021-12-07Refer to uninferred `const` params by their name, instead of `{ _: _ }`Esteban Kuber-1/+1
2021-12-07Only shown relevant type params in E0283 labelEsteban Kuber-1/+1
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-2/+2
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-1/+23
2021-12-05add test and bless existing onesb-naber-0/+61
2021-12-05bless testsb-naber-1/+1
2021-12-05add testb-naber-0/+22
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-3/+239
2021-12-04Lint bare traits in AstConv.Camille GILLOT-23/+11
2021-12-01Pretty print empty blocks as {}David Tolnay-2/+2
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-16/+7
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-7/+16
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-16/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-16/+9
2021-11-19Rollup merge of #90578 - lcnr:add-test, r=Mark-SimulacrumYuki Okushi-0/+85
2021-11-18bless nlllcnr-0/+26
2021-11-17add const generics testlcnr-0/+59
2021-11-14Fix span for non-satisfied trivial trait boundsNilstrieb-41/+28
2021-11-08Add a note about feature(explicit_generic_args_with_impl_trait) to the releva...Jakub Kądziołka-0/+3
2021-11-07consider unevaluated consts in extract_inference_diagnostics_datab-naber-15/+29
2021-11-06Move some tests to more reasonable directoriesCaio-0/+60
2021-11-05add testsb-naber-3/+225
2021-10-30Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnrMatthias Krüger-0/+47
2021-10-29ignore type flags insertion in default_anon_const_substs if error occurredb-naber-0/+47
2021-10-29add testb-naber-0/+20
2021-10-26Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebankMatthias Krüger-4/+8
2021-10-25Rollup merge of #90266 - b-naber:uneval_substs, r=lcnrMatthias Krüger-0/+25
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-4/+8
2021-10-25add testsb-naber-0/+25
2021-10-23Rollup merge of #89829 - voidc:assoc-const-variance, r=lcnrMatthias Krüger-25/+5
2021-10-21*dust dust*Ellen-2/+2
2021-10-20OrderingEllen-1/+10
2021-10-20add fixmeEllen-1/+1
2021-10-20InferenceEllen-0/+26
2021-10-20WfnessEllen-0/+59
2021-10-20Return pos impl traitEllen-0/+94
2021-10-20Trait objectsEllen-0/+104