| Age | Commit message (Expand) | Author | Lines |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-10 | move all static-file include!s into a single module | QuietMisdreavus | -2/+3 |
| 2018-11-04 | fix formatting | QuietMisdreavus | -3/+3 |
| 2018-11-04 | add Debug impls for the Options structs | QuietMisdreavus | -1/+41 |
| 2018-11-02 | split off a separate RenderOptions struct | QuietMisdreavus | -22/+32 |
| 2018-11-02 | swap uses of Matches with pre-parsed args | QuietMisdreavus | -0/+22 |
| 2018-11-02 | parse command-line into a central Options struct | QuietMisdreavus | -0/+488 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -373/+0 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -5/+5 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -7/+7 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -1/+1 |
| 2013-09-10 | std::vec: Change fn unzip to take an iterator argument | blake2-ppc | -1/+1 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -4/+4 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -5/+5 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -15/+15 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-27 | cleanup .chain and .chain_err + fixing other files | maikklein | -16/+10 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -14/+11 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -13/+11 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+2 |
| 2013-06-22 | Merge pull request #7270 from thestinger/doc | Daniel Micay | -6/+6 |
| 2013-06-21 | replace vec::find with the IteratorUtil method | Daniel Micay | -5/+4 |
| 2013-06-21 | Show defaults in rustdoc usage message | Ralph Bodenner | -6/+6 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+1 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -2/+7 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -24/+24 |
| 2013-05-23 | cleanup warnings from librustdoc | Erick Tryzelaar | -14/+14 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+1 |
| 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/+1 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustdoc | Seo Sanghyeon | -4/+4 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+1 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -119/+119 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -15/+2 |
| 2013-03-22 | librustdoc: Remove `pure` from fuzzer and rustdoc. | Patrick Walton | -4/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-05 | rustc: minor code cleanup | Erick Tryzelaar | -6/+6 |
| 2013-03-05 | core: convert vec::{head,head_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-05 | rustdoc: Remove a unused variable warning | Erick Tryzelaar | -1/+1 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -11/+5 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -1/+1 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 2013-02-15 | librustdoc: Get rid of `move`. | Luqman Aden | -5/+5 |