| Age | Commit message (Expand) | Author | Lines |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -5/+18 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -5/+18 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -31/+114 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -59/+95 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -6/+23 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -4/+4 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -21/+16 |
| 2013-08-03 | make `for` parse as `foreach` does | Daniel Micay | -6/+5 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -3/+16 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -10/+9 |
| 2013-08-01 | convert `pure` to a reserved keyword | Daniel Micay | -31/+31 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -13/+13 |
| 2013-07-31 | remove `copy` as a keyword | Daniel Micay | -70/+68 |
| 2013-07-31 | rm ancient error for lowercase kinds | Daniel Micay | -32/+3 |
| 2013-07-30 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -1/+19 |
| 2013-07-30 | syntax: add temporary 'foreach' keyword. | Graydon Hoare | -0/+3 |
| 2013-07-30 | syntax: add 'in' keyword | Graydon Hoare | -0/+3 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -32/+30 |
| 2013-07-27 | auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwalton | bors | -1/+1 |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -1/+1 |
| 2013-07-25 | syntax: Fix #6416 by aborting on errors after test parse. | Graydon Hoare | -4/+2 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -2/+2 |
| 2013-07-22 | auto merge of #7873 : sstewartgallus/rust/cleanup_syntax, r=alexcrichton | bors | -100/+100 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -5/+6 |
| 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 |