| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -4/+4 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -7/+8 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -12/+6 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -1/+10 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -3/+6 |
| 2018-07-05 | Simplified checking for non_exhaustive attribute. | David Wood | -2/+1 |
| 2018-06-27 | Display #[non_exhaustive] in rustdoc on types. | David Wood | -2/+12 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -3/+2 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -2/+2 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -0/+7 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -12/+44 |
| 2016-03-04 | This doesn't seem necessary? | mitaa | -26/+14 |
| 2016-03-04 | Simplify `if let`/`match` expressions | mitaa | -0/+1 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -2/+3 |
| 2015-04-07 | rustdoc: Run external traits through filters | Alex Crichton | -1/+8 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -26/+2 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -1/+1 |
| 2014-12-13 | librustdoc: fix fallout | Jorge Aparicio | -2/+1 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -2/+2 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+6 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -6/+6 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -9/+11 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -2/+2 |
| 2014-05-22 | rustdoc: Fill in external trait methods | Alex Crichton | -2/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -5/+5 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -5/+5 |
| 2014-02-26 | Mark top level module as a crate in rustdoc, closes #12507 | Florian Hahn | -1/+4 |
| 2014-02-11 | librustdoc -- move closure to clarify scope | Niko Matsakis | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -3/+2 |
| 2013-12-16 | Fix rustdoc output of enums with private variants | Steven Fackler | -10/+5 |
| 2013-10-13 | Make Rustdoc strip private fields | Steven Fackler | -0/+6 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -393/+88 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -7/+7 |
| 2013-08-07 | Change const to static | Sangeun Kim | -14/+14 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -25/+25 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -12/+12 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -16/+14 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 |
| 2013-06-13 | rustdoc: fix tests for @~str -> @str change. | Huon Wilson | -4/+4 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -4/+4 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -0/+2 |