about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2020-02-09--bless --compare-mode=nllMatthias Prechtl-4/+4
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+22
2020-02-06Rollup merge of #68845 - dwrensha:fix-68783, r=estebankDylan DPC-0/+0
2020-02-05ast_validation: fix visiting bug.Mazdak Farrokhzad-0/+21
2020-02-04stop using BytePos for computing spans in librustc_parse/parser/mod.rsDavid Renshaw-0/+0
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-20/+387
2020-02-03Auto merge of #68735 - JohnTitor:fix-ice-0202, r=estebankbors-0/+0
2020-02-02Rollup merge of #68764 - Centril:self-semantic, r=petrochenkovMazdak Farrokhzad-4/+365
2020-02-02parser: address review comments re. `self`.Mazdak Farrokhzad-76/+87
2020-02-02parser: move restrictions re. `self` to `ast_validation`.Mazdak Farrokhzad-0/+350
2020-02-02Rollup merge of #68681 - bobrippling:fix-matched-angle-brackets, r=CentrilYuki Okushi-0/+46
2020-02-01Improve wording and docs for qualified path recoveryRob Pilling-3/+3
2020-02-02Use `next_point` to avoid ICEYuki Okushi-0/+0
2020-01-31Auto merge of #68633 - JohnTitor:avoid-ice-in-diagnostics, r=estebankbors-5/+4
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-1/+1
2020-01-30Suggest path separator for single-colon typosRob Pilling-0/+46
2020-01-30suggest adding space in accidental doc commentsAndy Russell-0/+70
2020-01-29Avoid ICE in macro's diagnosticsYuki Okushi-5/+4
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-0/+3
2020-01-18slice_patterns: organize some testsMazdak Farrokhzad-35/+0
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-37/+6
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-1/+10
2020-01-12Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=CentrilMazdak Farrokhzad-11/+220
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-68/+68
2020-01-11Add suggestions when encountering chained comparisonsvarkor-11/+220
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-430/+222
2020-01-09Add tests for RFC 2632Dylan MacKenzie-1/+12
2020-01-09Update testsVadim Petrochenkov-6/+35
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-75/+64
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-97/+97
2019-12-31Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkovMazdak Farrokhzad-3/+14
2019-12-31parser::pat: remove .fatal callsMazdak Farrokhzad-2/+6
2019-12-31de-fatalize some errorsMazdak Farrokhzad-1/+8
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-6/+9
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-1/+1
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-19/+31
2019-12-23extract parse_dot_suffix_exprMazdak Farrokhzad-3/+3
2019-12-23extract error_unexpected_after_dot and de-fatalizeMazdak Farrokhzad-22/+33
2019-12-23more recovery in if-parsingMazdak Farrokhzad-5/+5
2019-12-22Rollup merge of #67148 - Centril:ty-polish, r=estebankMazdak Farrokhzad-30/+52
2019-12-21span_suggestion_hidden -> tool_only_span_suggestionMazdak Farrokhzad-16/+0
2019-12-21parse_generic_bounds: account for negative lifetime boundsMazdak Farrokhzad-25/+63
2019-12-21Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakisMazdak Farrokhzad-1/+8
2019-12-21Update tests for GATsMatthew Jasper-1/+8
2019-12-20tweak var/auto/mut recoveryMazdak Farrokhzad-24/+32
2019-12-20ast_stmt_expr_attr -> pretty & ui testsMazdak Farrokhzad-0/+517
2019-12-20recover `#[attr] if expr {}`Mazdak Farrokhzad-0/+44
2019-12-20recover on 'mut', 'var', 'auto'Mazdak Farrokhzad-0/+80
2019-12-20recover on 'do catch { .. }'Mazdak Farrokhzad-5/+19