| Age | Commit message (Expand) | Author | Lines |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -49/+49 |
| 2013-07-22 | auto merge of #7926 : brson/rust/issue-4116, r=graydon | bors | -12/+25 |
| 2013-07-22 | new snapshot | Daniel Micay | -3/+0 |
| 2013-07-21 | Cleanup libsyntax a bit | Steven Stewart-Gallus | -100/+100 |
| 2013-07-21 | syntax: Bless mod.rs. #4116 | Brian Anderson | -12/+25 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -79/+70 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -5/+18 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -79/+70 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -5/+1 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -16/+15 |
| 2013-07-17 | librustc: Change repeated vector expressions to use implicit copyability. | Patrick Walton | -3/+11 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -30/+30 |
| 2013-07-17 | librustc: Remove `copy` expressions from the language. | Patrick Walton | -18/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -389/+523 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -55/+41 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -37/+32 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+2 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -13/+10 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+2 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -1/+1 |
| 2013-07-10 | unnecessarily mutable variables | Brendan Cully | -1/+1 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -2/+2 |
| 2013-07-09 | Don't use static default method | John Barker | -1/+0 |
| 2013-07-09 | Always eat up mut when parsing general args, fixes #7483 | John Barker | -2/+2 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |
| 2013-07-07 | auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydon | bors | -83/+91 |
| 2013-07-07 | Fix broken tests | James Miller | -5/+5 |
| 2013-07-07 | De-share ast::Ty | James Miller | -18/+18 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -3/+3 |
| 2013-07-07 | De-share trait_ref | James Miller | -4/+4 |
| 2013-07-07 | De-manage Lifetime | James Miller | -10/+10 |
| 2013-07-07 | De-managed ast::Path | James Miller | -37/+45 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -7/+7 |
| 2013-07-07 | auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonw | bors | -2/+23 |
| 2013-07-05 | Change spans for sugary call expressions | Seo Sanghyeon | -9/+8 |
| 2013-07-04 | libsyntax: fix infinite loop when recursively including modules | Philipp Brüschweiler | -2/+23 |
| 2013-06-30 | Change char::escape_{default,unicode} to take callbacks instead of allocating | Alex Crichton | -2/+6 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -8/+0 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -4/+8 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -8/+0 |
| 2013-06-29 | Use more deriving(IterBytes) in libsyntax. | Ben Blum | -3/+3 |
| 2013-06-29 | Change taskgroup key type to fn:Copy in prep for noncopyable stack closures. | Ben Blum | -1/+1 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -251/+269 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -24/+26 |
| 2013-06-28 | libsyntax: Remove "copy" pattern bindings from the language | Patrick Walton | -2/+7 |
| 2013-06-28 | libsyntax: Fix merge fallout | Patrick Walton | -2/+4 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -2/+20 |