summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-8/+42
2020-04-13allow const generics in const fnBastian Kauschke-17/+4
2020-04-11rustc: Add a warning count upon completionRoccoDev-23/+107
2020-04-09Add regression test for #61522varkor-0/+40
2020-04-09Add regression test for #66596varkor-0/+24
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-3/+36
2020-03-31add tests for `unused_braces`Bastian Kauschke-0/+33
2020-03-31update testsBastian Kauschke-3/+3
2020-03-30infer arr len from patternBastian Kauschke-0/+56
2020-03-29Auto merge of #70009 - estebank:sugg-bound, r=Centrilbors-10/+8
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-10/+8
2020-03-29add a build-pass test for issue 62220Dodo-0/+22
2020-03-29Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodtMazdak Farrokhzad-7/+25
2020-03-24Remove attribute `#[structural_match]` and any references to itVadim Petrochenkov-1/+1
2020-03-24Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddybMazdak Farrokhzad-0/+54
2020-03-24Rollup merge of #70283 - CDirkx:regression-test-70155, r=oli-obkMazdak Farrokhzad-0/+30
2020-03-24Rollup merge of #69981 - oli-obk:const_blocks, r=eddybMazdak Farrokhzad-56/+41
2020-03-23Merge tests.CDirkx-68/+30
2020-03-23Add const generics test for all range types.CDirkx-2/+58
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-56/+41
2020-03-23Reword unused variable warningAlex Tokarev-1/+1
2020-03-23Rollup merge of #70249 - lcnr:issue70125, r=eddybMazdak Farrokhzad-0/+51
2020-03-22correctly handle const params in type_ofBastian Kauschke-0/+54
2020-03-22Add regression test for #70155.CDirkx-0/+12
2020-03-22Rollup merge of #70223 - lcnr:issue70167, r=eddybDylan DPC-0/+38
2020-03-22rename testsBastian Kauschke-2/+2
2020-03-22handle unevaluated consts after monomophizeBastian Kauschke-0/+51
2020-03-21fix type of const params in associated types.Bastian Kauschke-0/+38
2020-03-21Rollup merge of #70032 - lcnr:issue69970, r=varkorDylan DPC-0/+25
2020-03-19sort generic param order in generics_ofBastian Kauschke-0/+25
2020-03-16Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddybbors-15/+15
2020-03-13Add test for issue-67739Yuki Okushi-0/+26
2020-03-13Add test for issue-62504Yuki Okushi-0/+33
2020-03-12Remove fn special casing in const printingOliver Scherer-1/+1
2020-03-11Don't print literal type suffixes if `print_ty` is falseOliver Scherer-1/+1
2020-03-11Print function pointer type for function pointer const genericsOliver Scherer-6/+6
2020-03-11Reduce special casing in the const pretty printerOliver Scherer-3/+3
2020-03-11Don't print leading zeros on hex dumps constantsOliver Scherer-11/+8
2020-03-11Deduplicate and clean up pretty printing logicOliver Scherer-5/+8
2020-03-10bless UI testsJoshua Nelson-8/+17
2020-03-10add ui-testsJoshua Nelson-0/+9
2020-03-10fix #62456YI-0/+25
2020-03-02Remove chalk integrationCAD97-18/+0
2020-03-01Fix use of `has_infer_types`Matthew Jasper-14/+14
2020-02-22Add note regarding argument orderingvarkor-8/+2
2020-02-22Expand the documentation for E0747varkor-10/+2
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-2/+56
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-3/+3
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-1/+5