| Age | Commit message (Expand) | Author | Lines |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -149/+0 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -21/+14 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -3/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+0 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -2/+3 |
| 2013-06-16 | Do not strip leading whitespace when parsing doc comments. | SiegeLord | -2/+2 |
| 2013-06-13 | rustdoc: fix tests for @~str -> @str change. | Huon Wilson | -11/+11 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -2/+2 |
| 2013-06-12 | Silence some warnings. | Huon Wilson | -1/+0 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+1 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -1/+0 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+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-04-28 | refactoring mod.rs | John Clements | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -89/+88 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -9/+9 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -9/+9 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -2/+0 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -4/+0 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -2/+3 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+1 |
| 2013-01-30 | rustdoc: Remove structural records | Brian Anderson | -3/+3 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -5/+5 |
| 2013-01-24 | remove remaining is_not_empty functions/methods | Daniel Micay | -1/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -3/+5 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -5/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -3/+5 |
| 2012-12-29 | librustdoc: Fix a bunch of rustdoc tests. rs=bustage | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+5 |
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -1/+1 |
| 2012-12-13 | librustdoc: Try to unbreak the test. rs=burning | Patrick Walton | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-20 | rustdoc: Begin removing legacy modes | Brian Anderson | -5/+5 |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -8/+4 |
| 2012-11-14 | Camel case all the codemap types except span | Brian Anderson | -1/+1 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+150 |