| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-10 | Change the assert_eq message to be more verbose. | Corey Richardson | -1/+2 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -5/+5 |
| 2013-07-08 | syntax: Patch up code that was using irrefutable patterns incorrectly | Niko Matsakis | -12/+20 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |
| 2013-07-07 | De-share ast::Ty | James Miller | -78/+77 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -33/+27 |
| 2013-07-07 | De-share trait_ref | James Miller | -5/+5 |
| 2013-07-07 | De-manage Lifetime | James Miller | -10/+9 |
| 2013-07-07 | De-managed ast::Path | James Miller | -49/+49 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -11/+11 |
| 2013-07-05 | Do not rely on newtype enum dereference | Seo Sanghyeon | -26/+23 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -2/+1 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+2 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -23/+20 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -1/+1 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -5/+11 |
| 2013-06-28 | librustc: Fix merge fallout. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -30/+30 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -4/+4 |