summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2020-06-02Rollup merge of #72775 - JohnTitor:await-sugg, r=estebankYuki Okushi-0/+35
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
2020-05-12Don't `type_of` on trait assoc ty without defaultEsteban Küber-10/+28
2020-05-11Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwcoDylan DPC-0/+36
2020-05-08Fix debug assertion in error codeMatthew Jasper-0/+36
2020-05-07reword "possible candidate" import suggestionAndy Russell-2/+2
2020-05-03fix rebaseEsteban Küber-2/+0
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-14/+31
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-2/+309
2020-05-01Uncomment test code for failure to use `Box::pin`Esteban Küber-16/+95
2020-04-28Rollup merge of #71311 - estebank:fn-type-param, r=varkorDylan DPC-0/+16
2020-04-22Revert old span changeEsteban Küber-4/+4
2020-04-22Tweak wordingEsteban Küber-17/+17
2020-04-22Tweak `'static` suggestion codeEsteban Küber-3/+337
2020-04-18On `FnDef` type annotation suggestion, use fn-pointer outputEsteban Küber-0/+16
2020-04-18Add label to item source of bound obligationEsteban Küber-3/+3
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-1/+0
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-6/+8
2020-04-13Remove `FnCtxt::impl_self_ty`Yuki Okushi-1/+1
2020-04-11fix rebaseEsteban Küber-5/+5
2020-04-11Try to use the first char in the trait name as type paramEsteban Küber-6/+6
2020-04-11Account for existing names when suggesting adding a type paramEsteban Küber-5/+27
2020-04-11Account for type params with boundsEsteban Küber-1/+24
2020-04-11Handle `impl Trait` where `Trait` has an assoc type with missing boundsEsteban Küber-0/+77
2020-04-10Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddybMazdak Farrokhzad-17/+31
2020-04-08Small tweaks to required bound spanEsteban Küber-13/+13
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-4/+18
2020-04-08Rollup merge of #70912 - estebank:reduce-type-param-sugg-verbosity, r=davidtwcoDylan DPC-4/+0
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-4/+0
2020-04-06Rollup merge of #70519 - estebank:constraints-before-args-spans, r=CentrilMazdak Farrokhzad-42/+66
2020-04-05Reduce the visual clutterEsteban Küber-54/+20
2020-04-03Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrumbors-22/+9