| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | cleanup | John Clements | -10/+7 |
| 2013-09-24 | comment changes only | John Clements | -3/+5 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -49/+9 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -16/+6 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -11/+0 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -27/+11 |
| 2013-09-23 | libsyntax: Remove some more `@fn`s from the macro expander | Patrick Walton | -109/+300 |
| 2013-09-23 | libsyntax: Remove some more `@fn` uses | Patrick Walton | -7/+0 |
| 2013-09-23 | librustc: Change the ID visitor to use traits instead of garbage-collected fu... | Patrick Walton | -31/+46 |
| 2013-09-23 | librustc: Remove the remaining direct uses of `@fn` from librustc. | Patrick Walton | -32/+44 |
| 2013-09-23 | librustc: Port the pretty printer annotation infrastructure to use traits ins... | Patrick Walton | -18/+29 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -972/+979 |
| 2013-09-22 | auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichton | bors | -4/+14 |
| 2013-09-22 | Reserve the `alignof`, `offsetof`, and `sizeof` keywords | Birunthan Mohanathas | -4/+14 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -4/+2 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -2/+2 |
| 2013-09-19 | auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichton | bors | -26/+91 |
| 2013-09-19 | lexer: further slight improvements to lexer errors | Benjamin Herr | -16/+30 |
| 2013-09-19 | auto merge of #9279 : erickt/rust/master, r=alexcrichton | bors | -10/+6 |
| 2013-09-19 | lexer: report problematic chars verbatim or as escape sequence | Benjamin Herr | -12/+23 |
| 2013-09-19 | lexer: show correct span on lexical errors | Benjamin Herr | -19/+59 |
| 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 | -39/+6 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -36/+0 |
| 2013-09-18 | auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichton | bors | -8/+8 |
| 2013-09-17 | extra: minor cleanup of Zero and Default syntax extension | Erick Tryzelaar | -10/+6 |
| 2013-09-17 | Added support for a `\0` escape sequence. | Daniel Rosenwasser | -0/+2 |
| 2013-09-17 | pp: also print bounds in paths with no generic params | Benjamin Herr | -7/+7 |
| 2013-09-17 | pp: typo in comment | Benjamin Herr | -1/+1 |
| 2013-09-17 | auto merge of #9245 : kballard/rust/bytes-span, r=catamorphism | bors | -10/+10 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-16 | Limit spans in bytes!() error messages to the argument in question | Kevin Ballard | -10/+10 |
| 2013-09-16 | Update syntax test | Corey Richardson | -1/+123 |
| 2013-09-16 | Fix hardcoded string in libsyntax | Corey Richardson | -24/+2 |
| 2013-09-16 | auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphism | bors | -144/+3 |
| 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 |