| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -2/+1 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -2/+1 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -55/+40 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -3/+2 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -6/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -49/+39 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -21/+21 |
| 2013-06-28 | librustc: Fix even *more* merge fallout! | Patrick Walton | -4/+4 |
| 2013-06-28 | librustc: Fix more merge fallout. | Patrick Walton | -4/+4 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -4/+4 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -140/+403 |
| 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 | -42/+34 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+4 |
| 2013-06-28 | librustc: Change Const to Freeze in the compiler | Patrick Walton | -2/+2 |
| 2013-06-28 | librustc: Rename Owned to Send in the compiler | Patrick Walton | -2/+2 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -7/+5 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -2/+1 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -17/+13 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -5/+4 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -20/+16 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -52/+50 |
| 2013-06-26 | auto merge of #7354 : bblum/rust/trait-bounds, r=pcwalton | bors | -1/+1 |
| 2013-06-26 | Fix old .each usage | Corey Richardson | -2/+2 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -1/+1 |
| 2013-06-26 | auto merge of #7382 : msullivan/rust/cleanup, r=bblum | bors | -15/+5 |
| 2013-06-26 | rustc: Eliminate extra failing case in metadata::loader::crate_from_metas | Tim Chevalier | -52/+50 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -15/+26 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-25 | remove the redundant `each` method from OptVec | Daniel Micay | -2/+2 |
| 2013-06-25 | Get rid of terrible way for iterating over provided methods. | Michael Sullivan | -15/+5 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -11/+23 |
| 2013-06-25 | Warning police | James Miller | -1/+0 |
| 2013-06-24 | Merge remote-tracking branch 'cmr/various-cleanup' into incoming | Brian Anderson | -18/+2 |
| 2013-06-24 | Merge remote-tracking branch 'sstewartgallus/cleanup_middle' into incoming | Brian Anderson | -2/+14 |
| 2013-06-24 | remove old_iter | Daniel Micay | -2/+2 |
| 2013-06-23 | Support foreign 'static mut' variables as well | Alex Crichton | -2/+6 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -9/+17 |
| 2013-06-23 | Parse and typecheck (not kindcheck) bounds on trait paths. | Ben Blum | -3/+8 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -50/+56 |
| 2013-06-22 | Cleaned up middle a bit. | Steven Stewart-Gallus | -2/+14 |
| 2013-06-21 | Remove `ast::pure_fn` and all concept of `pure` from the compiler | Corey Richardson | -18/+2 |
| 2013-06-21 | auto merge of #7263 : thestinger/rust/iterator, r=graydon | bors | -12/+13 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -12/+13 |
| 2013-06-20 | auto merge of #7203 : msullivan/rust/default-methods, r=graydon | bors | -35/+8 |
| 2013-06-20 | Get cross crate default methods working. | Michael Sullivan | -35/+8 |
| 2013-06-21 | librust: cleanup warnings (except 1) | James Miller | -23/+21 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -1/+1 |
| 2013-06-16 | Remove @-fields from CrateContext | James Miller | -66/+84 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -2/+0 |