| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -21/+22 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-26 | rustdoc: rework how default passes are chosen | QuietMisdreavus | -26/+23 |
| 2018-07-24 | remove zombie code | steveklabnik | -5/+0 |
| 2018-07-24 | remove pluginmanager | steveklabnik | -10/+11 |
| 2018-07-20 | Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez | bors | -5/+5 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -3/+8 |
| 2018-07-13 | stabilize lint handling in rustdoc | QuietMisdreavus | -5/+5 |
| 2018-07-12 | Auto merge of #52194 - steveklabnik:remove-plugins, r=QuietMisdreavus,Guillau... | bors | -10/+11 |
| 2018-07-10 | Remove rustdoc plugins | steveklabnik | -10/+11 |
| 2018-07-05 | Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavus | bors | -1/+27 |
| 2018-07-05 | Add command line lint manipulation in rustdoc | Guillaume Gomez | -1/+27 |
| 2018-06-24 | Haiku: set stack size to 16 MB on Haiku, use 32 MB on other platforms | Niels Sascha Reedijk | -2/+6 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -0/+1 |
| 2018-06-20 | Replace tempdir by tempfile in librustdoc | Bastien Orivel | -1/+1 |
| 2018-06-20 | Remove all traces of lifetimes() and types() methods | varkor | -0/+1 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -0/+1 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -2/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -2/+0 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-16 | Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomez | kennytm | -2/+32 |
| 2018-05-16 | Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomez | bors | -67/+60 |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -1/+9 |
| 2018-05-14 | drop unnecessary "warning" from warning text | QuietMisdreavus | -1/+1 |
| 2018-05-14 | deprecate #![doc(no_default_passes, passes, plugins)] | QuietMisdreavus | -2/+32 |
| 2018-05-14 | tidy | QuietMisdreavus | -1/+2 |
| 2018-05-14 | replace error/warning println with structured diag | QuietMisdreavus | -67/+59 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -0/+2 |
| 2018-05-12 | Add minification process | Guillaume Gomez | -1/+9 |
| 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 |