about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
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
2020-06-19Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkovRalf Jung-2/+3
2020-06-18Rollup merge of #71976 - mibac138:let-recovery, r=estebankManish Goregaokar-0/+28
2020-06-16Update ui testsGuillaume Gomez-2/+3
2020-06-16bless allRalf Jung-30/+50
2020-06-16warn against 'specialization' featureRalf Jung-2/+11
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-1/+1
2020-06-10Add tests for E0762Guillaume Gomez-2/+4
2020-06-09[AVR] Add required references for AVR to the parser test suitesDylan McKay-1/+1
2020-06-06Order the Rust and C ABIs first to reduce test churnJake Goulding-1/+1
2020-05-29rustc_lexer: Optimize shebang detection slightlyVadim Petrochenkov-0/+14
2020-05-25Fix bug in shebang handlingRussell Cohen-0/+73
2020-05-21Adjust according to petrochenkov's review commentsmibac138-48/+5
2020-05-20Adjust according to estebank's review commentsmibac138-16/+16
2020-05-20Error recovery for `let` with `+=`mibac138-2/+10
2020-05-20Expand partial error recovery for `let` with `BinOpEq`mibac138-2/+20
2020-05-20Implement partial error recovery for `let` with `BinOpEq`mibac138-0/+45
2020-05-16Rollup merge of #72254 - ehuss:double-backtick, r=dtolnayRalf Jung-3/+3
2020-05-15Remove redundant backtick in error message.Eric Huss-3/+3
2020-05-09adjust testsRalf Jung-1/+2