| Age | Commit message (Expand) | Author | Lines |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -287/+0 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -3/+3 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -4/+4 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -4/+4 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -3/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -5/+6 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+2 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -11/+9 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+2 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -3/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+8 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -11/+11 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -2/+2 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -48/+7 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+2 |
| 2013-05-22 | librustdoc: Rename `std` to `extra`. | Patrick Walton | -1/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustdoc | Seo Sanghyeon | -3/+3 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -2/+2 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -0/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -9/+0 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -60/+63 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -1/+1 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182. | Graydon Hoare | -7/+7 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -3/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -4/+0 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -14/+13 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -6/+6 |
| 2013-02-15 | librustdoc: Get rid of `move`. | Luqman Aden | -10/+10 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -1/+1 |
| 2013-02-01 | rustdoc: Convert to pipes | Brian Anderson | -5/+5 |
| 2013-02-01 | rustdoc: Remove another use of oldcomm | Brian Anderson | -8/+3 |
| 2013-02-01 | rustdoc: Convert astsrv to pipes | Brian Anderson | -2/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-30 | Removing interior mut on vectors, round 1 | Ben Striegel | -1/+1 |
| 2013-01-30 | rustdoc: deny(deprecated_self) | Brian Anderson | -8/+8 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -23/+23 |