about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2018-04-28Auto merge of #50155 - est31:label_expressions, r=petrochenkovbors-1/+2
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+2
2018-04-23'label can start expressionsest31-1/+2
2018-04-23Auto merge of #48946 - PramodBisht:issues/48636, r=estebankbors-1/+16
2018-04-221) Addresses #48636Pramod Bisht-1/+16
2018-04-22parser: Do not override syntactic context for dummy spansVadim Petrochenkov-1/+2
2018-04-20Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrumbors-2/+10
2018-04-18proc_macro: Stay on the "use the cache" path moreAlex Crichton-9/+91
2018-04-19Avoid allocating when parsing \u{...} literals.Nicholas Nethercote-2/+10
2018-04-18Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichtonbors-5/+5
2018-04-14Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrckennytm-9/+22
2018-04-14macros: Do not match on "complex" nonterminals requiring AST comparisonsVadim Petrochenkov-1/+17
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-3/+2
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-32/+5
2018-04-12Change the hashcounts in raw `Lit` variants from usize to u16.Nicholas Nethercote-5/+5
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-1/+1
2018-04-10proc_macro: Avoid cached TokenStream more oftenAlex Crichton-9/+22
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-29/+18
2018-04-09in which `!` is suggested for erroneous identifier `not`Zack M. Davis-2/+52
2018-04-09don't suggest placing code in block if next token is open-braceZack M. Davis-0/+5
2018-04-09Convert sort_by to sort_by_cached_keyvarkor-1/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-5/+4
2018-04-06Make lifetime nonterminals closer to identifier nonterminalsVadim Petrochenkov-42/+42
2018-04-06Remove more duplicated spansVadim Petrochenkov-33/+24
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-8/+4
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-42/+31
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-2/+2
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-1/+1
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-55/+71
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-55/+71
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-13/+0
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-0/+3
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+3
2018-04-01Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkovbors-1/+1
2018-03-29Fix escaped backslash in windows file not found messagePhlosioneer-1/+1
2018-03-28Make ParseSess thread-safeJohn Kåre Alsaker-14/+12
2018-03-28Make LazyTokenStream thread-safeJohn Kåre Alsaker-15/+6
2018-03-27Rollup merge of #49395 - petrochenkov:obsolete, r=alexcrichtonkennytm-74/+0
2018-03-27libsyntax: Remove obsolete.rsVadim Petrochenkov-74/+0
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-1/+8
2018-03-24Better diagnostics for '..' pattern fragment not in the last positionHidehito Yabuuchi-1/+7
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-70/+144
2018-03-22Clean up raw identifier handling when recovering tokens from AST.Lymia Aluysia-1/+1
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-2/+0
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-10/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-20Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkovkennytm-10/+1
2018-03-18Return a is_raw parameter from Token::ident rather than having separate methods.Lymia Aluysia-30/+15