about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/expr.rs
AgeCommit message (Expand)AuthorLines
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1964/+0
2019-11-07move syntax::{parse::literal -> util::literal}Mazdak Farrokhzad-2/+1
2019-11-07move parse::classify -> util::classifyMazdak Farrokhzad-1/+1
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-2/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-07Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkovMazdak Farrokhzad-10/+9
2019-11-07parser: allow ABIs from literal macro fragmentsMazdak Farrokhzad-1/+5
2019-11-06revamp pre-expansion gating infraMazdak Farrokhzad-10/+9
2019-10-24pre-expansion gate type_ascriptionMazdak Farrokhzad-0/+1
2019-10-24pre-expansion gate box_syntaxMazdak Farrokhzad-1/+3
2019-10-24pre-expansion gate label_break_valueMazdak Farrokhzad-0/+4
2019-10-24pre-expansion gate try_blocksMazdak Farrokhzad-1/+3
2019-10-18Clarify diagnostics when using `~` as a unary opYuki Okushi-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-10-16syntax::parse: don't depend on syntax::extMazdak Farrokhzad-0/+4
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-4/+4
2019-10-16move diagnostics.rs into parser/Mazdak Farrokhzad-1/+1
2019-10-15move parse_lit to expr.rsMazdak Farrokhzad-6/+166
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-2/+5
2019-10-03When encountering chained operators use heuristics to recover from bad turbofishEsteban Küber-1/+3
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-1/+0
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-2/+2
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-6/+6
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-1/+1
2019-09-21Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=CentrilMazdak Farrokhzad-0/+7
2019-09-17Remove Handler::cancelMark Rousskov-1/+1
2019-09-16Document `From` trait for `LhsExpr`Charles Gleason-0/+7
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-1/+1
2019-09-09Resolve attributes in several placesCaio-1/+5
2019-09-07Apply suggestions from code reviewAlexander Regueiro-5/+5
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-72/+69
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-1/+1
2019-09-06Rollup merge of #64202 - alexreg:rush-pr-1, r=CentrilMazdak Farrokhzad-1/+1
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-1/+1
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-1/+1
2019-09-05or-patterns: syntax: adjust parser removing a hack.Mazdak Farrokhzad-5/+3
2019-09-03Move path parsing earlier.Nicholas Nethercote-26/+30
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-6/+6
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-2/+2
2019-08-24parser: bool -> GateOr.Mazdak Farrokhzad-3/+4
2019-08-24parser: `let` stmts & `for` exprs: allow or-patterns.Mazdak Farrokhzad-1/+1
2019-08-24parser: `parse_pats` -> `parse_top_pat{_unpack}`.Mazdak Farrokhzad-5/+7
2019-08-20Use dedicated type for spans in pre-expansion gating.Mazdak Farrokhzad-4/+4
2019-08-16Feature gate 'yield ?' pre-expansion.Mazdak Farrokhzad-0/+3
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-4/+5
2019-08-14Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkovMazdak Farrokhzad-0/+3
2019-08-14Rollup merge of #63530 - ehuss:typo-statemement, r=centrilMazdak Farrokhzad-1/+1
2019-08-13Add NodeId for Arm, Field and FieldPatCaio-0/+3
2019-08-13Apply Centril's suggestionEric Huss-1/+1
2019-08-13Fix typo in error message.Eric Huss-1/+1