about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2013-08-19auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydonbors-0/+79
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+79
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-23/+20
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-154/+114
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-23/+20
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-0/+11
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-0/+11
2013-08-15Switch to new <V:Visitor> visitor (rather than @Visitor).Felix S. Klock II-37/+37
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-1/+1
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-14/+26
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-5/+6
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
2013-08-12Correct the padding on integer types for formattingAlex Crichton-5/+13
2013-08-12Define integer formats for all widthsAlex Crichton-0/+1
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-5/+7
2013-08-11Fixed option_env! typeSteven Fackler-1/+1
2013-08-11auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydonbors-28/+28
2013-08-11auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmrbors-5/+5
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-28/+28
2013-08-11auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestingerbors-2/+11
2013-08-11syntax: Shrink enum Token and enum nonterminalblake2-ppc-5/+5
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-0/+2
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-10/+10
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-1/+1
2013-08-10std: Iterator.chain_ -> .chainErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-15/+15
2013-08-10Clean up some unused imports in testsErick Tryzelaar-1/+0
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-4/+4
2013-08-09Implement an `address_insignificant` attributeAlex Crichton-3/+12
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-17/+37
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-0/+2
2013-08-08env! syntax extension changesSteven Fackler-17/+37
2013-08-08auto merge of #8245 : alexcrichton/rust/fmt2, r=graydonbors-1/+725
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-1/+725
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-2/+2
2013-08-07Enable privacy check for enum methods.Michael Woerister-10/+10
2013-08-07auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichtonbors-16/+47
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-14/+14
2013-08-04syntax: make #[deriving(TotalOrd)] lazy.Huon Wilson-16/+47
2013-08-03remove obsolete `foreach` keywordDaniel Micay-37/+37
2013-08-03auto merge of #8206 : omasanori/rust/blk-to-block, r=graydonbors-35/+35
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-31/+149
2013-08-02auto merge of #8188 : huonw/rust/cfg-macro, r=pcwaltonbors-0/+47
2013-08-02replace `range` with an external iteratorDaniel Micay-10/+7
2013-08-02Replace 'blk' -> 'block' in AstBuilder.OGINO Masanori-35/+35
2013-08-01auto merge of #8170 : brson/rust/nopipes, r=pcwaltonbors-1158/+3
2013-08-01Remove the pipes compilerBrian Anderson-1158/+3
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee...Huon Wilson-0/+47
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-40/+40