summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2021-06-12Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obkYuki Okushi-11/+17
2021-06-12Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obkYuki Okushi-12/+40
2021-06-11Run full const-generics test for issue-72293Yuki Okushi-11/+17
2021-06-07note :sparkles: uwuuuEllen-8/+13
2021-06-06Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-seYuki Okushi-14/+14
2021-06-02Replace IntoIter::new with IntoIterator::into_iter in stdMuhammad Mominul Huque-14/+14
2021-06-01Add test for forward declared const param defaultsEllen-0/+42
2021-05-29Fix missing note on type mismatch error diagnosticsEllen-4/+14
2021-05-29Make lifetime ordering error pretty print const param defaultsEllen-2/+15
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-8/+9
2021-05-25Auto merge of #85481 - lcnr:const-equate, r=matthewjasperbors-3/+46
2021-05-19deal with `const_evaluatable_checked` in `ConstEquate`lcnr-3/+46
2021-05-18Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnrRalf Jung-9/+2
2021-05-13wowEllen-2/+2
2021-05-13completion uwuEllen-7/+0
2021-05-13Auto merge of #85041 - mibac138:suggest-generics, r=estebankbors-2/+20
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-7/+7
2021-05-11improve diagnosts for GATsb-naber-31/+31
2021-05-07Fix impl type parameter suggestion involving constsmibac138-2/+2
2021-05-05Suggest adding a type parameter for implsmibac138-2/+20
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-10/+13
2021-05-03Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnrDylan DPC-0/+24
2021-05-01Add help message for unused type paramkadmin-0/+24
2021-05-01Auto merge of #84410 - BoxyUwU:blue, r=varkorbors-0/+39
2021-05-01test: *sneezes*Ellen-0/+39
2021-04-27Rename a test for consistencyYuki Okushi-0/+0
2021-04-27Add a regression test for issue-84408Yuki Okushi-0/+38
2021-04-21supply substs to anon consts in defaultslcnr-49/+37
2021-04-21improve wf check for const param defaultslcnr-5/+54
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-76/+132
2021-04-21fix name resolution for param defaultslcnr-13/+84
2021-04-16Fix testsRyan Levick-10/+13
2021-04-12Fix typo in error messageCamelid-3/+6
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-1/+1
2021-04-02Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPCbors-11/+11
2021-03-31Add 32bit.stderr files.Hameer Abbasi-0/+72
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-8/+9
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+12
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-11/+11
2021-03-29Prefer 4 spacesJohnTitor-52/+52
2021-03-29Add a regression test for issue-82792JohnTitor-0/+14
2021-03-27Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obkDylan DPC-9/+85
2021-03-27update testslcnr-8/+8
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-9/+85
2021-03-27Add regression tests for #56445Simon Jakobi-3/+48
2021-03-23Update to not have extra matchkadmin-0/+75
2021-03-23Update with commentskadmin-3/+33
2021-03-23Update with commentskadmin-0/+53
2021-03-23Add query for const_param_defaultkadmin-0/+56
2021-03-23progress, stuff compiles nowlcnr-16/+33