about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-419/+511
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-93/+160
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-281/+391
2014-11-06Fallout from collection conventionsAlexis Beingessner-9/+9
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-160/+22
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-103/+285
2014-11-06Restructure parsing of paths, which is quite torturedNiko Matsakis-42/+108
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+6
2014-11-05Use operator sugar in the expansion of `#[deriving(PartialEq)]`Jorge Aparicio-5/+31
2014-11-05Workaround to have doc comments desugared only in macrosPiotr Czarnecki-7/+18
2014-11-05Remove `Matcher`sPiotr Czarnecki-156/+33
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-248/+385
2014-11-05Register snapshots.Eduard Burtescu-97/+0
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-7/+27
2014-11-04Implement flexible target specificationCorey Richardson-64/+10
2014-11-03rollup merge of #18578 : japaric/cloneAlex Crichton-3/+11
2014-11-03rollup merge of #18568 : gamazeps/issue18551Alex Crichton-1/+1
2014-11-03rollup merge of #18562 : nick29581/dxr-1Alex Crichton-17/+16
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-45/+46
2014-11-03syntax: Use UFCS in the expansion of `#[deriving(Clone)]`Jorge Aparicio-3/+11
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-29/+23
2014-11-03rollup merge of #18132 : P1start/more-helpAlex Crichton-8/+17
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-45/+46
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-18/+15
2014-11-03Clean-up transmutes in libsyntaxAriel Ben-Yehuda-11/+8
2014-11-03Test fixes and rebase conflictsAlex Crichton-0/+4
2014-11-03rollup merge of #18542 : jakub-/struct-inherit-feature-gateAlex Crichton-1/+1
2014-11-03rollup merge of #18537 : japaric/no-secretAlex Crichton-18/+19
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1/+1
2014-11-03rollup merge of #18470 : alexcrichton/dash-lAlex Crichton-21/+37
2014-11-03Doc: corrects obsolete pointer syntaxgamazeps-1/+1
2014-11-03Ignore whitespace tokens when re-computing spans in save_analysisNick Cameron-17/+16
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-02Mark the `struct_inherit` feature as removedJakub Bukaj-1/+1
2014-11-02syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!`Jorge Aparicio-18/+19
2014-11-02Convert some notes to help messagesP1start-8/+17
2014-11-01collections: Remove all collections traitsAlex Crichton-14/+14
2014-10-31DSTify HashJorge Aparicio-7/+7
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-21/+37
2014-10-30Test fixes and rebase conflictsAlex Crichton-8/+8
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-25/+22
2014-10-30rollup merge of #18430 : bjz/tokenAlex Crichton-364/+360
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-8/+8
2014-10-30rollup merge of #18417 : P1start/lint-fixesAlex Crichton-0/+24
2014-10-30rollup merge of #18409 : gamazeps/issue15273Alex Crichton-0/+7
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-25/+22
2014-10-30Add a message for when a `.` follows a macro invocationP1start-0/+10
2014-10-30Improve the error message for parenthesised box expressionsP1start-0/+14
2014-10-30Formatting fixesBrendan Zabarauskas-13/+21
2014-10-30Remove Token::get_close_delimiterBrendan Zabarauskas-58/+33