about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-13/+13
2019-01-31Add suggestion for duplicated import.David Wood-6/+4
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-13/+13
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-4/+4
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-4/+4
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-2/+2
2019-01-19Suggest usage of angle bracketsEsteban Küber-1/+4
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-9/+2
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-2/+9
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-5/+4
2019-01-18Rollup merge of #57725 - estebank:parens, r=michaelwoeristerMazdak Farrokhzad-3/+9
2019-01-17Use structured suggestion to surround struct literal with parenthesisEsteban Küber-3/+9
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-1/+32
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-46/+0
2019-01-16Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisabors-128/+0
2019-01-14Rollup merge of #57481 - euclio:bool-cast-suggestion, r=estebankMazdak Farrokhzad-3/+1
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-128/+0
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-1/+1
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-0/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-46/+0
2019-01-13Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkorMazdak Farrokhzad-2/+2
2019-01-12Reword label as per review commentEsteban Küber-1/+1
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-0/+2
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-35/+0
2019-01-12Rollup merge of #57493 - euclio:deref-suggest, r=oli-obkMazdak Farrokhzad-7/+4
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-35/+0
2019-01-10use structured suggestion when casting a referenceAndy Russell-7/+4
2019-01-09provide suggestion for invalid boolean castAndy Russell-3/+1
2019-01-09clarify resolve typo suggestionAndy Russell-1/+1
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-4/+23
2019-01-08Improve the wordingYuki Okushi-2/+2
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-3/+1
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-1/+1
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-36/+4
2019-01-03use structured suggestion for method callsAndy Russell-3/+1
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-1/+1
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
2018-12-31Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors-5/+2
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-5/+2
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-1/+1
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-1/+1
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-3/+3
2018-12-29Fixed stderr files for ui tests.Alexander Regueiro-10/+1
2018-12-28Clarify wording of E0512varkor-3/+3
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-4/+12
2018-12-26Fixed more tests.Alexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-2784/+372
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-9/+16