about summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-6/+6
2020-09-16Add array window fnkadmin-6/+6
2020-09-15This commit introduces the following changes:Hameer Abbasi-5/+59
2020-09-14improve const infer errBastian Kauschke-7/+7
2020-09-14shrink const infer errorBastian Kauschke-4/+48
2020-09-13bless testsBastian Kauschke-4/+8
2020-09-13review, improve note spanBastian Kauschke-12/+6
2020-09-13allow concrete self types in constsBastian Kauschke-0/+90
2020-09-12Rollup merge of #76599 - hameerabbasi:const-generics-revs, r=lcnrRalf Jung-11/+53
2020-09-11Add revisions to const generic type-dependent UI tests.Hameer Abbasi-2/+3
2020-09-11Add revisions to const generic const_evaluatable_checked tests.Hameer Abbasi-9/+50
2020-09-11Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnrbors-0/+138
2020-09-10Rollup merge of #76559 - lcnr:const-evaluatable, r=oli-obkTyler Mandry-0/+59
2020-09-10fix tidy, small cleanupBastian Kauschke-0/+24
2020-09-10Add revisions to const generic UI tests.Hameer Abbasi-4/+25
2020-09-10Add revisions to const generic default UI tests.Hameer Abbasi-13/+64
2020-09-10Respond to review comments.Hameer Abbasi-74/+7
2020-09-10implement `const_evaluatable_checked` feature MVPBastian Kauschke-0/+35
2020-09-09Add revisions to const generic issue UI tests.Hameer Abbasi-149/+467
2020-09-09Rollup merge of #76401 - JulianKnodt:i68366, r=lcnrDylan DPC-0/+39
2020-09-07Add regression test and help notekadmin-0/+39
2020-09-07Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnrDylan DPC-0/+20
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-0/+20
2020-09-03Add further tests and liberalize type checkingkadmin-17/+108
2020-09-03Update to use multipart suggestionkadmin-3/+4
2020-09-03Initial commitkadmin-0/+46
2020-09-02pretty: trim paths of unique symbolsDan Aloni-34/+34
2020-08-31Fix duplicate error messages in const_generics testsAmjad Alsharafi-64/+42
2020-08-26Fixed file formatting and made `tidy` happyAmjad Alsharafi-5/+8
2020-08-26Added more min_const_generics revisions to testsAmjad Alsharafi-157/+224
2020-08-26Added a lot of min_const_generics revisionsAmjad Alsharafi-236/+575
2020-08-18change const param ty warning messageBastian Kauschke-77/+57
2020-08-18run wfcheck in parralel again, add test for 74950Bastian Kauschke-11/+73
2020-08-18move const param structural match checks to wfcheckBastian Kauschke-311/+40
2020-08-13Auto merge of #75322 - JulianKnodt:revisions, r=lcnrbors-853/+1325
2020-08-12Flip order of const & typekadmin-1/+1
2020-08-12Update stderr fileskadmin-960/+85
2020-08-12Add missing tests in root const-gen dirkadmin-102/+1182
2020-08-12Add a bunch of revisionskadmin-38/+305
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-1/+1
2020-08-10Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkovbors-4/+1
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-4/+1
2020-08-10unused_delims: trim exprBastian Kauschke-1/+1
2020-08-10Convert `Eq` impl to check Ord::Equalkadmin-1/+1
2020-08-09Change Ord impl for ParamKindOrdkadmin-46/+47
2020-08-09Test lifetimes after types after consts forbiddenkadmin-4/+41
2020-08-09Added +1 test for only works w/ feat const genkadmin-1/+54
2020-08-08Rm restriction on ord of default types w/ constskadmin-37/+18
2020-08-08Auto merge of #74877 - lcnr:min_const_generics, r=oli-obkbors-58/+313
2020-08-07test min_const_generics using revisionsBastian Kauschke-52/+154