| Age | Commit message (Expand) | Author | Lines |
| 2013-07-01 | auto merge of #7488 : yichoi/rust/sanitize_utf8, r=huonw | bors | -3/+4 |
| 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-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -5/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -37/+31 |
| 2013-06-28 | auto merge of #7466 : thestinger/rust/passes, r=cmr | bors | -68/+87 |
| 2013-06-28 | copy the optimization passes from clang | Daniel Micay | -68/+87 |
| 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-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -13/+0 |
| 2013-06-23 | Remove unused shape fields from typedescs | Philipp Brüschweiler | -3/+1 |
| 2013-06-22 | auto merge of #7274 : thestinger/rust/size_hint, r=huonw | bors | -21/+23 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -21/+23 |
| 2013-06-22 | Fix take glue of owned trait objects | Philipp Brüschweiler | -4/+2 |
| 2013-06-21 | auto merge of #7182 : Aatch/rust/trans-refactor-pt2, r=graydon | bors | -33/+28 |
| 2013-06-22 | Finish up Type refactoring | James Miller | -4/+4 |
| 2013-06-22 | More Type refactorings | James Miller | -33/+28 |
| 2013-06-21 | auto merge of #7219 : sstewartgallus/rust/cleanup, r=graydon | bors | -85/+73 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -13/+0 |
| 2013-06-19 | rustc: Dispose of LLVM passes in test cases | Brian Anderson | -3/+12 |
| 2013-06-18 | Cleanup src/librustc/back | Steven Stewart-Gallus | -85/+73 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -1/+1 |
| 2013-06-17 | Revert "stop using an absolute rpath" | Brian Anderson | -1/+26 |
| 2013-06-16 | remove unused imports | Huon Wilson | -3/+0 |
| 2013-06-15 | auto merge of #7132 : thestinger/rust/rpath, r=brson | bors | -25/+1 |
| 2013-06-15 | stop using an absolute rpath | Daniel Micay | -25/+1 |
| 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-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -1/+1 |
| 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-06-01 | rustc: Call str::is_empty | Tim Chevalier | -1/+1 |
| 2013-06-02 | Better optimization pipeline | James Miller | -10/+5 |
| 2013-05-31 | Remove the slow bb-vectorize pass | James Miller | -1/+0 |