summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
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
2020-02-13Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=AmanieuDylan DPC-15/+5
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-3/+3
2020-02-09--bless --compare-mode=nllMatthias Prechtl-3/+3
2020-02-07Merge branch 'master' of https://github.com/jwhite927/rust into E0637Josh White-0/+3
2020-02-07performed --bless of 15 ui tests affectedJosh White-0/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+3
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-1/+1
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-24Print constants in `type_name` for const genericsvarkor-0/+19
2020-01-21Make `TooGeneric` error in WF checking a proper errorvarkor-5/+22
2020-01-17Rollup merge of #68312 - varkor:issue-67753-regression, r=CentrilTyler Mandry-0/+26
2020-01-17Add regression test for integer literals in generic arguments in where clausesvarkor-0/+26
2020-01-16review commentsEsteban Küber-7/+7
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-0/+36
2020-01-12Update test benchmark fileBen Lewis-6/+6
2020-01-12Added comment about behaviour.Ben Lewis-0/+5
2020-01-12Forbid elided lifetimes within const generic parameter types.Ben Lewis-0/+59
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2020-01-05Silence `TooGeneric` errorvarkor-0/+31
2019-12-26Relax bounds on HashSet to match hashbrownMark Rousskov-15/+5