| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-18 | Rollup merge of #33673 - GuillaumeGomez:fix-selected-item-style, r=steveklabnik | Manish Goregaokar | -0/+4 |
| 2016-05-16 | Fix selected item background style | Guillaume Gomez | -0/+4 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -56/+36 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -56/+36 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -1/+7 |
| 2016-05-10 | Improve "since" tag placement | Guillaume Gomez | -3/+9 |
| 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 | -7/+48 |
| 2016-05-09 | rustdoc: fix emitting duplicate implementors in .js files | Georg Brandl | -1/+1 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+0 |
| 2016-05-07 | Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton | Steve Klabnik | -39/+59 |
| 2016-05-07 | Auto merge of #33328 - nrc:highlight-api, r=alexcrichton | bors | -105/+245 |
| 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 | -7/+43 |
| 2016-05-06 | Update CSS for future rustdoc merge | Guillaume Gomez | -0/+5 |
| 2016-05-04 | rustdoc: refactor rustdoc syntax highlighting for a more flexible API | Nick Cameron | -105/+245 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -3/+4 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -12/+3 |
| 2016-04-27 | Auto merge of #33199 - mitaa:tokenize-responsibly, r=nrc | bors | -7/+19 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -7/+19 |
| 2016-04-27 | rustdoc: Render `extern fn` instead of `extern "C" fn` | Oliver Middleton | -0/+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 | -11/+29 |
| 2016-04-26 | Rollup merge of #33194 - mitaa:rdoc-a, r=alexcrichton | Manish Goregaokar | -3/+4 |
| 2016-04-26 | Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichton | Manish Goregaokar | -29/+38 |
| 2016-04-26 | Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichton | Manish Goregaokar | -3/+5 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -11/+29 |
| 2016-04-25 | Improve accessibility of rustdoc pages | mitaa | -3/+4 |
| 2016-04-24 | rustdoc: Handle concurrent mkdir requests | Alex Crichton | -6/+9 |
| 2016-04-24 | Check reachability for inlined extern links too | mitaa | -3/+5 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -1/+1 |
| 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 |
| 2016-04-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -13/+3 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -21/+37 |
| 2016-04-19 | Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichton | bors | -14/+26 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -10/+27 |
| 2016-04-17 | rustdoc: Disambiguate anchors for assoc item impls | Nick Platt | -14/+26 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -4/+9 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -0/+3 |