about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2019-04-25Add comment explaining restrictionvarkor-4/+10
2019-04-25Add a test for const parameters with type parameters as typesvarkor-0/+31
2019-04-25Make sure const params with type params don't cause errors without a feature ...varkor-0/+25
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-04-18Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertjbors-0/+14
2019-04-18Add a test for unused const parametersvarkor-0/+14
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-1/+1
2019-03-22Fix ICE with const generic param in structvarkor-0/+21
2019-03-11Update testsVadim Petrochenkov-5/+5
2019-03-07Add a test for invalid const argumentsvarkor-0/+12
2019-03-05Fix negative integer literal testvarkor-19/+8
2019-03-05Update const generics testsvarkor-53/+30
2019-02-16Add a test for const parameter uppercase lintvarkor-0/+27
2019-02-16Don't abort early when collecting const genericsvarkor-1/+8
2019-02-07Add a test forbidding the use of const parameters in inner itemsvarkor-0/+37
2019-02-07Parse negative literals in const generic argumentsvarkor-0/+4
2019-02-07Adjust generic const param resolutionvarkor-28/+0
2019-02-07Adjust parser generic parameter errorsvarkor-0/+45
2019-02-07Fix ast_validation printing of const genericsvarkor-2/+2
2019-02-07Add test for const parameter before other generic parametersvarkor-0/+39
2019-02-07Add test for const parameter depending on type parametervarkor-0/+28
2019-02-07Add test forbidding const parameters in const fnvarkor-0/+36