summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2017-10-10output compiler message updatedJean Lourenço-0/+4
2017-08-04Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f...bors-0/+75
2017-07-31limit and delimit available fields in noteZack M. Davis-13/+17
2017-07-23field does not exist error: note fields if Levenshtein suggestion failsZack M. Davis-0/+71
2017-07-23Auto merge of #43386 - oli-obk:suggestions, r=nikomatsakisbors-1/+1
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-1/+1
2017-07-20Fix testEsteban Küber-1/+1
2017-07-20Auto merge of #43251 - gaurikholkar:span_reorder, r=nikomatsakisbors-4/+4
2017-07-18reorder span labelsgaurikholkar-4/+4
2017-07-15path, not name, in sole-argument variant type mismatch suggestionZack M. Davis-5/+5
2017-07-12suggest one-argument enum variant to fix type mismatch when applicableZack M. Davis-0/+39
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