| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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/+4 |
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -2/+2 |
| 2013-05-22 | librustc: Disable borrow check debugging even when rustc is compiled with -O0. | Patrick Walton | -3/+10 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -46/+65 |
| 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 | Change lints to indicate exactly where the level was set | Alex Crichton | -9/+0 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -15/+11 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -2/+1 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -4/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -3/+3 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -4/+4 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -3/+3 |
| 2013-05-11 | auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger | bors | -4/+4 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -3/+3 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -2/+2 |
| 2013-05-09 | auto merge of #6325 : sammykim/rust/lint-name, r=graydon | bors | -0/+1 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -2/+2 |