| Age | Commit message (Expand) | Author | Lines |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -9/+6 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -25/+30 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -2/+6 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -4/+14 |
| 2013-06-27 | auto merge of #7429 : Blei/rust/delete-shared, r=huonw | bors | -14/+12 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -14/+12 |
| 2013-06-27 | auto merge of #7403 : catamorphism/rust/package-scripts, r=brson | bors | -1/+1 |
| 2013-06-26 | driver: perform stripping before and after macro expansion. | Huon Wilson | -1/+12 |
| 2013-06-25 | rustpkg: Begin allowing package scripts to call the default build logic | Tim Chevalier | -1/+1 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -3/+0 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+6 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -19/+0 |
| 2013-06-19 | Hide the once-move-out privilege for stack fns behind '-Z once-fns' | Ben Blum | -25/+30 |
| 2013-06-16 | auto merge of #7157 : sstewartgallus/rust/master, r=brson | bors | -47/+39 |
| 2013-06-16 | Fix Merge Fallout | James Miller | -78/+78 |
| 2013-06-15 | Fix up mingw32 case | Steven Stewart-Gallus | -0/+1 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -5/+5 |
| 2013-06-15 | Cleaned up driver.rs | Steven Stewart-Gallus | -47/+38 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Revert "Revert "Have JIT execution take ownership of the LLVMContextRef"" | Alex Crichton | -5/+5 |
| 2013-06-13 | Revert "Have JIT execution take ownership of the LLVMContextRef" | Brian Anderson | -5/+5 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -56/+56 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -2/+1 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -1/+1 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -2/+2 |
| 2013-06-10 | Have JIT execution take ownership of the LLVMContextRef | Alex Crichton | -5/+5 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -15/+15 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -11/+5 |
| 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 | -2/+7 |
| 2013-06-05 | removed some interner fields | John Clements | -7/+9 |
| 2013-06-05 | rust::driver: remove accidental double freevar calculation | Philipp Brüschweiler | -3/+0 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -123/+156 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -41/+45 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -4/+4 |
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from s... | Patrick Walton | -0/+3 |
| 2013-05-29 | auto merge of #6799 : Aatch/rust/pass-refactor, r=graydon | bors | -0/+18 |
| 2013-05-29 | auto merge of #6733 : alexcrichton/rust/issue-2400, r=brson | bors | -12/+12 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -0/+18 |
| 2013-05-29 | auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatch | bors | -51/+54 |
| 2013-05-28 | auto merge of #6784 : nikomatsakis/rust/moves-into-borrowck, r=pcwalton | bors | -3/+2 |
| 2013-05-28 | Define rustc's host triple at compile time | Alex Crichton | -12/+12 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -0/+5 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -3/+2 |
| 2013-05-28 | librustc: drop AST before running LLVM, frees 400mb on a librustc build | Graydon Hoare | -51/+54 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -4/+4 |
| 2013-05-24 | show options for -W help and -W | Lenny222 | -1/+1 |
| 2013-05-23 | cleanup warnings from librustc | Erick Tryzelaar | -4/+4 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+2 |