about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-7/+8
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-217/+27
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-57/+3
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-7/+8
2019-01-11Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakisbors-0/+23
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-5/+3
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-158/+24
2019-01-06Auto merge of #57272 - petrochenkov:featrecov, r=estebankbors-4/+6
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-4/+6
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-9/+13
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-22/+24
2019-01-05use the correct supertrait substitution in `object_ty_for_trait`Ariel Ben-Yehuda-0/+23
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-22/+22
2019-01-05Rollup merge of #57229 - mikeyhew:fix-56806, r=varkorkennytm-0/+19
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-26/+302
2019-01-04use `delay_span_bug` instead of `bug!` when doing layout sanity checkMichael Hewson-0/+19
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-10/+12
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-10/+10
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-28/+297
2019-01-03use structured suggestion for method callsAndy Russell-9/+13
2019-01-02improve handling for subtypeNiko Matsakis-21/+7
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-4/+4
2019-01-02apply the new placeholder errors even with just one placeholderNiko Matsakis-37/+20
2019-01-02WIP other test changesNiko Matsakis-1/+0
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-78/+66
2019-01-02make `panictry!` private to libsyntaxAndy Russell-10/+12
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-12/+12
2019-01-01Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkovbors-0/+12
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-22/+22
2018-12-31Improve type mismatch error messagesYuning Zhang-12/+12
2018-12-31Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors-0/+3
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-0/+3
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-7/+7
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-7/+7
2018-12-31Update tests after rebaseEsteban Küber-0/+4
2018-12-31Address review commentsEsteban Küber-0/+8
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-0/+25
2018-12-30Tweak E0308 error for clarityEsteban Küber-9/+7
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-13/+13
2018-12-30Point at function name spanEsteban Küber-5/+15
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-25/+19
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-25/+4
2018-12-29Do not complain about missing crate named as a keywordEsteban Küber-0/+25
2018-12-29Auto merge of #56843 - csmoe:non-copy, r=davidtwcobors-3/+5
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-25/+4
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-39/+69
2018-12-29add non-copy note to stderrcsmoe-3/+5
2018-12-28Clarify wording of E0512varkor-13/+13
2018-12-27Auto merge of #56999 - petrochenkov:macrecov2, r=estebankbors-37/+86