summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2019-06-13typeck: Fix ICE for blocks in repeat expr count.David Wood-0/+34
2019-06-11Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkorMazdak Farrokhzad-0/+60
2019-06-10typeck: Fix const generic in repeat param ICE.David Wood-0/+60
2019-06-07Add test for deriving Debug for const genericsvarkor-0/+28
2019-06-07Add test for const generics struct constructorvarkor-0/+21
2019-06-04Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obkMazdak Farrokhzad-0/+18
2019-06-03Allow `true` and `false` in const generic argumentsvarkor-0/+2
2019-06-02Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddybMazdak Farrokhzad-0/+63
2019-06-02Add regression test for #61422varkor-0/+21
2019-06-02Fix unwrapping usize issue with transparent MaybeUnit array wrappervarkor-0/+17
2019-05-31Add test for condition in trait const paramvarkor-0/+16
2019-05-31Rollup merge of #61344 - varkor:const-failed-to-life-ice, r=CentrilPietro Albini-0/+24
2019-05-31Fix unwrapping usize issue in HasMutInteriorvarkor-0/+25
2019-05-30Add regression test for const generics ICEvarkor-0/+24
2019-05-30Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebankMazdak Farrokhzad-0/+16
2019-05-30Add a regression test for const parameters with impl Traitvarkor-0/+16
2019-05-29Fix ICE with struct ctors and const generics.David Wood-22/+20
2019-05-28Use assert_eq! instead of println! in testsvarkor-2/+2
2019-05-28Use Display rather than Debug printing for const mismatchvarkor-1/+1
2019-05-28Update tests after pretty printingvarkor-6/+6
2019-05-28Fix test after rebasevarkor-2/+13
2019-05-28Add broken MIR regression testsvarkor-0/+51
2019-05-28Add tests for uninferred consts during codegenvarkor-0/+48
2019-05-28Add a test for a function taking a const param array as an argumentvarkor-0/+22
2019-05-25Fix rebase falloutOliver Scherer-1/+1
2019-05-13Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasperMazdak Farrokhzad-0/+60
2019-05-11Add test for const implvarkor-0/+22
2019-05-10Add a test for failed inference of const typesvarkor-0/+26
2019-05-10Add a test for invalid const argumentsvarkor-0/+34
2019-05-09Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkorMazdak Farrokhzad-0/+50
2019-05-08Add tests for concrete const typesben-0/+50
2019-05-07Auto merge of #60612 - Centril:rollup-61drhqt, r=Centrilbors-8/+2
2019-05-07Auto merge of #60277 - estebank:relate-ice, r=varkorbors-0/+21
2019-05-06`token::LArrow` can begin argumentsvarkor-8/+2
2019-05-04Early error for mixing order of const and type parametersvarkor-10/+10
2019-05-04Add testsvarkor-0/+29
2019-05-02Don't ICE when relating const type argsEsteban Küber-0/+21
2019-05-01Add a test for const args that cannot be inferredvarkor-0/+25
2019-05-01Add a test for incorrect numbers of const argsvarkor-0/+32
2019-05-01Add a test for const argumentsvarkor-0/+19
2019-05-01Add `const-types` testvarkor-0/+22
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