| Age | Commit message (Expand) | Author | Lines |
| 2020-01-23 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -0/+3 |
| 2020-01-23 | format librustdoc | Mark Rousskov | -196/+224 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-12 | replace serialize with serde in rustdoc | Andy Russell | -1/+0 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -4/+0 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -0/+1 |
| 2019-11-23 | Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-23 | rustdoc: Mark `--extern-private` as unstable | Oliver Middleton | -1/+1 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -4/+4 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -4/+4 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Stabilize rustdoc theme options | Guillaume Gomez | -2/+2 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -1/+2 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -0/+4 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -0/+1 |
| 2019-11-08 | rustdoc: Support --extern-private but treat as --extern | Daniel Silverstone | -0/+4 |
| 2019-11-07 | Update built-in help for --extern. | Eric Huss | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -0/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-06 | Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 2019-10-06 | Use shorthand initialization in rustdoc | Avi Dessauer | -2/+2 |
| 2019-10-05 | Rollup merge of #64708 - SimonSapin:option-deref, r=Centril | Tyler Mandry | -1/+0 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -0/+1 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -1/+0 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -1/+0 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -1/+1 |
| 2019-09-10 | Add unstable --test-builder to rustdoc | Mark Rousskov | -0/+5 |
| 2019-09-10 | Auto merge of #60387 - Goirad:test-expansion, r=ollie27 | bors | -0/+17 |
| 2019-09-09 | Switch rustdoc logging to RUSTDOC_LOG | Mark Rousskov | -1/+1 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -0/+1 |
| 2019-09-03 | added feature gate enable-per-target-ignores | Dario Gonzalez | -0/+5 |
| 2019-09-03 | Added ability to crosscompile doctests | Dario Gonzalez | -0/+12 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -3/+0 |
| 2019-08-30 | Use `panic::set_hook` to print the ICE message | Jonas Schievink | -1/+1 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -1/+2 |
| 2019-08-26 | Move source HTML generation to own module | Mark Rousskov | -0/+1 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -1/+2 |
| 2019-08-11 | Remove unnecessary channel | Mark Rousskov | -6/+3 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -5/+2 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -0/+6 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -0/+6 |
| 2019-07-22 | add rustc_private as a proper language feature gate | Aleksey Kladov | -0/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -2/+0 |