about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-327/+129
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-4/+4
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-8/+8
2015-01-21rollup merge of #21463: sanxiyn/demutAlex Crichton-17/+17
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-9/+9
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-1/+1
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-2/+2
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-101/+101
2015-01-21Fallout from stabilization.Aaron Turon-4/+4
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-12/+10
2015-01-21syntax: merge ast::ViewItem into ast::Item.Eduard Burtescu-315/+119
2015-01-21De-mut the parserSeo Sanghyeon-17/+17
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+9
2015-01-20Test fixes and rebase conflictsAlex Crichton-3/+1
2015-01-21Rollup merge of #21336 - rylev:better-nofile-error, r=brsonBarosl LEE-2/+3
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-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-25/+34
2015-01-19Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichtonbors-27/+6
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-35/+35
2015-01-18libsyntax: int types -> isizePaul Collier-7/+7
2015-01-18libsyntax: int => i32 in appropriate placesPaul Collier-10/+10
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-27/+6
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-11/+5
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-12/+12
2015-01-18Improve the error message when source file cannot be readRyan Levick-2/+3
2015-01-17libsyntax: uint types to usizePaul Collier-37/+37
2015-01-15Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-15rollup merge of #21088: aochagavia/obsoleteAlex Crichton-168/+4
2015-01-15syntax: parse fully qualified UFCS expressions.Eduard Burtescu-7/+37
2015-01-14Remove old obsolete syntax errorsAdolfo Ochagavía-168/+4
2015-01-11Update Token::can_begin_expr() to make it consistent with the grammar:Daniel Grunwald-11/+5
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-2/+6
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-4/+4
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-161/+160
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-161/+160
2015-01-08Fix precedence for ranges.Nick Cameron-18/+23
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-4/+4
2015-01-06More test fixesAlex Crichton-4/+4
2015-01-06Fix misspelled comments.Joseph Crail-4/+4
2015-01-06Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-0/+1
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-57/+87
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-57/+87