| Age | Commit message (Expand) | Author | Lines |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-27 | Revert "Modules are either public, or private, so private modules should be s... | Alex Crichton | -2/+4 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -4/+4 |
| 2014-03-17 | Modules are either public, or private, so private modules should be stripped out | James Miller | -4/+2 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -4/+4 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -1/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -14/+13 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -2/+2 |
| 2014-02-14 | rustdoc: Strip impls of traits on #[doc(hidden)] types | Kevin Ballard | -19/+51 |
| 2014-02-14 | rustdoc: Strip impls of stripped private types | Kevin Ballard | -2/+10 |
| 2014-02-13 | auto merge of #12061 : pongad/rust/delorderable, r=cmr | bors | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -14/+14 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -3/+3 |
| 2014-01-10 | rustdoc: Don't strip empty modules with documentation | Alex Crichton | -1/+3 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -2/+2 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -1/+2 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -6/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -6/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -12/+12 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -8/+8 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-13 | make missing_doc lint respect the visibility rules | David Creswick | -38/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-10-18 | Fix struct field visibility and add enum field doc | Steven Fackler | -1/+7 |
| 2013-10-14 | rustdoc: Use privacy visibility for pruning | Alex Crichton | -78/+128 |
| 2013-10-13 | Make Rustdoc strip private fields | Steven Fackler | -6/+2 |
| 2013-10-02 | rustdoc: Generate hyperlinks between crates | Alex Crichton | -3/+2 |
| 2013-09-30 | rustdoc: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-28 | rustdoc: Show type parameters on external paths | Alex Crichton | -2/+3 |
| 2013-09-26 | rustdoc: Strip implementations of private traits | Alex Crichton | -6/+44 |
| 2013-09-26 | rustdoc: Generate documentation for foreign items | Alex Crichton | -1/+2 |
| 2013-09-25 | rustdoc: Fix an unindentation bug when collapsing | Alex Crichton | -1/+1 |
| 2013-09-25 | rustdoc: Collapse before unindenting | Alex Crichton | -1/+0 |
| 2013-09-25 | rustdoc: Reduce ambiguity with clean::Type | Alex Crichton | -0/+2 |
| 2013-09-25 | rustdoc: Implement stripping based on privacy | Alex Crichton | -0/+72 |
| 2013-09-25 | rustdoc: Add the ability to list all passes | Alex Crichton | -22/+0 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -0/+231 |