| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -9/+8 |
| 2013-06-29 | Remove mutability from unique boxes in the AST | Alex Crichton | -1/+1 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -8/+7 |
| 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 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -93/+230 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -4/+3 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -2/+1 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+2 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -13/+1 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -7/+10 |
| 2013-06-25 | Get rid of terrible way for iterating over provided methods. | Michael Sullivan | -9/+4 |
| 2013-06-25 | auto merge of #7291 : alexcrichton/rust/static-mut, r=huonw | bors | -6/+10 |
| 2013-06-25 | Warning police | James Miller | -1/+0 |
| 2013-06-24 | Merge remote-tracking branch 'cmr/various-cleanup' into incoming | Brian Anderson | -13/+1 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -6/+10 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -5/+8 |
| 2013-06-21 | Remove `ast::pure_fn` and all concept of `pure` from the compiler | Corey Richardson | -13/+1 |
| 2013-06-20 | Get cross crate default methods working. | Michael Sullivan | -34/+7 |
| 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 | -21/+22 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -1/+1 |
| 2013-06-11 | decoder: better error message when failing to look up an id | Philipp Brüschweiler | -5/+5 |
| 2013-06-08 | Avoid unnecessary allocations in the metadata decoder | Björn Steinbrink | -32/+28 |
| 2013-06-08 | Remove some unnecessary closures | Björn Steinbrink | -7/+6 |
| 2013-06-08 | tydecode: Accept a plain borrowed pointer to the data | Björn Steinbrink | -14/+8 |
| 2013-06-07 | rustc::metadata::decoder: cleanup and slightly speed up each_path | Philipp Brüschweiler | -82/+70 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -12/+11 |
| 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 | -7/+8 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -1/+1 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -8/+0 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -3/+3 |
| 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 | -9/+22 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -7/+7 |
| 2013-05-19 | Register snapshots | Brian Anderson | -34/+0 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-16 | rustc: Change ty::get_impl_traits to return an option instead of a vec | Tim Chevalier | -5/+6 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -1/+1 |
| 2013-05-14 | rustc: rename ty::method to ty::Method and add ctor | Erick Tryzelaar | -19/+21 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -16/+16 |
| 2013-05-14 | rustc: Remove ty::arg | Erick Tryzelaar | -1/+1 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -9/+9 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -1/+1 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -7/+46 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -7/+46 |