| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | librustc: apply changes of char::escape_unicode | Young-il Choi | -1/+2 |
| 2013-07-01 | librustc: back::link::sanitize support esacpe_utf8 | Young-il Choi | -3/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -25/+22 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -14/+16 |
| 2013-06-28 | Remove useless namegen thunk | James Miller | -6/+8 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -10/+12 |
| 2013-06-18 | Cleanup src/librustc/back | Steven Stewart-Gallus | -76/+67 |
| 2013-06-16 | Remove @-fields from CrateContext | James Miller | -8/+8 |
| 2013-06-16 | Move CrateContext into it's own file | James Miller | -1/+1 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -51/+55 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Don't run passes again on JIT code | Alex Crichton | -35/+17 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -20/+42 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -42/+20 |
| 2013-06-13 | Remove unused imports | Steven Stewart-Gallus | -1/+1 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -10/+10 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -2/+1 |
| 2013-06-12 | std: convert str::{*shift,pop}* to methods. | Huon Wilson | -1/+1 |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -20/+42 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -3/+3 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-06-05 | auto merge of #6956 : Blei/rust/fix-symbol-mangling, r=catamorphism | bors | -15/+26 |
| 2013-06-05 | rustc::back::link: redo symbol mangling | Philipp Brüschweiler | -15/+26 |
| 2013-06-05 | rename repr to name | John Clements | -1/+1 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -3/+1 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -3/+1 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -5/+5 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -3/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+11 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -5/+14 |
| 2013-05-29 | Remove now-unused import | James Miller | -1/+1 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -51/+17 |
| 2013-05-27 | auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiyn | bors | -8/+8 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -8/+8 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -5/+5 |
| 2013-05-23 | auto merge of #6706 : brson/rust/glue, r=catamorphism | bors | -0/+11 |
| 2013-05-23 | rustc: Give glue symbols meaningful names | Brian Anderson | -0/+11 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -2/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+6 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -22/+21 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -1/+0 |
| 2013-05-11 | auto merge of #6397 : cantsin/rust/rusti-fixes, r=catamorphism | bors | -2/+2 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -2/+2 |
| 2013-05-10 | Fixes rusti crashes. | James Tranovich | -2/+2 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -6/+6 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -19/+29 |
| 2013-05-06 | remove some unused mut decls and vars | Niko Matsakis | -1/+1 |
| 2013-05-03 | librustc: Add argument to allow choosing "linker" | Luqman Aden | -10/+18 |