| Age | Commit message (Expand) | Author | Lines |
| 2018-07-07 | Apply security patch for rustdoc | steveklabnik | -1/+7 |
| 2018-04-30 | Removed unused dependencies on rustc_const_math | Oliver Schneider | -1/+0 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -1/+2 |
| 2018-04-27 | rustdoc asks for dyn_trait feature in stage0 | Christian Poveda | -0/+2 |
| 2018-04-27 | removed dyn trait attribute from librustdoc | Christian Poveda | -1/+0 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -0/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -2/+1 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -5/+51 |
| 2018-04-16 | Add error-format and color-config options to rustdoc | Guillaume Gomez | -5/+51 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-16 | Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomez | bors | -7/+15 |
| 2018-04-13 | add -C parameter to rustdoc | QuietMisdreavus | -7/+15 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -2/+0 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+0 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+0 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -0/+1 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -0/+1 |
| 2018-04-09 | Convert sort_unstable_by to sort_by_cached_key | varkor | -0/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -8/+30 |
| 2018-03-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -4/+4 |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -4/+4 |
| 2018-03-29 | tidy | QuietMisdreavus | -2/+8 |
| 2018-03-28 | use --edition for doctests, rather than just the crate | QuietMisdreavus | -1/+1 |
| 2018-03-27 | add --edition flag to rustdoc | QuietMisdreavus | -6/+22 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -1/+8 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -3/+6 |
| 2018-03-06 | Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr... | Alex Crichton | -0/+9 |
| 2018-03-06 | Update env_logger to 0.5.4 | Alex Crichton | -1/+1 |
| 2018-03-05 | Add resource-suffix option for rustdoc | Guillaume Gomez | -0/+9 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -1/+3 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -35/+6 |
| 2018-02-08 | Pass themes folder as parameter | Guillaume Gomez | -5/+5 |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -4/+4 |
| 2018-02-08 | Improve output a bit in case of error | Guillaume Gomez | -4/+7 |
| 2018-02-08 | Add test when trying to add new theme | Guillaume Gomez | -5/+16 |
| 2018-02-08 | get differences | Guillaume Gomez | -1/+3 |
| 2018-02-08 | Add theme tests | Guillaume Gomez | -0/+27 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -2/+0 |
| 2018-01-23 | Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavus | bors | -1/+16 |
| 2018-01-22 | Update to new commonmark arg | Manish Goregaokar | -3/+3 |
| 2018-01-22 | cleanup | QuietMisdreavus | -1/+1 |
| 2018-01-22 | Make correct resolver available in rustdoc | Manish Goregaokar | -1/+1 |
| 2018-01-22 | add RenderType to DocContext | QuietMisdreavus | -1/+6 |
| 2018-01-21 | Add themes option | Guillaume Gomez | -1/+16 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -1/+3 |
| 2018-01-17 | Rollup merge of #47398 - GuillaumeGomez:pulldown-warnings, r=QuietMisdreavus | Guillaume Gomez | -5/+5 |
| 2018-01-12 | Switch to pulldown as default markdown renderer | Guillaume Gomez | -5/+5 |