summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-2/+2
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-24/+24
2017-06-11Add E0609Guillaume Gomez-2/+2
2017-05-27Add new error codes and update testsGuillaume Gomez-23/+23
2017-05-24Change error count messagesMichael Kohl-24/+24
2017-05-06Update the .stderr file for the "an" changesacdenisSK-1/+1
2017-05-05Suggest `!` for bitwise negation when encountering a `~`F001-0/+23
2017-04-25Rebase and address commentsOliver Schneider-5/+5
2017-04-25Improve E0178 suggestion placementOliver Schneider-0/+83
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-8/+8
2017-04-17libsyntax/parse: improve associated item error reportingAriel Ben-Yehuda-4/+76
2017-04-06Rollup merge of #41108 - arielb1:tuple-blame, r=estebankCorey Farwell-1/+13
2017-04-06don't try to blame tuple fields for immutabilityAriel Ben-Yehuda-1/+13
2017-04-03Merge branch 'master' into issue-40006Esteban Küber-7/+201
2017-03-27Simplify error outputEsteban Küber-7/+3
2017-03-27fix handling of `self`Ariel Ben-Yehuda-9/+102
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-8/+109
2017-03-24Identify missing item category in `impl`sEsteban Küber-0/+33
2017-03-19Rollup merge of #40445 - estebank:issue-18150, r=jonathandturnerCorey Farwell-1/+3
2017-03-14Point out correct turbofish usage on `Foo<Bar<Baz>>`Esteban Küber-0/+57
2017-03-13Add label to primary span for mutable access of immutable struct errorEsteban Küber-1/+1
2017-03-12Change label to "consider changing this to `mut f`"Esteban Küber-1/+1
2017-03-11Point to let when modifying field of immutable variableEsteban Küber-0/+2
2017-03-02Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakisbors-0/+188
2017-03-02note -> helpAlex Burka-2/+2
2017-02-14Show five traits implementation in help when there are exactly fiveSebastian Waisbrot-0/+80
2017-02-09suggest doubling recursion limit in more situationsAlex Burka-0/+188
2017-02-06Fix ICE when accessing mutably an immutable enumEsteban Küber-0/+30
2017-02-02Suggest only if resolution was previously resolvedSon-0/+29
2017-01-26Point to immutable arg/fields when trying to use as &mutEsteban Küber-0/+136
2017-01-13Use multiline Diagnostic for "relevant impl" listEsteban Küber-0/+112
2016-11-03Fix invalid "ref mut mut" sugestionEsteban Küber-0/+142
2016-10-02Improve error message and snippet for "did you mean `x`"Gavin Baker-0/+52