about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2020-03-24resolve: Remove `rustc_attrs` as a standalone feature gateVadim Petrochenkov-4/+1
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-1/+1
2020-03-23Reword unused variable warningAlex Tokarev-1/+1
2020-03-22Add span label to primary error spanEsteban Küber-3/+3
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-82/+136
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-2/+2
2020-03-12update testsMark Mansi-3/+3
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-1/+0
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-0/+27
2020-03-01Make `rustc_attrs` tracking issue NoneYuki Okushi-1/+0
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-5/+85
2020-02-28Ignore output for some platforms with diverging test outputEsteban Küber-4/+8
2020-02-28Reword messageEsteban Küber-2/+2
2020-02-28Reduce verbosity when suggesting restricting type paramsEsteban Küber-12/+0
2020-02-28keep predicate order and tweak outputEsteban Küber-6/+10