| Age | Commit message (Expand) | Author | Lines |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -17/+37 |
| 2013-08-08 | auto merge of #8245 : alexcrichton/rust/fmt2, r=graydon | bors | -1/+725 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -1/+725 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -10/+10 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -16/+47 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -14/+14 |
| 2013-08-04 | syntax: make #[deriving(TotalOrd)] lazy. | Huon Wilson | -16/+47 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -37/+37 |
| 2013-08-03 | auto merge of #8206 : omasanori/rust/blk-to-block, r=graydon | bors | -35/+35 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -31/+149 |
| 2013-08-02 | auto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton | bors | -0/+47 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -10/+7 |
| 2013-08-02 | Replace 'blk' -> 'block' in AstBuilder. | OGINO Masanori | -35/+35 |
| 2013-08-01 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -1158/+3 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -1158/+3 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee... | Huon Wilson | -0/+47 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -40/+40 |
| 2013-07-31 | auto merge of #8162 : thestinger/rust/no-copy, r=brson | bors | -8/+8 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -8/+8 |
| 2013-07-31 | auto merge of #8150 : dotdash/rust/assert_bloat, r=huonw | bors | -1/+1 |
| 2013-07-31 | Reduce code bloat from assert!() | Björn Steinbrink | -1/+1 |
| 2013-07-30 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -1/+155 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -1/+1 |
| 2013-07-30 | auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmr | bors | -9/+9 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -9/+9 |
| 2013-07-29 | Added %p directive to fmt!, which expects *T as argument | Do Nhat Minh | -0/+2 |
| 2013-07-24 | Disallow non-comma-delimited arguments to fmt! and bytes! | Birunthan Mohanathas | -6/+7 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -7/+5 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -7/+7 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -42/+42 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -73/+72 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -73/+72 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -2/+1 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -6/+6 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -3/+3 |
| 2013-07-17 | librustc: Remove `copy` expressions from the language. | Patrick Walton | -4/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -81/+104 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -33/+30 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -16/+15 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+2 |
| 2013-07-16 | syntax: make a macros-injection pass; conditionally define debug! to a noop b... | Huon Wilson | -42/+59 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -2/+6 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -6/+6 |
| 2013-07-14 | Clean up various warnings throughout the codebase | Alex Crichton | -1/+2 |
| 2013-07-13 | Rename print!()/println!() to printf!()/printfln!() | Kevin Ballard | -8/+14 |
| 2013-07-13 | Add print! and println! macros. Closes #7653. | Birunthan Mohanathas | -0/+12 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -16/+7 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -16/+7 |