| 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 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -14/+8 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -2/+1 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -5/+0 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -9/+8 |
| 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 | -37/+163 |
| 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 | -41/+34 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+1 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -2/+0 |
| 2013-06-26 | Infer default static/Owned bounds for unbounded heap fns/traits (#7264) | Ben Blum | -1/+1 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -7/+15 |
| 2013-06-25 | remove the redundant `each` method from OptVec | Daniel Micay | -2/+2 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -5/+13 |
| 2013-06-24 | Merge remote-tracking branch 'cmr/various-cleanup' into incoming | Brian Anderson | -2/+0 |
| 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 | -3/+7 |
| 2013-06-23 | Parse and typecheck (not kindcheck) bounds on trait paths. | Ben Blum | -1/+2 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -27/+28 |
| 2013-06-21 | Remove `ast::pure_fn` and all concept of `pure` from the compiler | Corey Richardson | -2/+0 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -1/+2 |
| 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 | -1/+0 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -1/+1 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -26/+26 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -7/+7 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -14/+19 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -1/+1 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -3/+4 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -2/+1 |
| 2013-06-05 | removed unused imports (and one unused argument) | John Clements | -2/+1 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -1/+1 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -1/+1 |
| 2013-06-05 | removed some interner fields | John Clements | -3/+3 |
| 2013-06-04 | std::io: Modernize some constructors | Philipp Brüschweiler | -1/+1 |
| 2013-06-01 | Fix a small typo in a comment. | Tom Lee | -1/+1 |
| 2013-06-01 | Reexport static methods on structs & enums. | Tom Lee | -30/+70 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+8 |
| 2013-05-27 | auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiyn | bors | -1/+1 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -1/+1 |
| 2013-05-27 | auto merge of #6688 : graydon/rust/issue-3396-mystery-bug-in-metadata, r=Aatch | bors | -11/+2 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -5/+5 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | librustc: Fix privacy checking for cross-crate variants | Patrick Walton | -0/+1 |
| 2013-05-22 | revert no-longer-required workaround for mystery bug, close #3396 | Graydon Hoare | -11/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -4/+4 |
| 2013-05-19 | Explain an odd conditional check. | Tom Lee | -0/+11 |