summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-09-24Remove unused enum variantsJakub Wieczorek-8/+1
2014-09-24Fix rebase falloutSteven Fackler-13/+11
2014-09-23Add a cfg_attr syntax extensionSteven Fackler-0/+61
2014-09-23auto merge of #17402 : steveklabnik/rust/update_manual, r=brsonbors-1/+1
2014-09-22librustc: Parse and resolve higher-rank lifetimes in traits.Patrick Walton-1/+2
2014-09-22manual -> reference & formattingSteve Klabnik-1/+1
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-156/+129
2014-09-20auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwaltonbors-1/+4
2014-09-19rollup merge of #17338 : nick29581/variants-namespaceAlex Crichton-22/+23
2014-09-19rollup merge of #17314 : eddyb/span-no-gcAlex Crichton-83/+72
2014-09-19Allow syntax extensions to return multiple items, closes #16723.Florian Hahn-16/+11
2014-09-19Add enum variants to the type namespaceNick Cameron-22/+23
2014-09-18syntax: use an index in CodeMap instead of Gc for ExpnInfo.Eduard Burtescu-83/+72
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-1/+4
2014-09-17Pop the expansion context after expanding a method macroKeegan McAllister-1/+4
2014-09-17doc: Remove "see above".Jonas Hietala-4/+3
2014-09-17doc: Backticks and spelling mistakes.Jonas Hietala-13/+13
2014-09-17doc: Cleanup.Jonas Hietala-149/+123
2014-09-16Fallout from renamingAaron Turon-40/+40
2014-09-14Add help diagnostic messagesP1start-0/+4
2014-09-14syntax: tests: fix fallout from using ptr::P.Eduard Burtescu-1/+2
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-1108/+1032
2014-09-13auto merge of #17162 : sfackler/rust/decorator-traits, r=huonwbors-39/+53
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-4/+4
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-23/+22
2014-09-10Remove BasicMacroExpander and BasicIdentMacroExpanderSteven Fackler-29/+10
2014-09-11auto merge of #16866 : P1start/rust/tuple-indexing, r=brsonbors-0/+12
2014-09-10Change ItemModifier and ItemDecorator to traitsSteven Fackler-12/+45
2014-09-09auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brsonbors-51/+99
2014-09-10Implement tuple and tuple struct indexingP1start-0/+12
2014-09-09Optimize for the most common cases of `format!`Piotr Czarnecki-49/+73
2014-09-09Decouple string and argument piecesPiotr Czarnecki-30/+54
2014-09-08quote: Explicitly borrow the ExtCtxtKeegan McAllister-1/+3
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-04Center alignment for fmtwickerwaka-0/+3
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-09-01auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballardbors-0/+10
2014-08-31auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonwbors-1/+16
2014-08-31Allow ExprLit expression macros to be used in patterns.Eduard Burtescu-0/+10
2014-08-29Add support for labeled while loops.Pythoner6-0/+6
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-195/+219
2014-08-27Allow *-pointers in PtrTy (fixes #16781)Manish Goregaokar-1/+16
2014-08-26DST coercions and DST structsNick Cameron-10/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-2/+2
2014-08-19Fix double evaluation of read+write operandsPiotr Czarnecki-14/+4
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-4/+13
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-2/+7
2014-08-14auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichtonbors-4/+6