about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-1/+16
2015-01-03Remove deprecated functionalityAlex Crichton-1/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-34/+10
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+4
2015-01-02rollup merge of #20425: sanxiyn/opt-local-tyAlex Crichton-6/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2015-01-02Make type in ast::Local optionalSeo Sanghyeon-6/+2
2015-01-02Accept `self` in place of `mod` in use itemsNick Cameron-0/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2015-01-02Accept ranges with only a maximum value: `..expr`Nick Cameron-4/+11
2015-01-02Disallow [_, ..n] syntax for fixed length arrays and repeating array construc...Nick Cameron-15/+2
2014-12-30Parse arbitrary operators after expr-like macro invocations in statement posi...P1start-5/+10
2014-12-29rollup merge of #20266: nick29581/dxr-useAlex Crichton-3/+4
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-21/+74
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-4/+11
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-1/+1