| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -24/+24 |
| 2013-09-25 | auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmr | bors | -3/+5 |
| 2013-09-24 | comment changes only | John Clements | -3/+5 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -1/+1 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -3/+4 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -1/+1 |
| 2013-09-23 | libsyntax: Remove some more `@fn`s from the macro expander | Patrick Walton | -109/+300 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -151/+344 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -1/+1 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -2/+2 |
| 2013-09-19 | auto merge of #9279 : erickt/rust/master, r=alexcrichton | bors | -10/+6 |
| 2013-09-19 | auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonw | bors | -0/+1 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -36/+0 |
| 2013-09-18 | Allow trailing commas in format! | Alex Crichton | -0/+1 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -34/+2 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -36/+0 |
| 2013-09-17 | extra: minor cleanup of Zero and Default syntax extension | Erick Tryzelaar | -10/+6 |
| 2013-09-16 | Limit spans in bytes!() error messages to the argument in question | Kevin Ballard | -10/+10 |
| 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 | -121/+61 |
| 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 | syntax: add #[deriving(Default)] syntax extension | Erick Tryzelaar | -0/+81 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -5/+12 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -61/+108 |
| 2013-09-11 | Flag unsafe blocks from format! as compiler-generated | Alex Crichton | -1/+1 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -1/+3 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -67/+40 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -67/+40 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -1/+1 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -1/+1 |
| 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 | -91/+19 |
| 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 | -7/+47 |
| 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 | -9/+9 |
| 2013-09-06 | whitespace, reindentation, and comments only | John Clements | -19/+22 |
| 2013-09-06 | uncomment mtwt_resolve calls | John Clements | -2/+2 |
| 2013-09-06 | fix one remaining token comparison, refactor token comparison to avoid == check | John Clements | -11/+10 |
| 2013-09-06 | remove dead code | John Clements | -15/+0 |
| 2013-09-06 | capturing macros now implemented | John Clements | -85/+221 |