about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-01-24Rollup merge of #57863 - davidtwco:issue-57684, r=estebankMazdak Farrokhzad-0/+92
2019-01-24Rollup merge of #57817 - davidtwco:issue-54521, r=estebankMazdak Farrokhzad-0/+156
2019-01-24Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavisMazdak Farrokhzad-12/+9
2019-01-24Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwcoMazdak Farrokhzad-0/+49
2019-01-23Add suggestion for incorrect field syntax.David Wood-0/+92
2019-01-23Suggest removing leading left angle brackets.David Wood-0/+138
2019-01-22Auto merge of #57830 - Centril:rollup, r=Centrilbors-0/+16
2019-01-22Rollup merge of #57791 - estebank:issue-54582, r=zackmdavisMazdak Farrokhzad-0/+16
2019-01-22Auto merge of #56221 - estebank:remove-dummy-checks, r=varkorbors-3/+3
2019-01-22Extend trailing `>` detection for paths.David Wood-0/+70
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-12/+12
2019-01-21Pluralize error messages.David Wood-6/+6
2019-01-21Add error for trailing angle brackets.David Wood-0/+86
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-12/+12
2019-01-21Print visible name for types as well as modules.David Wood-0/+23
2019-01-20Use structured suggestion in stead of notesEsteban Küber-12/+9
2019-01-21Rollup merge of #57783 - davidtwco:issue-57741, r=estebankMazdak Farrokhzad-0/+164
2019-01-20Add regression test for #54582Esteban Küber-0/+16
2019-01-20Tweak field parse error recoveryEsteban Küber-17/+5
2019-01-20Extend incorrect float literal recovery to account for suffixesEsteban Küber-16/+5
2019-01-20Reword message for incorrect float literalEsteban Küber-3/+3
2019-01-20Remove unnecessary dummy span checksEsteban Küber-3/+3
2019-01-20Add "dereference boxed value" suggestion.David Wood-0/+164
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-23/+23
2019-01-20Recover with suggestion from writing `.42` instead of `0.42`Esteban Küber-12/+21
2019-01-20Recover from parse errors in struct literal fieldsEsteban Küber-0/+63
2019-01-19Suggest usage of angle bracketsEsteban Küber-5/+8
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-5/+9
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-2/+9
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-0/+13
2019-01-19Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkovMazdak Farrokhzad-20/+243
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-2/+1
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-18/+10
2019-01-15update test outputmark-12/+60
2019-01-15update/add testsmark-8/+183
2019-01-14Rollup merge of #57585 - estebank:trailing-semicolon, r=petrochenkovMazdak Farrokhzad-6/+12
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-15/+25
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-11/+11
2019-01-13Recover from item trailing semicolonEsteban Küber-6/+12
2019-01-13Auto merge of #57580 - Centril:rollup, r=Centrilbors-0/+77
2019-01-13Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavisMazdak Farrokhzad-0/+55
2019-01-13Rollup merge of #57366 - estebank:point-match-discrim, r=varkorMazdak Farrokhzad-0/+22
2019-01-13Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoeristerbors-0/+34
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-8/+11
2019-01-13librustc_mir: Fix ICE with slice patternsDan Robertson-0/+55
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-18/+10
2019-01-12Reword label as per review commentEsteban Küber-10/+10
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-0/+22
2019-01-12Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=CentrilMazdak Farrokhzad-7/+8