| Age | Commit message (Expand) | Author | Lines |
| 2016-05-20 | Added a `rustdoc` shortcut for collapse/expand all | Alex Ozdemir | -2/+8 |
| 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-02-22 | Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichton | bors | -0/+13 |
| 2016-02-16 | Add crates to search-index | mitaa | -0/+13 |
| 2016-02-16 | doc pages: add the ability to search unknown types | Brandon W Maister | -3/+3 |
| 2015-11-05 | librustdoc: don't override ctrl-s and other browser shortcuts | Ivan Kozik | -0/+4 |
| 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-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 | -6/+10 |
| 2015-08-04 | Improve rustdoc search type filtering. | Eljay | -7/+27 |
| 2015-07-20 | librustdoc: blur page when help dialogue is present | Andreas Tolfsen | -2/+5 |
| 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-13 | Address feedback | Brian Anderson | -0/+5 |
| 2015-07-08 | librustdoc: generalise handling of keyboard shortcuts | Andreas Tolfsen | -44/+48 |
| 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-18 | rustdoc: Update document title when displaying search results | Johannes Oertel | -0/+3 |
| 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-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 | -13/+27 |
| 2015-04-30 | Fix doc [−] button bug by escaping differently | Rory O’Kane | -8/+8 |
| 2015-04-27 | Change literal minus ‘−’ to HTML entity ‘−’ | Rory O’Kane | -8/+8 |
| 2015-04-24 | In [-] doc buttons, change hyphen ‘-’ to minus ‘−’ | Rory O’Kane | -5/+5 |
| 2015-04-24 | Rollup merge of #24717 - liigo:add-back-toggle-links, r=alexcrichton | Manish Goregaokar | -3/+7 |
| 2015-04-23 | rustdoc: add back [-]/[+] toggle links for unstable-methods | Liigo Zhuang | -3/+7 |
| 2015-04-23 | rustdoc: toggle collapse/expand all docs using the same link | Liigo Zhuang | -12/+17 |
| 2015-04-16 | rustdoc: Fix cross-crate macro source links | Alex Crichton | -0/+3 |
| 2015-04-13 | rustdoc: Prevent '/' from showing the help dialog | Barosl Lee | -3/+5 |
| 2015-04-05 | Auto merge of #24055 - estsauver:24044, r=alexcrichton | bors | -0/+2 |
| 2015-04-04 | Make changing doc search unhighlight current result | Earl St Sauver | -0/+2 |
| 2015-04-01 | Fix sidebar bug | Carlos Galarza | -4/+6 |
| 2015-03-14 | Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichton | bors | -2/+35 |
| 2015-03-14 | Add support to search functions by type to rustdoc. | Mihnea Dobrescu-Balaur | -2/+35 |
| 2015-03-12 | Rollup merge of #22769 - :rustdocfix, r=brson | Manish Goregaokar | -17/+0 |
| 2015-03-05 | rustdoc: Move sidebar items into shared JavaScript. | Kang Seonghoon | -21/+65 |
| 2015-02-24 | fix rustdoc performance problems | Julian Orth | -17/+0 |
| 2015-01-23 | Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton | bors | -1/+12 |
| 2015-01-21 | rustdoc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -3/+2 |
| 2015-01-21 | fix fallout | Liigo Zhuang | -4/+1 |
| 2015-01-21 | display plain summary line in javascript | Liigo Zhuang | -1/+13 |