| Age | Commit message (Expand) | Author | Lines |
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -2/+13 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -24/+19 |
| 2016-07-06 | Rollup merge of #34626 - sylvestre:master, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-07-05 | Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnik | bors | -7/+8 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -21/+15 |
| 2016-07-03 | Fix a few typos in the code | Sylvestre Ledru | -1/+1 |
| 2016-06-30 | rustdoc: Remove paths from primitive page <title> tags | Oliver Middleton | -7/+8 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -16/+1 |
| 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-23 | rustdoc: Fix panic caused by doc(hidden) trait methods | Oliver Middleton | -10/+13 |
| 2016-06-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -6/+9 |
| 2016-06-17 | Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomez | bors | -17/+30 |
| 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/+2 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -12/+10 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -17/+24 |
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -2/+2 |
| 2016-06-09 | Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc | bors | -1/+4 |
| 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-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 | print enum variant fields in docs | Oliver Schneider | -32/+37 |
| 2016-05-21 | Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichton | Manish Goregaokar | -12/+43 |
| 2016-05-20 | Update tests | Manish Goregaokar | -15/+17 |
| 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 |
| 2016-05-18 | rustdoc: Support short doc fallback for non-default items | Manish Goregaokar | -9/+25 |
| 2016-05-18 | rustdoc: Add doc snippets for trait impls, with a read more link | Manish Goregaokar | -0/+12 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -36/+14 |
| 2016-05-10 | Improve "since" tag placement | Guillaume Gomez | -3/+3 |
| 2016-05-09 | Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-09 | Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnik | Manish Goregaokar | -3/+6 |
| 2016-05-09 | rustdoc: fix emitting duplicate implementors in .js files | Georg Brandl | -1/+1 |
| 2016-05-07 | Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton | Steve Klabnik | -39/+59 |
| 2016-05-06 | rustdoc: add "src" links to individual impls | Georg Brandl | -39/+59 |
| 2016-05-05 | Improve rustdoc css of "source" and "since" elements | ggomez | -3/+6 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -2/+2 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -6/+1 |
| 2016-04-26 | Auto merge of #33191 - alexcrichton:rustdoc-create-dir-all-racy, r=steveklabnik | bors | -6/+9 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -2/+5 |
| 2016-04-26 | Rollup merge of #33194 - mitaa:rdoc-a, r=alexcrichton | Manish Goregaokar | -2/+3 |
| 2016-04-26 | Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichton | Manish Goregaokar | -29/+38 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -2/+5 |
| 2016-04-25 | Improve accessibility of rustdoc pages | mitaa | -2/+3 |
| 2016-04-24 | rustdoc: Handle concurrent mkdir requests | Alex Crichton | -6/+9 |
| 2016-04-22 | show unstable status for deprecated items | Andy Russell | -29/+38 |
| 2016-04-22 | Only record the same impl once | mitaa | -24/+38 |