about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-52/+140
2018-05-26Auto merge of #51072 - petrochenkov:ifield, r=eddybbors-2/+2
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-2/+2
2018-05-24restore emplacement syntax (obsolete)Niko Matsakis-0/+13
2018-05-24Auto merge of #51023 - kennytm:rollup, r=kennytmbors-8/+8
2018-05-24Rollup merge of #50979 - Manishearth:type-only, r=estebankkennytm-8/+8
2018-05-24Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkovbors-28/+38
2018-05-22add `Span` information into `Qself`Niko Matsakis-7/+21
2018-05-22Fix span for type-only argumentsManish Goregaokar-8/+8
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-28/+38
2018-05-23Rollup merge of #50914 - simartin:issue_50636, r=oli-obkkennytm-3/+12
2018-05-20Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakisbors-6/+18
2018-05-20suggestion applicabilities for libsyntax and librustc, run-rustfix testsZack M. Davis-52/+140
2018-05-20Issue #50636: Improve error diagnostic with missing commas after struct fields.Simon Martin-3/+12
2018-05-20Auto merge of #50855 - nnethercote:fewer-macro_parser-allocs, r=petrochenkovbors-8/+9
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-6/+18
2018-05-18Make `Directory::path` a `Cow`.Nicholas Nethercote-8/+9
2018-05-16label-break-value: Parsing and AST/HIR changesest31-7/+15
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-9/+9
2018-05-10Fix tuple struct field spansEsteban Küber-1/+1
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-1/+1
2018-05-03check if the token is a lifetime before parsingrleungx-1/+1
2018-05-02make it compile againflip1995-3/+3
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-4/+4
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
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-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-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-1/+1
2018-04-09in which `!` is suggested for erroneous identifier `not`Zack M. Davis-1/+42
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-2/+2
2018-04-06Make lifetime nonterminals closer to identifier nonterminalsVadim Petrochenkov-8/+13
2018-04-06Remove more duplicated spansVadim Petrochenkov-26/+17
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-1/+1
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-39/+28
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-2/+2
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-55/+69
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-55/+69
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-27libsyntax: Remove obsolete.rsVadim Petrochenkov-6/+0
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-12/+17