| Age | Commit message (Expand) | Author | Lines |
| 2019-06-08 | Revert "Set test flag when rustdoc is running with --test option" | Oliver Middleton | -3/+0 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -11/+15 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -1/+1 |
| 2019-05-06 | don't pre-allocate the default edition string | QuietMisdreavus | -7/+10 |
| 2019-05-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -10/+11 |
| 2019-04-24 | Set test flag when rustdoc is running with --test option | Guillaume Gomez | -0/+3 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -6/+13 |
| 2019-04-14 | Derive Default for ExternEntry | Aaron Hill | -7/+3 |
| 2019-04-14 | Update rustdoc to new ExternEntry format | Aaron Hill | -2/+8 |
| 2019-04-14 | Fix tidy | Aaron Hill | -2/+2 |
| 2019-04-14 | Combine 'Extern' and 'ExternPrivate' | Aaron Hill | -2/+3 |
| 2019-04-02 | Do not render coloful json in rustdoc | Oliver Scherer | -2/+2 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -6/+12 |
| 2019-04-02 | Update rustdoc | Oliver Scherer | -2/+3 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -1/+1 |
| 2019-03-05 | only print coverage pass lists if running on nightly | QuietMisdreavus | -7/+11 |
| 2019-02-28 | add a coverage mode for private items | QuietMisdreavus | -3/+11 |
| 2019-02-28 | add option to calculate documentation coverage | QuietMisdreavus | -0/+12 |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -1/+1 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -11/+11 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -0/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+7 |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -0/+4 |
| 2019-01-17 | Add book section and fix typo. | Wesley Norris | -1/+2 |
| 2019-01-17 | Minor changes to wording and formatting. | Wesley Norris | -1/+2 |
| 2019-01-17 | Persist doc test executables to given path. | Wesley Norris | -0/+4 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -0/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -0/+5 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -0/+5 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -6/+5 |
| 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 |