summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
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
2015-01-06Register new snapshotsAlex Crichton-19/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-26/+32
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-2/+4
2015-01-07falloutNick Cameron-17/+32
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-26/+32
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-144/+69
2015-01-07Replace full slice notation with index callsNick Cameron-130/+130
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-2/+4
2015-01-06syntax: implement 'macro input future proofing'Corey Richardson-0/+1
2015-01-05More test fixes!Alex Crichton-9/+3
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-8/+51
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-41/+47
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-2/+12
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/+4
2015-01-06Fix the obsolete messageNick Cameron-1/+1
2015-01-06FalloutNick Cameron-1/+1
2015-01-06Obsolete `Sized? T`Nick Cameron-3/+9
2015-01-06Remove the prefix in ObsoleteSyntax variantsNick Cameron-34/+34
2015-01-05syntax: remove dead codeJorge Aparicio-2/+1
2015-01-05syntax: make the closure type `f: |uint| -> bool` syntax obsoleteJorge Aparicio-16/+18
2015-01-05remove TyClosureJorge Aparicio-8/+2
2015-01-05tweak the obsolete syntax messageJorge Aparicio-2/+2
2015-01-05Reformat metadata for exported macrosKeegan McAllister-0/+4
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-3/+3
2015-01-05syntax: obsolete the `for Sized?` syntaxJorge Aparicio-2/+12
2015-01-05Allow leading :: in use itemsKeegan McAllister-0/+4
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-3/+30
2015-01-05Refactor struct parsing and add testsJared Roesch-45/+76
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-0/+17
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-10/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-16/+16