about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
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
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-4/+6
2014-08-13quote_expr macro: embed Ident using special encoding that preserves hygiene.Felix S. Klock II-3/+96
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-2/+2
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-08-07Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,Niko Matsakis-7/+32
2014-08-06AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.Felix S. Klock II-2/+2
2014-08-05Fixes missing overflow lint for i64 #14269Falco Hirschenberger-16/+21
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-5/+8
2014-07-31auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakisbors-6/+6
2014-07-31rustrt: Make begin_unwind take a single file/line pointerBrian Anderson-5/+8
2014-07-30auto merge of #16037 : erickt/rust/quote_arm, r=acrichtobors-0/+67
2014-07-29syntax: add support for quoting armsErick Tryzelaar-0/+11
2014-07-29Fix a bug pretty printing `match { 5i } { _ => { } }`Erick Tryzelaar-0/+2
2014-07-29syntax: allow quasiquoter to inline `Vec<Stmt>`sErick Tryzelaar-0/+2
2014-07-29syntax: add some more extension helper methodsErick Tryzelaar-0/+52
2014-07-29libsyntax: Don't ICE on macro invocation in count expr of fixed array type.Luqman Aden-2/+5
2014-07-29Refactored syntax::fold.Marvin Löbel-6/+6
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-97/+7
2014-07-22auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwaltonbors-1/+6
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-22Refactoring: Only use `MacroExpander` for expanding outside ofMarvin Löbel-26/+13
2014-07-21Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx`Marvin Löbel-201/+213
2014-07-21Allow merging of statics generated by format!()Björn Steinbrink-1/+6