| Age | Commit message (Expand) | Author | Lines |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -36/+25 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -16/+1 |
| 2016-06-29 | Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2016-06-29 | Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichton | Jeffrey Seyfried | -16/+1 |
| 2016-06-28 | rustdoc: Fix empty Implementations section on some module pages | Oliver Middleton | -0/+3 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -1/+2 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -1/+2 |
| 2016-06-25 | rustdoc: Fix search result layout for enum variants and struct fields | Oliver Middleton | -1/+1 |
| 2016-06-24 | Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichton | bors | -10/+13 |
| 2016-06-23 | rustdoc: Fix panic caused by doc(hidden) trait methods | Oliver Middleton | -10/+13 |
| 2016-06-23 | Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnik | bors | -1/+5 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+2 |
| 2016-06-22 | Rollup merge of #34387 - ollie27:rustdoc_src_links, r=alexcrichton | Manish Goregaokar | -6/+9 |
| 2016-06-20 | Auto merge of #34186 - GuillaumeGomez:err-code-check, r=alexcrichton | bors | -18/+37 |
| 2016-06-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -6/+9 |
| 2016-06-20 | Add error code flag | Guillaume Gomez | -12/+15 |
| 2016-06-19 | rustdoc: Add more types to the sidebar | Oliver Middleton | -1/+5 |
| 2016-06-17 | Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomez | bors | -17/+30 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -2/+2 |
| 2016-06-15 | rustdoc: Add stability notices to impl items | Oliver Middleton | -17/+30 |
| 2016-06-14 | Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton | bors | -12/+10 |
| 2016-06-14 | Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnik | bors | -2/+6 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -12/+10 |
| 2016-06-12 | Add error codes block code flag | Guillaume Gomez | -6/+22 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -17/+24 |
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -2/+6 |
| 2016-06-09 | Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc | bors | -1/+4 |
| 2016-06-08 | Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakis | bors | -3/+4 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -3/+4 |
| 2016-06-08 | Auto merge of #34068 - ollie27:rustdoc_redirect_const, r=brson | bors | -1/+3 |
| 2016-06-07 | Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-06-07 | Fix bug in `librustdoc` in which an unmatched "</table>" is emitted. | Jeffrey Seyfried | -1/+4 |
| 2016-06-05 | rustdoc: Remove Derived Implementations title | Oliver Middleton | -16/+1 |
| 2016-06-04 | rustdoc: Fix a few missing colors in the CSS | Oliver Middleton | -5/+6 |
| 2016-06-03 | rustdoc: Fix generating redirect pages for statics and consts | Oliver Middleton | -1/+3 |
| 2016-06-02 | rustdoc: Don't generate empty files for stripped items | Oliver Middleton | -17/+24 |
| 2016-05-30 | Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomez | Manish Goregaokar | -40/+64 |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -40/+64 |
| 2016-05-27 | Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnik | Guillaume Gomez | -0/+4 |
| 2016-05-24 | Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomez | Guillaume Gomez | -0/+1 |
| 2016-05-24 | Fix invalid background color in stability elements | Guillaume Gomez | -0/+4 |
| 2016-05-22 | Fixed shortcut handling. Reverted to [Shift]+[+=] | Alex Ozdemir | -3/+3 |
| 2016-05-22 | Changed toggle all sections key to `T` | Alex Ozdemir | -2/+3 |
| 2016-05-21 | Auto merge of #33765 - alex-ozdemir:master, r=Manishearth | bors | -3/+11 |
| 2016-05-21 | Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichton | Manish Goregaokar | -12/+43 |
| 2016-05-20 | Added a `rustdoc` shortcut for collapse/expand all | Alex Ozdemir | -3/+11 |
| 2016-05-20 | Update tests | Manish Goregaokar | -15/+17 |
| 2016-05-19 | Rollup merge of #33705 - lqd:rustdoc-version-tooltip, r=GuillaumeGomez | Manish Goregaokar | -2/+3 |
| 2016-05-19 | Make the #[stable(since)] version attribute clearer with a tooltip | Rémy Rakic | -2/+3 |
| 2016-05-18 | Move read more link to same line | Manish Goregaokar | -5/+6 |