| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-07-20 | librustdoc: blur page when help dialogue is present | Andreas Tolfsen | -10/+24 |
| 2015-07-17 | DRY | Tamir Duberstein | -2/+2 |
| 2015-07-16 | Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_central | Steve Klabnik | -0/+6 |
| 2015-07-16 | Rollup merge of #26977 - brson:stddoc, r=Gankro | Manish Goregaokar | -0/+5 |
| 2015-07-13 | Address feedback | Brian Anderson | -0/+5 |
| 2015-07-12 | Set zero padding for pre tags | Ivan Ukhov | -0/+3 |
| 2015-07-12 | Rollup merge of #26967 - tsurai:master, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-07-12 | Rollup merge of #26881 - andreastt:international_keyboard, r=alexcrichton | Manish Goregaokar | -44/+48 |
| 2015-07-11 | Auto merge of #26882 - andreastt:style_improvements, r=alexcrichton | bors | -2/+1 |
| 2015-07-11 | doc: remove playground links for structs and traits | Cristian Kubis | -1/+1 |
| 2015-07-10 | doc: set playground to nightly for unstable code | Cristian Kubis | -1/+8 |
| 2015-07-08 | librustdoc: generalise handling of keyboard shortcuts | Andreas Tolfsen | -44/+48 |
| 2015-07-08 | librustdoc: sharpen help dialogue edges | Andreas Tolfsen | -2/+1 |
| 2015-07-01 | rustdoc: Update jQuery from 2.1.0 to 2.1.4 | Nick Howell | -4/+4 |
| 2015-07-01 | rustdoc: Reset the title when pressing the back button | Nick Howell | -0/+6 |
| 2015-07-01 | In js from the docs, change keyboard eventlistener to be compatible with non-... | Mathieu David | -6/+33 |
| 2015-06-22 | Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik | bors | -14/+34 |
| 2015-06-18 | rustdoc: Update document title when displaying search results | Johannes Oertel | -0/+3 |
| 2015-06-12 | Convert playpen.js to plain JS. | Nick Howell | -14/+34 |
| 2015-05-31 | rustdoc: Tweak css of function where clauses | Ulrik Sverdrup | -3/+3 |
| 2015-05-22 | Rustdoc Search: Add Hint to Primitive Type Result | Pascal Hertleif | -0/+2 |
| 2015-05-22 | Rustdoc Search: Increase Relevance of Primitives | Pascal Hertleif | -0/+7 |
| 2015-05-22 | Rustdoc: Clean Up Some JS | Pascal Hertleif | -60/+57 |
| 2015-05-19 | rustdoc: Fix left margin for type aliases | Ulrik Sverdrup | -1/+1 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -1/+2 |
| 2015-05-09 | rustdoc: Link associated items in search index to trait | Ulrik Sverdrup | -1/+2 |
| 2015-05-07 | Remove trailing whitespace on blank line | Rory O’Kane | -1/+1 |
| 2015-05-07 | Refactor doc toggle button label changing | Rory O’Kane | -14/+28 |
| 2015-04-30 | Fix doc [−] button bug by escaping differently | Rory O’Kane | -8/+8 |
| 2015-04-27 | Rollup merge of #24804 - liigo:new-trait-color, r=steveklabnik | Steve Klabnik | -1/+1 |