| Age | Commit message (Expand) | Author | Lines |
| 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-09 | Rustdoc: Add Headline Style for `tymethod` | Pascal Hertleif | -2/+2 |
| 2015-03-06 | Rollup merge of #23082 - killercup:patch-6, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-05 | Fix Playpen Links Containing Multiple Examples | Pascal Hertleif | -1/+1 |
| 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-02-20 | Fix style fallout from 204e2bd442 | Simonas Kazlauskas | -2/+17 |
| 2015-02-18 | Style all docblock links properly | Simonas Kazlauskas | -2/+2 |
| 2015-02-15 | Add styles for docblock tables | Simonas Kazlauskas | -0/+21 |
| 2015-02-09 | Make fallback font 'serif', rather than 'sans-serif' fonts | Sean Collins | -1/+1 |
| 2015-01-24 | Improve mobile-friendliness of API docs | Kevin Yap | -1/+8 |
| 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 | -5/+2 |
| 2015-01-21 | fix fallout | Liigo Zhuang | -4/+1 |
| 2015-01-21 | display plain summary line in javascript | Liigo Zhuang | -1/+13 |
| 2015-01-21 | rustdoc: add tooltips to sidebar | Liigo Zhuang | -1/+3 |
| 2015-01-17 | Increase docs search box delay | Chris Thorn | -1/+1 |
| 2015-01-13 | Fix playpen links to not all be the same | Earl St Sauver | -3/+1 |
| 2015-01-10 | Fix `playpen.js` errors on `pre`s without IDs | Pascal Hertleif | -0/+1 |
| 2015-01-08 | Fix rustdoc fallout from #20092 | Barosl Lee | -1/+1 |
| 2015-01-06 | Fix JS error | Steven Fackler | -1/+1 |
| 2015-01-05 | rollup merge of #20092: barosl/rustdoc-line-number-clickable | Alex Crichton | -6/+47 |
| 2014-12-28 | Use CSS whitespace rather than padding to indent | Dirk Gadsden | -2/+4 |
| 2014-12-27 | Indent where clause in rustdoc | Dirk Gadsden | -0/+3 |
| 2014-12-27 | Make the line numbers of the source code clickable | Barosl Lee | -6/+47 |
| 2014-12-05 | rollup merge of #19515: lifthrasiir/rustdoc-wrong-dedup | Corey Richardson | -1/+2 |
| 2014-12-05 | rollup merge of #19503: lifthrasiir/xenophobic-rustdoc | Corey Richardson | -2/+2 |
| 2014-12-04 | rustdoc: Do not deduplicate items when their parents differ. | Kang Seonghoon | -1/+2 |
| 2014-12-04 | rustdoc: Removed Foreign{Function,Static} item types. | Kang Seonghoon | -2/+2 |
| 2014-12-01 | rustdoc: Check for href when prepending rootPath | Paul Collier | -2/+2 |
| 2014-11-24 | rustdoc: Render associated types on traits and impls | Tom Jakubowski | -6/+7 |
| 2014-11-23 | Highlight trait methods in rustdoc’s search results | P1start | -0/+2 |
| 2014-11-14 | Hide interactive elements when printing rustdoc | Corey Ford | -0/+6 |
| 2014-11-01 | doc: enable OpenType kerning and ligatures | Adrien Tétar | -1/+5 |
| 2014-11-01 | Update one corrupt webfont | Adrien Tétar | -0/+0 |
| 2014-11-01 | rustdoc: stop trying to use font-variants we don't have | Adrien Tétar | -3/+2 |
| 2014-10-09 | rustdoc: Implement constant documentation | Alex Crichton | -1/+3 |
| 2014-09-17 | rollup merge of #17226 : P1start/rustdoc-colour | Alex Crichton | -6/+10 |
| 2014-09-17 | rustdoc: Correctly distinguish enums and types | P1start | -1/+1 |
| 2014-09-17 | Restore colour to rustdoc, add colour to ffi functions and methods | P1start | -5/+9 |
| 2014-09-14 | Display the doc-block toggle on everything again. | Huon Wilson | -1/+1 |
| 2014-09-07 | auto merge of #17035 : huonw/rust/moar-jquery, r=alexcrichton | bors | -13/+14 |
| 2014-09-06 | Use more jQuery to avoid displaying Expand Description more often. | Huon Wilson | -13/+14 |
| 2014-09-05 | rustdoc/html: emphasize the crate part of the full path. | NODA, Kai | -0/+2 |
| 2014-08-31 | Make doc search results use <a> tags instead of js for navigating | Carol Nichols | -38/+36 |
| 2014-08-10 | auto merge of #16387 : Gankro/rust/doc-search, r=cmr | bors | -5/+6 |
| 2014-08-09 | rustdoc: use raw search in URL | Alexis Beingessner | -3/+5 |
| 2014-08-09 | removing 'str'='struct' search synonym | Alexis Beingessner | -2/+1 |
| 2014-08-08 | auto merge of #16277 : Gankro/rust/responsive-docs, r=cmr | bors | -21/+72 |