| Age | Commit message (Expand) | Author | Lines |
| 2013-10-28 | syntax: remove dead @mut Visitor impl (only used in tests). | Huon Wilson | -63/+70 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -8/+7 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -16/+17 |
| 2013-10-22 | Remove the now-duplicate logging macros | Alex Crichton | -8/+0 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -21/+21 |
| 2013-10-20 | Don't allocate a string when calling println | Alex Crichton | -7/+2 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -52/+16 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+1 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -2/+2 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -2/+4 |
| 2013-10-01 | Fix usage of the old debug! macros | Alex Crichton | -1/+1 |
| 2013-10-01 | Fix typo with format migration: s/oldformat/oldfmt/. | Huon Wilson | -4/+4 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -46/+47 |
| 2013-09-30 | Prevent leakage of fmt! into the compiler | Alex Crichton | -48/+61 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -12/+12 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -20/+0 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -3/+9 |
| 2013-09-26 | Remove the printf{,ln}! macros | Alex Crichton | -20/+0 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -3/+9 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -2/+2 |
| 2013-09-24 | comment changes only | John Clements | -3/+5 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -2/+2 |
| 2013-09-23 | libsyntax: Remove some more `@fn`s from the macro expander | Patrick Walton | -14/+16 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -151/+314 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -2/+2 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -36/+0 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -8/+2 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -36/+0 |
| 2013-09-15 | Fix expand_stmt as well as expand_expr to use the correct span | Alex Crichton | -15/+25 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -15/+23 |
| 2013-09-14 | auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphism | bors | -1/+19 |
| 2013-09-14 | auto merge of #9181 : lkuper/rust/libsyntax-default-methods-refactor, r=alexc... | bors | -198/+2 |
| 2013-09-13 | Pass a more proper span to the syntax expanders | Alex Crichton | -1/+19 |
| 2013-09-13 | Refactor libsyntax Visitor impls to use default methods. | Lindsey Kuper | -198/+2 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -5/+12 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -1/+3 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -4/+4 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -52/+34 |
| 2013-09-08 | syntax: aesthetic improvements to the `for` desugaring. | Huon Wilson | -130/+38 |
| 2013-09-08 | syntax: implement labelled breaks for `for`. | Huon Wilson | -2/+2 |
| 2013-09-06 | added index to test cases, more debugging output | John Clements | -4/+11 |
| 2013-09-06 | quote_* macros no longer need to be capturing | John Clements | -52/+0 |
| 2013-09-06 | add test case, cleanup | John Clements | -15/+14 |
| 2013-09-06 | fixed a bug that caused double-expand-traversal of macros that expand into mo... | John Clements | -19/+10 |
| 2013-09-06 | WIP: adding mark-cancelling for macro_rules | John Clements | -4/+42 |
| 2013-09-06 | comment on hygienic context extension train fns | John Clements | -0/+11 |
| 2013-09-06 | awesome new bug! added test case | John Clements | -13/+68 |
| 2013-09-06 | remove unneeded imports, clean up unused var warnings | John Clements | -7/+7 |
| 2013-09-06 | whitespace, reindentation, and comments only | John Clements | -18/+22 |