about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2015-01-20Fix up some ‘help’ messagesP1start-1/+1
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-25/+34
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-25/+34
2015-01-19Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichtonbors-24/+5
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-24/+5
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-9/+3
2015-01-15Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-15rollup merge of #21088: aochagavia/obsoleteAlex Crichton-128/+4
2015-01-15syntax: parse fully qualified UFCS expressions.Eduard Burtescu-7/+37
2015-01-14Remove old obsolete syntax errorsAdolfo Ochagavía-128/+4
2015-01-11Update Token::can_begin_expr() to make it consistent with the grammar:Daniel Grunwald-9/+3
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-2/+6
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-18/+20
2015-01-08Remove String impls and fix for make tidyNick Cameron-3/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-109/+108
2015-01-07rollup merge of #20726: dgrunwald/require-parens-for-chained-comparisonAlex Crichton-1/+23
2015-01-08RFC 558: Require parentheses for chained comparisonsDaniel Grunwald-1/+23
2015-01-07use slicing sugarJorge Aparicio-109/+108
2015-01-08Fix precedence for ranges.Nick Cameron-18/+23
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-55/+83
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-55/+83
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-3/+3
2015-01-07falloutNick Cameron-11/+27
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-3/+3
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-95/+20
2015-01-07Replace full slice notation with index callsNick Cameron-79/+79
2015-01-05More test fixes!Alex Crichton-9/+3
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-6/+17
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-14/+17
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-2/+6
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-2/+7
2015-01-05rollup merge of #20424: jroesch/tuple-struct-where-clause-fixAlex Crichton-40/+89
2015-01-05rollup merge of #20099: P1start/parse-more-macro-opsAlex Crichton-5/+10
2015-01-05Reserve the keyword 'macro'Keegan McAllister-3/+3
2015-01-06Obsolete `Sized? T`Nick Cameron-2/+3
2015-01-06Remove the prefix in ObsoleteSyntax variantsNick Cameron-12/+14
2015-01-05syntax: remove dead codeJorge Aparicio-2/+1
2015-01-05syntax: make the closure type `f: |uint| -> bool` syntax obsoleteJorge Aparicio-16/+13
2015-01-05remove TyClosureJorge Aparicio-8/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-05syntax: obsolete the `for Sized?` syntaxJorge Aparicio-2/+6
2015-01-05Allow leading :: in use itemsKeegan McAllister-0/+4
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-2/+5
2015-01-05Refactor struct parsing and add testsJared Roesch-45/+76
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-2/+7
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-1/+16
2015-01-04Fix the parsing of where-clauses for structsJared Roesch-3/+21