about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-4/+8
2020-02-28Suggest constraining type parametersEsteban Küber-0/+75
2020-02-28Point at closure definitionsEsteban Küber-1/+1
2020-02-28Show information of chain of bound obligationsEsteban Küber-1/+6
2020-02-28Reduce vebosity of E0599Esteban Küber-14/+4
2020-02-28Add more context to E0599 errorsEsteban Küber-5/+15
2020-02-28Rollup merge of #69452 - Centril:typeck-pat, r=estebankMazdak Farrokhzad-1/+5
2020-02-25check_pat_ref: use pattern_causeMazdak Farrokhzad-1/+5
2020-02-22Add note regarding argument orderingvarkor-0/+8
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-14/+15
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-6/+5
2020-02-14Suggest a comma if a struct initializer field fails to parseAaron Hill-0/+36
2020-02-13Rollup merge of #69082 - estebank:boxfuture-box-pin, r=tmandryDylan DPC-0/+49
2020-02-12Add trait `Self` filtering to `rustc_on_unimplemented`Esteban Küber-62/+16
2020-02-12Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul...Esteban Küber-10/+13
2020-02-12Account for `Box::new(impl Future)` and emit help `use Box::pin`Esteban Küber-19/+61
2020-02-12Remove std lib `Span` from expected boxed future testEsteban Küber-28/+19
2020-02-12When expecting `BoxFuture` and using `async {}`, suggest `Box::pin`Esteban Küber-0/+59
2020-02-12Rollup merge of #68981 - estebank:silence, r=davidtwcoDylan DPC-0/+22
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-5/+5