| Age | Commit message (Expand) | Author | Lines |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -0/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -9/+8 |
| 2020-03-02 | Replace ToJson with serde | Guillaume Gomez | -5/+11 |
| 2020-03-02 | Put back output-format option for show-coverage | Guillaume Gomez | -8/+51 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -1/+4 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -2/+0 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+1 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -17/+26 |
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -17/+26 |
| 2020-01-04 | Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril | Dylan DPC | -6/+1 |
| 2020-01-03 | rustdoc: Respect diagnostic debugging options | Vadim Petrochenkov | -6/+1 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -67/+62 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -30/+3 |
| 2019-11-18 | improve error messages and documentation | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -6/+6 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ... | Guillaume Gomez | -1/+7 |
| 2019-11-18 | Add sentence to tell other options are ignored when running check-theme | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -3/+9 |
| 2019-11-18 | Warn instead of failing for themes | Guillaume Gomez | -2/+1 |
| 2019-11-18 | Stabilize rustdoc theme options | Guillaume Gomez | -1/+3 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -1/+3 |
| 2019-11-08 | rustdoc: Support --extern-private but treat as --extern | Daniel Silverstone | -1/+3 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -4/+0 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -0/+4 |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -0/+4 |
| 2019-10-10 | Don't pass doctest feature by default | Guillaume Gomez | -4/+1 |
| 2019-10-01 | Prevent rustdoc feature to be passed down to doctests | Guillaume Gomez | -1/+0 |
| 2019-09-10 | Add unstable --test-builder to rustdoc | Mark Rousskov | -0/+6 |
| 2019-09-03 | changed target from option to plain target, populated with host triple at arg... | Dario Gonzalez | -3/+5 |
| 2019-09-03 | added feature gate enable-per-target-ignores | Dario Gonzalez | -0/+7 |
| 2019-09-03 | Added ability to crosscompile doctests | Dario Gonzalez | -0/+10 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -5/+0 |
| 2019-08-29 | Run doctests via out-of-process rustc | Andreas Jonson | -0/+12 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -0/+14 |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -1/+1 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -8/+8 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -32/+4 |
| 2019-07-23 | Normalize use of backticks in compiler messages for doc | Samy Kacimi | -2/+2 |
| 2019-07-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -0/+3 |
| 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 |