summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2020-05-29Rollup merge of #71095 - pickfire:box-from-array, r=dtolnayRalf Jung-6/+25
2020-05-25Rollup merge of #72061 - lcnr:const-inference-test, r=eddybDylan DPC-0/+70
2020-05-20impl From<[T; N]> for Box<[T]>Ivan Tham-6/+25
2020-05-19Rollup merge of #72066 - lcnr:const-type-info-err, r=varkorDylan DPC-0/+32
2020-05-19Auto merge of #71447 - cuviper:unsized_cow, r=dtolnaybors-5/+5
2020-05-18correctly handle uninferred constsBastian Kauschke-0/+32
2020-05-17update testsBastian Kauschke-21/+11
2020-05-17the best way to fix bugs is by ignoring themBastian Kauschke-32/+0
2020-05-17merge lazy_normalization_consts into const_genericsBastian Kauschke-176/+61
2020-05-17explicitly handle errors in fulfillBastian Kauschke-14/+14
2020-05-17update tests and add relevant feature gate testBastian Kauschke-31/+123
2020-05-17Put lazy normalization behind a feature gateBen Lewis-39/+142
2020-05-17Add lazy normalization testsBen Lewis-3/+167
2020-05-16Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkovRalf Jung-134/+201
2020-05-11Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morseDylan DPC-12/+12
2020-05-09add regression tests + improve method nameBastian Kauschke-0/+70
2020-05-09display `ConstKind::Param`Bastian Kauschke-12/+12
2020-05-09adjust testsRalf Jung-134/+201
2020-05-08add const-generics testBastian Kauschke-0/+29
2020-05-04Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelixDylan DPC-0/+32
2020-04-30handle ByRef in relateBastian Kauschke-0/+53
2020-04-29emit err when using trait objects in patBastian Kauschke-1/+1
2020-04-29forbid `dyn Trait` in const genericsBastian Kauschke-0/+32
2020-04-29Rollup merge of #71286 - Alexendoo:test-issue-69654, r=Dylan-DPCDylan DPC-0/+32
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-2/+2
2020-04-23Moving more build-pass tests to check-passVal Markovic-2/+2
2020-04-22Bless From<Cow> UI changesJosh Stone-5/+5
2020-04-20Add error message for using type parameter as the type of a const parametervarkor-6/+10
2020-04-20Make the `structural_match` error diagnostic for const generics clearervarkor-6/+6
2020-04-18Add regression test for #69654Alex Macleod-0/+32
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