about summary refs log tree commit diff
path: root/src/test/ui/resolve/privacy-enum-ctor.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-395/+0
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-60/+30
2022-10-19instantiate -> constructMichael Goulet-3/+3
2022-08-31Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillotMatthias Krüger-5/+5
2022-08-31Fix uintended diagnostic caused by `drain(..)`Donough Liu-5/+5
2022-08-28More descriptive argument placeholdersMichael Goulet-6/+6
2022-07-16Be more precise when suggesting removal of parens on unit adt ctorMichael Goulet-6/+6
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-3/+3
2022-06-16diagnostics: fix trailing spaceklensy-4/+4
2022-05-03Tweak wordingEsteban Kuber-2/+2
2022-05-03When suggesting to import an item, also suggest changing the path if appropriateEsteban Küber-1/+6
2021-11-16Suggest removal of arguments for unit variant, not replacementEsteban Kuber-6/+9
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-3/+3
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-8/+20
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-36/+12
2021-08-11Modify structured suggestion outputEsteban Küber-26/+26
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