| Age | Commit message (Expand) | Author | Lines |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+1 |
| 2017-08-09 | rustdoc: Fix broken CSS in search results | Oliver Middleton | -1/+1 |
| 2017-08-08 | Improve headers linking | Guillaume Gomez | -0/+10 |
| 2017-08-07 | Auto merge of #43558 - GuillaumeGomez:union-const-colors, r=QuietMisdreavus | bors | -23/+31 |
| 2017-08-06 | Fix invalid background highlights and add missing colors | Guillaume Gomez | -19/+24 |
| 2017-08-03 | Update highlight colors | Guillaume Gomez | -2/+3 |
| 2017-08-03 | Invert constant and function color | Guillaume Gomez | -2/+2 |
| 2017-08-02 | Improve functions | Guillaume Gomez | -1/+1 |
| 2017-08-02 | Improve color theme for color blind issues | Guillaume Gomez | -7/+7 |
| 2017-08-01 | rustdoc: shrink headings in non-top-level docblocks | QuietMisdreavus | -3/+7 |
| 2017-07-30 | Add colors for constants and unions | Guillaume Gomez | -0/+2 |
| 2017-07-29 | Rollup merge of #43509 - QuietMisdreavus:method-src, r=GuillaumeGomez | Mark Simulacrum | -0/+4 |
| 2017-07-27 | add [src] links to associated functions inside an impl block | QuietMisdreavus | -0/+4 |
| 2017-07-24 | Rollup merge of #43446 - zackmdavis:rustdoc_sidebar_unions, r=GuillaumeGomez | Mark Simulacrum | -0/+1 |
| 2017-07-23 | rustdoc: add unions to whitelist of sidebar types | Zack M. Davis | -0/+1 |
| 2017-07-23 | rustdoc: fix layout of Fields section in documentation for unions | Zack M. Davis | -1/+1 |
| 2017-07-09 | Add spacing between trait functions | Guillaume Gomez | -0/+5 |
| 2017-06-29 | Toggle wrappers are now generated correctly | Guillaume Gomez | -21/+28 |
| 2017-06-07 | Make rustdoc.js use license comments. | Clar Charr | -9/+11 |
| 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 | 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 |