| Age | Commit message (Expand) | Author | Lines |
| 2017-05-18 | Make documentation works again by removing two unnecessary ES6 pieces. | pravic | -3/+3 |
| 2017-05-16 | improve collapse toggle render (css) | Raphaƫl Huchet | -0/+5 |
| 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-02 | Remove jquery dependency | Guillaume Gomez | -242/+456 |
| 2017-04-09 | merge with master to pick up pulldown switch | QuietMisdreavus | -14/+17 |
| 2017-04-06 | rustdoc: collapse docblock before showing label | Andy Russell | -4/+11 |
| 2017-03-31 | rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38 | QuietMisdreavus | -12/+1 |
| 2017-03-28 | Make the rustdoc sidebar white on `src` pages | Wesley Wiser | -3/+7 |
| 2017-03-21 | Remove duplicate style classes | Cldfire | -8/+0 |
| 2017-03-13 | Fix sidebar not extending to the bottom of the page | Wesley Wiser | -1/+1 |
| 2017-03-09 | Clean up rustdoc css | Guillaume Gomez | -58/+89 |
| 2017-03-06 | Improve the style of the sidebar in rustdoc output | Wesley Wiser | -2/+20 |
| 2017-02-26 | Improve associated constant rendering in rustdoc | Guillaume Gomez | -5/+5 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -0/+8 |
| 2016-12-27 | Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnik | bors | -10/+6 |
| 2016-12-24 | Rollup merge of #38480 - clarcharr:import_css, r=steveklabnik | Steve Klabnik | -2/+0 |
| 2016-12-22 | Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnik | bors | -16/+5 |
| 2016-12-19 | Don't @import normalize.css. | Clar Charr | -2/+0 |
| 2016-12-13 | rustdoc: Fix invalid HTML in stability notices | Oliver Middleton | -10/+6 |
| 2016-12-12 | rustdoc: Fix short summaries in search results | Oliver Middleton | -16/+5 |
| 2016-12-04 | Avoid using locally installed Source Code Pro font (fixes #24355). | Martin Pool | -2/+4 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -9/+0 |
| 2016-11-12 | Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomez | bors | -0/+24 |
| 2016-11-12 | rustdoc: fold fields for enum struct variants into a docblock | QuietMisdreavus | -0/+24 |
| 2016-11-12 | Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomez | Eduard-Mihai Burtescu | -2/+10 |
| 2016-11-06 | Set attributes hidden by default | Guillaume Gomez | -8/+24 |
| 2016-11-06 | Improve attributes display and allow expansion | Guillaume Gomez | -365/+375 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -74/+0 |
| 2016-10-15 | rustdoc: break where clauses onto their own line if they don't have enough room | QuietMisdreavus | -2/+10 |
| 2016-10-12 | Change color and make ? bold | est31 | -1/+2 |
| 2016-10-12 | rustdoc: color the question mark operator | est31 | -0/+3 |
| 2016-10-08 | Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=bluss | bors | -0/+30 |
| 2016-10-06 | Remove underline when run button hovered | Guillaume Gomez | -0/+1 |
| 2016-10-05 | Fixes run button appearing when it shouldn't | Guillaume Gomez | -0/+30 |
| 2016-09-26 | Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnik | Jonathan Turner | -0/+5 |
| 2016-09-23 | rustdoc css: Put `where` in trait listings on a new line | Ulrik Sverdrup | -0/+5 |
| 2016-09-17 | invisible isn't a tag | Eitan Adler | -1/+1 |
| 2016-09-17 | border-color > border | Eitan Adler | -1/+1 |
| 2016-09-17 | add missing semi-colon | Eitan Adler | -1/+2 |
| 2016-09-17 | Fix order of @import | Eitan Adler | -2/+2 |
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -9/+9 |
| 2016-09-09 | rustdoc: more docblock-short styles | Liigo | -5/+5 |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -4/+4 |
| 2016-09-08 | Set run button transparent instead of invisible | Guillaume Gomez | -15/+5 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -1/+2 |
| 2016-08-19 | Auto merge of #35655 - ollie27:rustdoc_search_static_prim, r=steveklabnik | bors | -6/+7 |