| Age | Commit message (Expand) | Author | Lines |
| 2017-06-01 | rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array` | Oliver Middleton | -11/+4 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -155/+55 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -14/+23 |
| 2017-05-21 | Update to trait bounds CSS in rustdoc | Daniel Lockyer | -0/+2 |
| 2017-05-19 | Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomez | Mark Simulacrum | -3/+3 |
| 2017-05-19 | rustdoc: Fix implementors list javascript | Oliver Middleton | -3/+3 |
| 2017-05-18 | Make documentation works again by removing two unnecessary ES6 pieces. | pravic | -3/+3 |
| 2017-05-16 | Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomez | Mark Simulacrum | -0/+5 |
| 2017-05-16 | improve collapse toggle render (css) | Raphaƫl Huchet | -0/+5 |
| 2017-05-15 | rustdoc: Display `extern "C" fn` instead of `extern fn` | Oliver Middleton | -1/+0 |
| 2017-05-13 | Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcv | Mark Simulacrum | -4/+8 |
| 2017-05-12 | Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomez | Mark Simulacrum | -0/+1 |
| 2017-05-12 | Fix anchor invalid redirection to search | Guillaume Gomez | -4/+8 |
| 2017-05-12 | rustdoc: Break words in the location box of the sidebar. | Bastien Orivel | -0/+1 |
| 2017-05-11 | Fix search when looking to sources | Guillaume Gomez | -0/+3 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -2/+2 |
| 2017-05-07 | Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomez | bors | -27/+48 |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -27/+48 |
| 2017-05-05 | Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcv | Corey Farwell | -245/+456 |
| 2017-05-02 | Remove jquery dependency | Guillaume Gomez | -245/+456 |
| 2017-05-02 | Address review | est31 | -1/+1 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -2/+6 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -5/+5 |
| 2017-04-22 | Fix line display | Guillaume Gomez | -8/+4 |
| 2017-04-22 | Fix tests | Guillaume Gomez | -4/+5 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -56/+323 |
| 2017-04-20 | Fix line display for hoedown | Guillaume Gomez | -3/+7 |
| 2017-04-17 | Rollup merge of #41290 - GuillaumeGomez:put-back-hoedown, r=steveklabnik | Corey Farwell | -0/+191 |
| 2017-04-17 | Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomez | Corey Farwell | -3/+221 |
| 2017-04-17 | Hoedown big comeback! | Guillaume Gomez | -0/+191 |
| 2017-04-17 | rustdoc: add a list of headings to the sidebar | QuietMisdreavus | -3/+221 |
| 2017-04-14 | Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv | Corey Farwell | -41/+74 |
| 2017-04-12 | Fix invalid associated type rendering in rustdoc | Guillaume Gomez | -41/+74 |
| 2017-04-11 | Rollup merge of #41173 - GuillaumeGomez:fix-rustdoc-code-block-parsing, r=ste... | Corey Farwell | -9/+17 |
| 2017-04-11 | Remove strings fulfilled with whitespaces in code block headers | Guillaume Gomez | -6/+7 |
| 2017-04-09 | Fix block code headers parsing | Guillaume Gomez | -8/+15 |
| 2017-04-09 | merge with master to pick up pulldown switch | QuietMisdreavus | -492/+542 |
| 2017-04-07 | Rollup merge of #41131 - euclio:collapse-animation, r=GuillaumeGomez | Corey Farwell | -4/+11 |
| 2017-04-06 | rustdoc: collapse docblock before showing label | Andy Russell | -4/+11 |
| 2017-04-06 | rustdoc: move the space at the end of where clauses | QuietMisdreavus | -3/+11 |
| 2017-04-06 | rustdoc: where clause adjustment to fix tests | QuietMisdreavus | -6/+9 |
| 2017-04-06 | rustdoc: Use pulldown-cmark for Markdown HTML rendering | Oliver Middleton | -468/+272 |
| 2017-04-05 | style: space between struct name and opening brace | QuietMisdreavus | -2/+2 |
| 2017-04-04 | rustdoc: don't add a space before `{` on traits with where clauses | QuietMisdreavus | -3/+8 |
| 2017-04-04 | rustdoc: properly indent fn signatures in traits | QuietMisdreavus | -30/+48 |
| 2017-04-04 | Handle ordered lists as well | Guillaume Gomez | -4/+12 |
| 2017-04-02 | Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnik | bors | -30/+159 |
| 2017-04-01 | Force footnote references to be sorted by id | Guillaume Gomez | -4/+6 |
| 2017-03-31 | rustdoc: fix alignment of fn arguments when on multiple lines | QuietMisdreavus | -1/+1 |
| 2017-03-31 | rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38 | QuietMisdreavus | -81/+55 |