| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |