| Age | Commit message (Expand) | Author | Lines |
| 2013-06-07 | syntax: move functions from deriving/mod to deriving/generic. | Huon Wilson | -277/+199 |
| 2013-06-06 | auto merge of #6982 : Aatch/rust/better-foreign-error, r=pcwalton | bors | -2/+2 |
| 2013-06-07 | Provide an actual error when expanding macros to foreign items | James Miller | -2/+2 |
| 2013-06-06 | implement fold traversing macros | John Clements | -3/+38 |
| 2013-06-06 | add test cases for fold traversing macros | John Clements | -0/+150 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -13/+13 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -3/+3 |
| 2013-06-05 | moved TLS of sctable to ast_util, hid parameter in hygiene calls | John Clements | -81/+103 |
| 2013-06-05 | added fresh-name fn | John Clements | -0/+28 |
| 2013-06-05 | add hygiene support functions | John Clements | -27/+78 |
| 2013-06-05 | remove unused get_ident_interner's | John Clements | -5/+5 |
| 2013-06-05 | removed unused imports (and one unused argument) | John Clements | -18/+10 |
| 2013-06-05 | remove interner field from string_reader | John Clements | -28/+16 |
| 2013-06-05 | remove interner from tt_reader | John Clements | -11/+3 |
| 2013-06-05 | remove unused cx's | John Clements | -96/+96 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -22/+22 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -132/+165 |
| 2013-06-05 | removed some interner fields | John Clements | -10/+1 |
| 2013-06-05 | just use TLS interner | John Clements | -75/+84 |
| 2013-06-05 | rename repr to name | John Clements | -104/+104 |
| 2013-06-05 | removed obsolete reference to purity | John Clements | -3/+0 |
| 2013-06-05 | parser comments | John Clements | -1/+2 |
| 2013-06-05 | comments & whitespace | John Clements | -0/+3 |
| 2013-06-05 | change to newer macro escape mechanism, using uints in more places | John Clements | -128/+166 |
| 2013-06-05 | add renaming and sctable funs | John Clements | -1/+48 |
| 2013-06-05 | auto merge of #6948 : huonw/rust/less-alloc, r=bstrie | bors | -2/+2 |
| 2013-06-05 | syntax: Remove an unnecessary allocation. | Huon Wilson | -2/+2 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -59/+111 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -13/+11 |
| 2013-06-03 | auto merge of #6826 : cmr/rust/terminfo, r=thestinger | bors | -10/+18 |
| 2013-06-01 | auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brson | bors | -24/+7 |
| 2013-06-01 | auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -0/+15 |
| 2013-06-01 | syntax: Add an each_view_item method on traits | Tim Chevalier | -0/+15 |
| 2013-06-01 | Swap return value of pipes::init Fixes #4501 | Nick Desaulniers | -24/+7 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -88/+127 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -338/+360 |
| 2013-05-31 | auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton | bors | -957/+232 |
| 2013-05-31 | extra::term: better error handling and win32 compat | Corey Richardson | -9/+9 |
| 2013-05-31 | extra::term overhaul | Corey Richardson | -10/+18 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -6/+2 |
| 2013-05-30 | Rewrite deriving(Decodable, Encodable) | Alex Crichton | -957/+232 |
| 2013-05-30 | Fix parser test | Niko Matsakis | -1/+1 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -6/+2 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -81/+72 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -1/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -8/+112 |
| 2013-05-29 | libsyntax: Stop parsing mutable fields | Patrick Walton | -10/+5 |
| 2013-05-29 | libsyntax: Make `drop` no longer a keyword | Patrick Walton | -2/+0 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -18/+13 |
| 2013-05-27 | Prevent refcount cycles during linting | Alex Crichton | -43/+66 |