about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2020-04-02unerase regions in `infer_placeholder_type`Matthew Jasper-3/+14
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-22/+9
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-24/+18
2020-03-29review comment: wordingEsteban Küber-20/+20
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-18/+18
2020-03-28Suggest correct order for args and constraintsEsteban Küber-0/+40
2020-03-28Point at all constraints before argsEsteban Küber-39/+57
2020-03-28Auto merge of #70261 - Centril:angle-args-partition, r=varkorbors-64/+70
2020-03-27add the label back but make it shorterMazdak Farrokhzad-15/+31
2020-03-27address some review commentsMazdak Farrokhzad-64/+40
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-65/+79
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+2