about summary refs log tree commit diff
path: root/src/test/ui/const-generics/min_const_generics
AgeCommit message (Expand)AuthorLines
2020-11-12Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnrGuillaume Gomez-0/+28
2020-11-11default_trait_paramEthan Brierley-0/+14
2020-11-11Add test `default_function_param`Ethan Brierley-0/+14
2020-11-10Add macro test for min-const-genericskadmin-0/+212
2020-10-29Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnrYuki Okushi-12/+12
2020-10-29Rollup merge of #78428 - JulianKnodt:invalid_patterns, r=lcnrYuki Okushi-0/+105
2020-10-29Rollup merge of #78224 - lcnr:repeat-expr, r=varkorYuki Okushi-5/+124
2020-10-28Adjust turbofish help message for const genericsvarkor-12/+12
2020-10-28Rollup merge of #78391 - JulianKnodt:mc_test, r=lcnrDylan DPC-0/+17
2020-10-27Add UI test for invalid values for bool & charkadmin-0/+105
2020-10-27Add const_fn in generics testkadmin-0/+17
2020-10-26Suggest expressions that look like const generic arguments should be enclosed...varkor-0/+401
2020-10-23add tests for self with const paramsBastian Kauschke-6/+28
2020-10-22min_const_generics: allow ty param in repeat exprBastian Kauschke-5/+102
2020-10-12Bless expected errorsEthan Brierley-14/+14
2020-10-11`min_const_generics` diagnostics improvementsEthan Brierley-19/+19
2020-10-05Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebankDylan DPC-9/+51
2020-10-03Add `const_generics` test for `impl-trait-with-const-arguments`varkor-30/+0
2020-10-03Move testsvarkor-625/+0
2020-10-03Add tests for `const_generics`varkor-21/+392
2020-10-03Replace "non trivial" with "non-trivial"varkor-29/+29
2020-10-02resolve: prohibit anon const non-static lifetimesDavid Wood-0/+48
2020-10-02Add various `min_const_generics` regression testsvarkor-0/+296
2020-10-02Fix missing diagnostic span for `impl Trait` with const genericsvarkor-0/+30
2020-09-15This commit introduces the following changes:Hameer Abbasi-1/+1
2020-09-13review, improve note spanBastian Kauschke-12/+6
2020-09-13allow concrete self types in constsBastian Kauschke-0/+90
2020-08-18change const param ty warning messageBastian Kauschke-11/+10
2020-08-06allow complex expressions in assoc constsBastian Kauschke-17/+19
2020-08-05impl reviewBastian Kauschke-2/+6
2020-08-05forbid complex types for generic parametersBastian Kauschke-0/+52
2020-08-05forbid generic params in complex constsBastian Kauschke-0/+95