about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+4
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
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-21syntax: Join consecutive string literals in format strings togetherroot-10/+33
2014-07-21repair macro docsJohn Clements-12/+9
2014-07-20auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichtonbors-25/+49
2014-07-20auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichtonbors-3/+5
2014-07-20auto merge of #15814 : kvark/rust/ast, r=huonwbors-2/+6
2014-07-20Implement new mod import sugarJakub Wieczorek-25/+49
2014-07-20auto merge of #15785 : treeman/rust/fix-15780, r=alexcrichtonbors-2/+11
2014-07-20Correctly stringify! types and paths inside macrosPiotr Jawniak-3/+5
2014-07-19Register new snapshotsAlex Crichton-90/+9
2014-07-19Fixed lifetimes on syntax deriving structs, implemented CloneDzmitry Malyshau-2/+6
2014-07-19auto merge of #15754 : jakub-/rust/diagnostics, r=alexcrichtonbors-6/+6
2014-07-18Special case for 0 arguments given in format!Jonas Hietala-4/+4
2014-07-18Assign more diagnostic codesJakub Wieczorek-6/+6
2014-07-18Correct plural of arguments in format_args!Jonas Hietala-2/+11
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-88/+210
2014-07-18auto merge of #15732 : bgamari/rust/to-tokens, r=alexcrichtonbors-3/+35
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-1/+1
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-21/+27
2014-07-17auto merge of #15706 : phi-gamma/rust/master, r=huonwbors-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-1/+1
2014-07-17syntax: Add ToTokens impl for MethodBen Gamari-0/+2
2014-07-17syntax: Add quote_method!Ben Gamari-0/+13
2014-07-16libsyntax: Remove `Send` from `PtrTy` in `deriving`.Patrick Walton-6/+0
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-8/+35
2014-07-16syntax: Generalize ToTokens impl for Vec<T>Ben Gamari-3/+4
2014-07-16syntax: Add ToTokens for Attribute_Ben Gamari-0/+7
2014-07-16syntax: Add ToTokens for Option<T>Ben Gamari-0/+9
2014-07-16auto merge of #15691 : jbclements/rust/method-field-cleanup, r=alexcrichtonbors-25/+85
2014-07-16obsolete.rs: fix typo in messagePhilipp Gesang-1/+1
2014-07-15libsyntax::ast: Derive Show implsBen Gamari-70/+82
2014-07-15change to new trait style for method field refsJohn Clements-4/+4
2014-07-15use trait rather than fnsJohn Clements-21/+81
2014-07-15auto merge of #15615 : jakub-/rust/diagnostics, r=brsonbors-1/+27
2014-07-15Fix errorsAdolfo Ochagavía-2/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-7/+7
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-0/+220
2014-07-13auto merge of #15646 : jbclements/rust/method-macros, r=cmrbors-278/+430
2014-07-13macro expansion for methodsJohn Clements-25/+47
2014-07-13expansion abstractionJohn Clements-144/+114
2014-07-13add make_method method to MacResult traitJohn Clements-1/+36
2014-07-13macro in method position parsingJohn Clements-13/+42
2014-07-13remove no-stmt checkJohn Clements-4/+0
2014-07-13update fold_method to return a smallvectorJohn Clements-13/+33
2014-07-13macro method unit test case fixJohn Clements-2/+2