| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | auto merge of #9168 : michaelwoerister/rust/traits, r=jdm | bors | -0/+10 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -3/+3 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -0/+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 | -122/+62 |
| 2013-09-14 | These impls, at least, can be avoided by deriving Ord. | Lindsey Kuper | -16/+2 |
| 2013-09-14 | Kill off method impls made redundant by default methods. | Lindsey Kuper | -39/+0 |
| 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 | -275/+3 |
| 2013-09-14 | auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism | bors | -21/+15 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -11/+103 |
| 2013-09-14 | Get rid of unused SimpleVisitor stuff. | Lindsey Kuper | -144/+3 |
| 2013-09-13 | Pass a more proper span to the syntax expanders | Alex Crichton | -1/+19 |
| 2013-09-14 | syntax: Remove use of Either in parse.rs | blake2-ppc | -21/+15 |
| 2013-09-13 | Refactor libsyntax Visitor impls to use default methods. | Lindsey Kuper | -275/+3 |
| 2013-09-13 | Work around a compiler crash folding labeled break. #9129 | Brian Anderson | -2/+10 |
| 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 | -7/+14 |
| 2013-09-12 | std: Add Option.{result_or_default,or_default} that uses Default | Erick Tryzelaar | -1/+1 |
| 2013-09-12 | libsyntax: add Default implementation to OptVec | Erick Tryzelaar | -0/+4 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -4/+4 |
| 2013-09-12 | auto merge of #9135 : jbclements/rust/let-var-hygiene, r=erickt | bors | -1/+2 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -61/+108 |
| 2013-09-11 | more helpful error message for ident comparison failure | John Clements | -1/+2 |
| 2013-09-11 | auto merge of #9061 : jakub-/rust/pretty-print-empty-impl, r=huonw | bors | -1/+3 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -3/+3 |
| 2013-09-11 | auto merge of #9093 : pnkfelix/rust/fsk-remove-oldvisit, r=alexcrichton | bors | -780/+0 |
| 2013-09-11 | Flag unsafe blocks from format! as compiler-generated | Alex Crichton | -3/+9 |
| 2013-09-11 | Implement the notion of a "generated unsafe block" | Alex Crichton | -3/+3 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -10/+21 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -318/+360 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -318/+360 |
| 2013-09-10 | auto merge of #9090 : jbclements/rust/let-var-hygiene, r=luqmana | bors | -13/+2 |
| 2013-09-10 | Remove oldvisit.rs (yay!); part of #7081 refactoring. | Felix S. Klock II | -780/+0 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -1/+1 |
| 2013-09-09 | undo cowardly hiding of eq-check | John Clements | -13/+2 |
| 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 #9034 : catamorphism/rust/rustpkg-workcache, r=metajack | bors | -78/+9 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -83/+49 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -78/+9 |
| 2013-09-08 | Fix pretty-printing of empty impl items | Jakub | -1/+3 |
| 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 | -15/+25 |
| 2013-09-08 | auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonw | bors | -23/+23 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -23/+23 |
| 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 | comment fix | John Clements | -1/+1 |
| 2013-09-06 | add test case, cleanup | John Clements | -17/+14 |
| 2013-09-06 | add display_sctable fn to ast_util | John Clements | -0/+9 |