summary refs log tree commit diff
path: root/src/test/ui/resolve/privacy-enum-ctor.stderr
AgeCommit message (Expand)AuthorLines
2020-10-15resolve: suggest variants with placeholdersDavid Wood-10/+102
2020-09-29resolve: improve "try using the enum's variant"David Wood-35/+8
2020-09-02pretty: trim paths of unique symbolsDan Aloni-12/+12
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-7/+0
2020-08-10Tweak ordering of suggestionsEsteban Küber-8/+8
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-4/+4
2020-06-23Add re-exports to use suggestionsDan Aloni-4/+4
2020-05-07reword "possible candidate" import suggestionAndy Russell-6/+6
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-16/+22
2020-03-22Normalize wording of privacy access labelsEsteban Küber-4/+4
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-12/+18
2020-03-21Bless testsLeSeulArtichaut-59/+25
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-4/+28
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-12/+15
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-6/+6
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-12/+64
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+12
2019-09-22Point at definition when misusing ADTEsteban Küber-8/+28
2019-08-09review comments: typo and rewordingEsteban Küber-3/+3
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-3/+3
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-3/+3
2019-08-09Suggest calling function on type error when finding bare fnEsteban Küber-3/+21
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-21use suggestions for "enum instead of variant" errorAndy Russell-23/+42
2019-01-09clarify resolve typo suggestionAndy Russell-8/+26
2018-12-25Remove licensesMark Rousskov-23/+23
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-3/+9
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-8/+8
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-11/+11
2018-02-26Update UI testsVadim Petrochenkov-26/+26
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-01-15Further tweaks to the outputEsteban Küber-0/+225