summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
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
2019-12-24Rollup merge of #67543 - JohnTitor:regression-tests, r=CentrilMazdak Farrokhzad-0/+34
2019-12-24Apply suggestion from CentrilYuki Okushi-1/+1
2019-12-22Remove mem::uninitalized from testsMark Rousskov-0/+12
2019-12-23Add test for issue-66205Yuki Okushi-0/+10
2019-12-23Add test for issue-61747Yuki Okushi-0/+24
2019-12-20Rollup merge of #67354 - VirrageS:blame-wrong-line, r=estebankMazdak Farrokhzad-5/+15
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-1/+1
2019-12-11Add more context for type parametersEsteban Küber-2/+2
2019-12-07Rename tests and add short test descriptionJanusz Marcinkiewicz-5/+15
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-2/+2
2019-11-23Highlight parts of fn in type errorsEsteban Küber-2/+2
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-8/+24
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-26/+20
2019-11-18test: const-generics: Update tests removing unrequired bracesGabriel Smith-19/+19
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-6/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-22/+22
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-03Auto merge of #65759 - tmiasko:ui, r=petrochenkovbors-3/+2
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-3/+2
2019-10-31Revert "pre-expansion gate const_generics"Eduard-Mihai Burtescu-6/+6
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-1/+4