about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-11-17Fix fallout from coercion removalNick Cameron-6/+6
2014-11-17change return type of slice_shift_charAndrew Cann-2/+2
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-1/+1
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-34/+13
2014-11-16rollup merge of #18948: barosl/doc-encodable-fixJakub Bukaj-31/+40
2014-11-15auto merge of #18922 : japaric/rust/for, r=jakub-bors-2/+2
2014-11-15Improve examples for syntax::ext::deriving::encodableBarosl Lee-31/+40
2014-11-13auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelixbors-25/+17
2014-11-13fix "warning: deprecated syntax, use `for` keyword now"Jorge Aparicio-2/+2
2014-11-09Fix ICEs that involved quasi-quotationPiotr Czarnecki-25/+17
2014-11-09auto merge of #18755 : japaric/rust/ord, r=alexcrichtonbors-10/+31
2014-11-07Update Partial/Total Eq/Ord terminologyJorge Aparicio-7/+7
2014-11-07syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]`Jorge Aparicio-4/+25
2014-11-07Update parser with `for` syntaxNiko Matsakis-6/+13
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-245/+367
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-50/+78
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-7/+6
2014-11-06Fallout from collection conventionsAlexis Beingessner-6/+6
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-7/+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-17/+19
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-218/+299
2014-11-03rollup merge of #18578 : japaric/cloneAlex Crichton-3/+11
2014-11-03syntax: Use UFCS in the expansion of `#[deriving(Clone)]`Jorge Aparicio-3/+11
2014-11-03rollup merge of #18132 : P1start/more-helpAlex Crichton-2/+2
2014-11-03Test fixes and rebase conflictsAlex Crichton-0/+4
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-02refactor libcollections as part of collection reformAlexis Beingessner-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-2/+2
2014-10-31DSTify HashJorge Aparicio-3/+3
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-21/+37
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-9/+7
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-9/+7
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-31/+34
2014-10-29Rename fail! to panic!Steve Klabnik-14/+14
2014-10-28Move token-to-string functions into print::pprustBrendan Zabarauskas-2/+3
2014-10-28Use an enum rather than a bool in token::IdentBrendan Zabarauskas-2/+7
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-5/+4
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-133/+133
2014-10-27rollup merge of #18362 : kevinmehall/pprint-struct-pat-shorthandAlex Crichton-1/+1
2014-10-27Preserve struct field pattern shorthand in the prettyprinter.Kevin Mehall-1/+1
2014-10-26Add a KleeneOp enum for clarityBrendan Zabarauskas-7/+8
2014-10-26Reduce the size of the TokenTreeBrendan Zabarauskas-6/+15
2014-10-26Use standard capitalisation for TokenTree variantsBrendan Zabarauskas-27/+27