about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2020-08-06allow complex expressions in assoc constsBastian Kauschke-17/+19
2020-08-05Auto merge of #75166 - JulianKnodt:i64494, r=lcnrbors-0/+37
2020-08-05impl reviewBastian Kauschke-8/+12
2020-08-05forbid complex types for generic parametersBastian Kauschke-0/+52
2020-08-05forbid generic params in complex constsBastian Kauschke-0/+95
2020-08-04Add regression testkadmin-0/+37
2020-08-04Add regression testkadmin-0/+74
2020-07-31Removed error check in order to prevent ICEkadmin-0/+177
2020-07-29Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakisYuki Okushi-0/+11
2020-07-27update testsBastian Kauschke-1/+10
2020-07-27forbid generic params inside of anon consts in ty defaultsBastian Kauschke-0/+33
2020-07-26Add test for issue-56445Yuki Okushi-0/+32
2020-07-26Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnaybors-542/+181
2020-07-24Auto merge of #74676 - lcnr:generics-no-sort, r=varkorbors-2/+34
2020-07-23test usageBastian Kauschke-2/+15
2020-07-23add more complex param order testBastian Kauschke-1/+20
2020-07-23add const genericsBastian Kauschke-0/+11
2020-07-23tweak wordingBastian Kauschke-1/+1
2020-07-22require type defaults to be after const generic parametersBastian Kauschke-0/+27
2020-07-19Add test for an explicit non-'static lifetime in a const argumentGabriel Smith-0/+28
2020-07-18Rollup merge of #74445 - lcnr:const-generic-ty-decl, r=Dylan-DPCManish Goregaokar-0/+48
2020-07-17add test for #62878Bastian Kauschke-0/+48
2020-07-17Add regression test for #69414Alex Macleod-2/+5
2020-07-16Rollup merge of #74392 - lcnr:const-generics-update, r=varkorManish Goregaokar-0/+273
2020-07-16add regression test for #74255Bastian Kauschke-0/+18
2020-07-16add regression test for #73730Bastian Kauschke-0/+17
2020-07-16add regression test for #73508Bastian Kauschke-0/+23
2020-07-16add regression test for #73491Bastian Kauschke-0/+9
2020-07-16add regression test for #73120Bastian Kauschke-0/+22
2020-07-16add regression test for #71805Bastian Kauschke-0/+41
2020-07-16add regression test for #71348Bastian Kauschke-0/+35
2020-07-16add regression test for #71169Bastian Kauschke-0/+27
2020-07-16add regression test for #70586Bastian Kauschke-0/+33
2020-07-16add regression test for #70217Bastian Kauschke-0/+16
2020-07-16add regression test for #68596Bastian Kauschke-0/+18
2020-07-16add regression tests for #67144Bastian Kauschke-0/+50
2020-07-16bless ui testsBastian Kauschke-2/+7
2020-07-16update help messageBastian Kauschke-7/+7
2020-07-16don't supply generics to AnonConsts in param listsBastian Kauschke-32/+12
2020-07-16add self dependent const param testBastian Kauschke-1/+24
2020-07-16forbid generic params in the type of const paramsBastian Kauschke-25/+94
2020-07-15update testBastian Kauschke-2/+4
2020-07-15add const generic testsBastian Kauschke-0/+333
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-2/+2
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-13/+21
2020-07-05Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33)Roman Proskuryakov-7/+7
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-542/+181
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-0/+0
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-13/+21
2020-06-30remove duplicate testsBastian Kauschke-38/+0