| Age | Commit message (Expand) | Author | Lines |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -0/+1 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -1/+0 |
| 2017-10-17 | Create a new flag, --document-private-items | steveklabnik | -0/+19 |
| 2017-10-17 | Deprecate several flags in rustdoc | steveklabnik | -0/+22 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -2/+6 |
| 2017-10-09 | let rustdoc print the crate version into docs | QuietMisdreavus | -0/+6 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-08-30 | Print warning whatever the rendering mode | Guillaume Gomez | -1/+0 |
| 2017-08-30 | Update unstable-crate test | Guillaume Gomez | -1/+1 |
| 2017-08-30 | Add warnings when rustdoc html rendering differs | Guillaume Gomez | -0/+2 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+1 |
| 2017-07-27 | Build rustdoc on-demand. | Mark Simulacrum | -0/+1 |
| 2017-06-22 | Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Mark Simulacrum | -1/+5 |
| 2017-06-21 | rustbuild: Fix compiler docs yet again | Oliver Middleton | -1/+5 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -78/+133 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-05-25 | Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercup | bors | -3/+4 |
| 2017-05-24 | Add precisions for the help message for --extend-css | Guillaume Gomez | -2/+3 |
| 2017-05-18 | Give a nicer error for non-Unicode arguments to rustc and rustdoc | Josh Stone | -2/+9 |
| 2017-05-13 | Rollup merge of #41826 - GuillaumeGomez:add-markdown-content, r=frewsxcv | Mark Simulacrum | -1/+12 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-08 | Add markdown-[before|after]-content options | Guillaume Gomez | -1/+12 |
| 2017-05-05 | Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton | Corey Farwell | -3/+8 |
| 2017-05-03 | remove use of `ast_ty_to_ty_cache` from librustdoc | Niko Matsakis | -0/+1 |
| 2017-05-02 | Add option to display warnings in rustdoc | Guillaume Gomez | -3/+8 |
| 2017-05-02 | Set --extend-css stable | Guillaume Gomez | -3/+3 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -4/+16 |
| 2017-04-20 | Fix line display for hoedown | Guillaume Gomez | -0/+1 |
| 2017-04-16 | rustc: expose monomorphic const_eval through on-demand. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-03-28 | Update to last pulldown version | Guillaume Gomez | -1/+1 |
| 2017-03-28 | Replace hoedown with pull in rustdoc | Guillaume Gomez | -0/+1 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -0/+2 |
| 2017-01-26 | Fix full path being output with `rustdoc -h` | Michael Gattozzi | -1/+1 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -1/+0 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -1/+0 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-24 | Teach `rustdoc --test` about `--sysroot`, pass it when testing rust | Aidan Hobson Sayers | -2/+3 |
| 2016-12-15 | rustdoc: a formatting nit | Tshepang Lekhonkhobe | -2/+3 |
| 2016-12-13 | Auto merge of #38179 - michael-zapata:rf/harmonise_rustdoc_errors, r=Guillaum... | bors | -9/+23 |
| 2016-12-12 | feat(rustdoc): harmonise error messages | Michael Zapata | -9/+23 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -9/+6 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-30 | rustdoc: fix up --playground-url | Liigo Zhuang | -5/+2 |
| 2016-11-30 | unstable --playground-url, add test code | Liigo Zhuang | -4/+4 |
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -83/+89 |
| 2016-11-14 | rustdoc: add cli argument `--playground-url` | Liigo | -0/+8 |