| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -5/+3 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -5/+3 |
| 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: add some imports to back/passes.rs rs=burningtree | Erick Tryzelaar | -0/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+22 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -84/+267 |
| 2013-05-29 | Remove now-unused import | James Miller | -1/+1 |
| 2013-05-29 | Remove passes that were causing bad optmizations | James Miller | -14/+19 |
| 2013-05-29 | Move the initial dead prototype removal pass | James Miller | -6/+5 |
| 2013-05-29 | Fix pass creation typo | James Miller | -1/+1 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -51/+167 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -8/+14 |