about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2020-10-02Fix span for incorrect pattern field and add labelEsteban Küber-4/+10
2020-09-29`delay_span_bug` if const-checking an `async` functionDylan MacKenzie-47/+20
2020-09-26`char` not charvarkor-24/+24
2020-09-22Suggest async {} for async || {}Andy Weiss-12/+2
2020-09-22Bless testsDylan MacKenzie-20/+47
2020-09-15improve diagnostics for lifetime after `&mut`SNCPlay42-0/+74
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-0/+55
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-6/+6
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-9/+9
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-9/+9
2020-09-02Improve recovery on malformed format callSasha-2/+2
2020-09-02lexer: Tiny improvement to shebang detectionVadim Petrochenkov-8/+5
2020-09-01Clarify message about unresolved useKornel-6/+6
2020-08-22Auto merge of #74566 - lzutao:guard, r=petrochenkovbors-0/+18
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-5/+12
2020-08-16Auto merge of #75536 - estebank:e0255-suggestion, r=varkorbors-15/+15
2020-08-14Rollup merge of #75513 - estebank:confused-parser, r=davidtwcoTyler Mandry-17/+3
2020-08-14Tweak output of E0225Esteban Küber-15/+15
2020-08-13Recover gracefully from `struct ` parse errorsEsteban Küber-17/+3
2020-08-13Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddybTyler Mandry-22/+45
2020-08-11Detect tuple variants used as struct pattern and suggest correct patternEsteban Küber-3/+11
2020-08-08Add a regression test for match guardLzu Tao-0/+18
2020-08-08Fallback to pase_expr because match guard accepts struct literalsLzu Tao-5/+27
2020-08-08Gate to if-let guard featureLzu Tao-27/+5
2020-07-27mv std libs to library/mark-1/+1
2020-07-22Correctly parse `{} && false` in tail expressionEsteban Küber-22/+45
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-1/+1
2020-07-10Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakisManish Goregaokar-0/+474
2020-07-09Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche...Manish Goregaokar-10/+10
2020-07-09Tweak `::` -> `:` typo heuristic and reduce verbosityEsteban Küber-10/+10
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-30/+345
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-02Add some requested testsVadim Petrochenkov-0/+63
2020-07-02parser: Break float tokens into parts in tuple field positionsVadim Petrochenkov-0/+411
2020-07-02Audit uses of `tool_only_span_suggestion`Yuki Okushi-12/+28
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-18/+317
2020-07-01Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasperManish Goregaokar-0/+22
2020-07-01Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebankManish Goregaokar-3/+3
2020-06-27Fix wording for anonymous parameter name helpJames Box-3/+3
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-1/+1
2020-06-27Recover extra trailing angle brackets in struct definitionAaron Hill-0/+22
2020-06-26rustc_lexer: Simplify shebang parsing once moreVadim Petrochenkov-0/+9
2020-06-25Rollup merge of #73581 - GuillaumeGomez:add-0766, r=varkorManish Goregaokar-1/+2
2020-06-25Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=ManishearthManish Goregaokar-3/+5
2020-06-25Update UI testGuillaume Gomez-1/+2
2020-06-23Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint.Charles Lew-3/+5
2020-06-21Update UI testsGuillaume Gomez-1/+2
2020-06-20Update existing test cases.jumbatm-0/+1
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-32/+61