| Age | Commit message (Expand) | Author | Lines |
| 2016-07-19 | [CSS] Fix unwanted top margin for toggle wrapper | ggomez | -1/+4 |
| 2016-07-06 | Remove invalid CSS rule for doc titles | ggomez | -8/+0 |
| 2016-06-25 | rustdoc: Fix search result layout for enum variants and struct fields | Oliver Middleton | -1/+1 |
| 2016-06-19 | rustdoc: Add more types to the sidebar | Oliver Middleton | -1/+5 |
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -0/+4 |
| 2016-06-07 | Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-06-04 | rustdoc: Fix a few missing colors in the CSS | Oliver Middleton | -5/+6 |
| 2016-05-30 | Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomez | Manish Goregaokar | -0/+19 |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -0/+19 |
| 2016-05-27 | Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnik | Guillaume Gomez | -0/+4 |
| 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 | -2/+2 |
| 2016-05-22 | Changed toggle all sections key to `T` | Alex Ozdemir | -1/+2 |
| 2016-05-20 | Added a `rustdoc` shortcut for collapse/expand all | Alex Ozdemir | -3/+9 |
| 2016-05-16 | Fix selected item background style | Guillaume Gomez | -0/+4 |
| 2016-05-15 | true color, fixed boolval style in doc | Hendrik Sollich | -1/+1 |
| 2016-05-10 | Improve "since" tag placement | Guillaume Gomez | -0/+6 |
| 2016-05-05 | Improve rustdoc css of "source" and "since" elements | ggomez | -4/+37 |
| 2016-05-06 | Update CSS for future rustdoc merge | Guillaume Gomez | -0/+5 |
| 2016-04-25 | Improve accessibility of rustdoc pages | mitaa | -1/+1 |
| 2016-03-25 | Avoid page reload upon hitting "S" when browing in local mode | Novotnik, Petr | -2/+0 |
| 2016-03-18 | Fix usability problem when browse document locally | York Xiang | -2/+6 |
| 2016-03-03 | Responsive layout correction. | gohyda | -3/+7 |
| 2016-02-22 | Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichton | bors | -1/+14 |
| 2016-02-16 | Add crates to search-index | mitaa | -1/+14 |
| 2016-02-16 | doc pages: add the ability to search unknown types | Brandon W Maister | -3/+3 |
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -0/+15 |
| 2016-01-20 | tweak trait css | Steve Klabnik | -1/+1 |
| 2016-01-20 | tweak struct colors | Steve Klabnik | -1/+1 |
| 2016-01-20 | tweak colors for a11y | Steve Klabnik | -1/+1 |
| 2016-01-02 | Rustdoc - Specify max-image size | Wesley Wiser | -0/+4 |
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -64/+140 |
| 2015-11-05 | librustdoc: don't override ctrl-s and other browser shortcuts | Ivan Kozik | -0/+4 |
| 2015-10-23 | Add colors for rustdoc primitives, type, and macros links | mdinger | -0/+3 |
| 2015-10-23 | Merge same colors together | mdinger | -3/+3 |
| 2015-10-14 | Make the rustdoc example links more noticable | mdinger | -7/+10 |
| 2015-10-04 | Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brson | bors | -0/+295 |
| 2015-10-02 | Fix librustdoc search events | Simonas Kazlauskas | -11/+17 |
| 2015-10-02 | Fix misnamed variable in rustdoc | Simonas Kazlauskas | -1/+1 |
| 2015-10-02 | Auto merge of #28795 - marti1125:28696, r=alexcrichton | bors | -0/+9 |
| 2015-10-01 | fixes #28696 Return to the default content when .search-input is empty -Add a... | Willy Aguirre | -0/+9 |
| 2015-09-27 | rustdoc: Remove crate name from primitives, make them turn up first in search | Manish Goregaokar | -0/+7 |
| 2015-09-24 | Add 'use strict' to playpen.js | Nick Howell | -0/+2 |
| 2015-09-21 | Clarify rustdoc output licensing with a copyright file | Ruud van Asseldonk | -0/+64 |
| 2015-09-19 | Make rustdoc output comply with licenses | Ruud van Asseldonk | -0/+231 |
| 2015-09-14 | Disable browser history API on file:/ URLs | Jan-Erik Rediger | -1/+2 |
| 2015-09-09 | rustdoc: Tweak the main template and CSS for semantic mark-up. | Kang Seonghoon | -10/+20 |
| 2015-08-17 | rustdoc: Adjusted style for unstable feature-name | Martin Wernstål | -1/+5 |
| 2015-08-16 | rustdoc: Print feature flag and issue link if present in short_stability | Martin Wernstål | -3/+3 |
| 2015-08-04 | Improve rustdoc search type filtering. | Eljay | -7/+27 |