| Age | Commit message (Expand) | Author | Lines |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -37/+30 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -10/+7 |
| 2013-02-14 | auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism | bors | -39/+64 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -4/+4 |
| 2013-02-14 | Remove DVec from syntax::parse | Seo Sanghyeon | -10/+7 |
| 2013-02-13 | auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism | bors | -25/+107 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -7/+7 |
| 2013-02-13 | cleanup, fix test case | John Clements | -3/+11 |
| 2013-02-13 | deriving_eq for tokens and binops | John Clements | -6/+1 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -19/+98 |
| 2013-02-13 | libsyntax: don't parse ////, /***/ as doc comments | Kang Seonghoon | -39/+64 |
| 2013-02-09 | auto merge of #4861 : sethpink/rust/incoming, r=catamorphism | bors | -52/+24 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -8/+8 |
| 2013-02-09 | Issue #4830 fix | Seth Pink | -52/+24 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -8/+8 |
| 2013-02-08 | Add and lex LIFETIME tokens | Niko Matsakis | -17/+89 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -100/+106 |
| 2013-02-07 | auto merge of #4791 : jbclements/rust/demodeing-and-deGCing, r=jbclements,brson | bors | -44/+45 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -76/+100 |
| 2013-02-06 | libsyntax: no binary/hex float literals | Kang Seonghoon | -0/+7 |
| 2013-02-04 | demodeing, un-gc-ing | John Clements | -44/+45 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -2/+2 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -7/+7 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -2/+2 |
| 2013-02-03 | oldmap: get rid of the legacy each_key method | Daniel Micay | -3/+3 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -3/+3 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -8/+2 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -8/+2 |
| 2013-01-31 | cleanup for make check | John Clements | -3/+3 |
| 2013-01-31 | more cleanup | John Clements | -59/+69 |
| 2013-01-31 | test cases, cleanup | John Clements | -68/+133 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -7/+7 |
| 2013-01-31 | Workaround for #4717: pad contents of ast. rs=breakage | Niko Matsakis | -1/+2 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -86/+55 |
| 2013-01-30 | RIMOV, round 6. | Ben Striegel | -2/+2 |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -23/+5 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -14/+10 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deëxporting | Patrick Walton | -165/+142 |
| 2013-01-29 | libsyntax: Implement the `impl Trait for Type` syntax | Patrick Walton | -6/+23 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -10/+8 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -2/+2 |
| 2013-01-24 | remove remaining is_not_empty functions/methods | Daniel Micay | -1/+1 |
| 2013-01-24 | Merge pull request #4609 from sonwow/keyword-super | Tim Chevalier | -1/+1 |
| 2013-01-24 | syntax/rustc: Improve error message for misuse of `for` loop | Tim Chevalier | -37/+39 |
| 2013-01-24 | Make `super` a keyword | Youngsoo Son | -1/+1 |
| 2013-01-23 | libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix | Patrick Walton | -1/+2 |
| 2013-01-23 | libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti... | Patrick Walton | -12/+17 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -9/+18 |
| 2013-01-23 | libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjc | Patrick Walton | -0/+4 |