about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
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
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-18Move raw_identifiers check to the lexer.Lymia Aluysia-4/+1
2018-03-18Feature gate raw identifiers.Lymia Aluysia-1/+4
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-12/+17
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-80/+36
2018-03-17Cleanup import parsingVadim Petrochenkov-53/+22
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-1/+1
2018-03-17AST: Keep distinction between `path` and `::path` in imports and visibilitiesVadim Petrochenkov-10/+5
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-3/+1
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-13/+7
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-20/+16
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-1/+5
2018-03-15Disallow &a..=b and box a..=b in pattern.kennytm-2/+27
2018-03-14Implement import renaming with `_` (RFC 2166)Vadim Petrochenkov-1/+5
2018-03-11in which some labels and notes are upgraded to structured suggestionsZack M. Davis-5/+8
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-12/+3
2018-03-08in which parentheses are suggested for should-have-been-tuple-patternsZack M. Davis-5/+39
2018-03-06note a FIXMERalf Jung-0/+1
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-12/+2
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-1/+1
2018-03-02Rollup merge of #48338 - estebank:match-missing-comma, r=petrochenkovManish Goregaokar-31/+121
2018-03-01Fix spelling s/casted/cast/Lukas Lueg-1/+1
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-26/+40
2018-02-27Diagnostic tweaks (review)Esteban Küber-17/+11