about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-1/+6
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26Adjust most comments and messages to not use "unboxed".Eduard Burtescu-1/+1
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-18/+15
2015-01-25Tweak chained comparison errors.Huon Wilson-3/+4
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-5/+7
2015-01-22Fix some grammar inconsistencies for the '..' range notation.Daniel Grunwald-17/+37
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-315/+119
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21rollup merge of #21463: sanxiyn/demutAlex Crichton-16/+16
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-1/+1
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-28/+28
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-21syntax: merge ast::ViewItem into ast::Item.Eduard Burtescu-315/+119
2015-01-21De-mut the parserSeo Sanghyeon-16/+16
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-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-9/+9
2015-01-18libsyntax: int types -> isizePaul Collier-5/+5
2015-01-18libsyntax: int => i32 in appropriate placesPaul Collier-3/+3
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-17libsyntax: uint types to usizePaul Collier-11/+11
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