| Age | Commit message (Expand) | Author | Lines |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -7/+5 |
| 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 | -13/+11 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -13/+11 |
| 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-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 | -47/+47 |
| 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 | removed some interner fields | John Clements | -4/+5 |
| 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 | -121/+152 |
| 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/+16 |
| 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/+16 |
| 2013-05-29 | auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatch | bors | -51/+54 |
| 2013-05-28 | Define rustc's host triple at compile time | Alex Crichton | -12/+12 |
| 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 | -2/+2 |
| 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 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -6/+6 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -2/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -45/+64 |
| 2013-05-21 | Remove legacy_modes | Seo Sanghyeon | -1/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -5/+2 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -2/+1 |