summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2020-07-09Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche...Manish Goregaokar-3/+0
2020-07-09Tweak `::` -> `:` typo heuristic and reduce verbosityEsteban Küber-3/+0
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-17/+72
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-15/+15
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-17/+72
2020-06-27Rollup merge of #73672 - nellshamrell:async-fix, r=estebankManish Goregaokar-4/+6
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+2
2020-06-25Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwcoManish Goregaokar-0/+50
2020-06-25Adds a clearer message for when the async keyword is missing from a functionNell Shamrell-4/+6
2020-06-24Suggest type param trait bound for binop only when appropriateEsteban Küber-26/+33
2020-06-23Tweak binop errorsEsteban Küber-0/+43
2020-06-23Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakisManish Goregaokar-0/+216
2020-06-23Rollup merge of #72271 - rakshith-ravi:master, r=varkorManish Goregaokar-0/+2
2020-06-20Squashed all commitsRakshith Ravi-0/+2
2020-06-19Account for multiple impl/dyn Trait in return type when suggesting `'_`Esteban Küber-0/+216
2020-06-19Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakisManish Goregaokar-0/+135
2020-06-18Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwcoManish Goregaokar-0/+26
2020-06-16Suggest new type param on single char identEsteban Küber-6/+18
2020-06-16Provide `help` when `T: ?Sized` can't be suggestedEsteban Küber-1/+60
2020-06-15Suggest `?Sized` when applicable for ADTsEsteban Küber-0/+76
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-2/+2
2020-06-15Register new eror codeEsteban Küber-1/+1
2020-06-15Use note for requirement source spanEsteban Küber-4/+7
2020-06-15review comments: wordingEsteban Küber-2/+2
2020-06-15Tweak wording and add error codeEsteban Küber-4/+4
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-2/+2
2020-06-13Make new type param suggestion more targettedEsteban Küber-0/+14
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-2/+2
2020-06-03Rollup merge of #72848 - camelid:fix-72815, r=varkorDylan DPC-2/+2
2020-06-02Rollup merge of #72775 - JohnTitor:await-sugg, r=estebankYuki Okushi-0/+35
2020-05-31Correct generic parameter ordering in error notecamelid-2/+2
2020-05-30Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,...Ralf Jung-0/+68
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-14/+5
2020-05-30Account for enclosing item when suggesting new lifetime nameEsteban Küber-10/+63
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-14/+2
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-3/+3
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-3/+3
2020-05-30Fix NLL outputEsteban Küber-0/+98
2020-05-30Improve output of argument anonymous borrow missing annotation involving opaq...Esteban Küber-39/+8
2020-05-30Account for missing lifetime in opaque return typeEsteban Küber-0/+246
2020-05-30Test ui suggestion fn trait notationArthur Woimbée-0/+68
2020-05-30Return early to avoid ICEYuki Okushi-0/+35
2020-05-22Bless other example of #71394Dylan MacKenzie-1/+0
2020-05-22Add regression test for #71394Dylan MacKenzie-0/+16
2020-05-22Rollup merge of #72306 - Aaron1011:feature/turbo-spacing, r=petrochenkovRalf Jung-2/+9
2020-05-21Rollup merge of #72149 - estebank:icemation, r=eddybRalf Jung-10/+28
2020-05-20Fix testsAaron Hill-2/+9
2020-05-14Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche...Dylan DPC-1/+1
2020-05-12add long error explanation for E0228Jade McGough-1/+1
2020-05-12Increase verbosity of bound restriction suggestionsEsteban Küber-14/+20