| Age | Commit message (Expand) | Author | Lines |
| 2018-02-22 | Fix rustdoc test ICE | Guillaume Gomez | -12/+15 |
| 2018-02-10 | Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavus | kennytm | -32/+7 |
| 2018-02-08 | Hide theme button under menu in mobile mode and fix top margin issue (in mobi... | Guillaume Gomez | -32/+7 |
| 2018-02-08 | Fix missing rules for dark.css | Guillaume Gomez | -0/+3 |
| 2018-02-07 | Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre... | Manish Goregaokar | -4/+55 |
| 2018-02-04 | Improve big sidebar elements display | Guillaume Gomez | -0/+18 |
| 2018-02-04 | Fix not selectable search input | Guillaume Gomez | -0/+5 |
| 2018-02-03 | Fix rendering issues on mobile | Guillaume Gomez | -4/+32 |
| 2018-02-01 | Fix ugly hover in sidebar | Guillaume Gomez | -8/+22 |
| 2018-01-29 | rustdoc: Fix link title rendering with hoedown | Oliver Middleton | -1/+1 |
| 2018-01-26 | Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup | Alex Crichton | -25/+27 |
| 2018-01-25 | Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavus | Guillaume Gomez | -0/+4 |
| 2018-01-25 | Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavus | bors | -23/+47 |
| 2018-01-24 | Fix experimental text display on default theme | Guillaume Gomez | -0/+4 |
| 2018-01-24 | Few fixes for multiple themes support feature | Guillaume Gomez | -23/+47 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -3/+4 |
| 2018-01-23 | Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomez | kennytm | -1/+2 |
| 2018-01-23 | Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavus | bors | -11/+586 |
| 2018-01-23 | rustdoc: Hide methods from #[doc(masked)] crates from the search index | Oliver Middleton | -25/+27 |
| 2018-01-23 | rustdoc: Show when traits are auto traits | Oliver Middleton | -1/+2 |
| 2018-01-23 | Fasten even more theme switch | Guillaume Gomez | -12/+15 |
| 2018-01-22 | don't process code blocks when scanning for links | QuietMisdreavus | -2/+1 |
| 2018-01-22 | Fasten up theme loading | Guillaume Gomez | -25/+49 |
| 2018-01-22 | Fix quoted search | Guillaume Gomez | -2/+2 |
| 2018-01-22 | Change theme icon | Guillaume Gomez | -1/+6 |
| 2018-01-22 | tweak colors on dark theme | QuietMisdreavus | -26/+27 |
| 2018-01-22 | Temporary fix missing escape_href in hoedown_link by copying pulldown's code | Manish Goregaokar | -1/+53 |
| 2018-01-22 | Resolve foreign macros | Manish Goregaokar | -1/+2 |
| 2018-01-22 | Fix unit tests | Manish Goregaokar | -3/+3 |
| 2018-01-22 | Use correct item for links in modules | Manish Goregaokar | -2/+2 |
| 2018-01-22 | Don't return early and discard the link in hoedown mode | Manish Goregaokar | -1/+1 |
| 2018-01-22 | add intra-links support to hoedown | QuietMisdreavus | -8/+66 |
| 2018-01-22 | cleanup | QuietMisdreavus | -6/+26 |
| 2018-01-22 | Add LinkReplacer pass for pulldown | Manish Goregaokar | -13/+47 |
| 2018-01-22 | resolve paths when cleaning docs | QuietMisdreavus | -0/+3 |
| 2018-01-22 | give render_text a generic return type | QuietMisdreavus | -1/+1 |
| 2018-01-22 | new function to pull the links from a chunk of markdown | QuietMisdreavus | -167/+250 |
| 2018-01-21 | Add themes option | Guillaume Gomez | -11/+24 |
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -8/+537 |
| 2018-01-20 | Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomez | Guillaume Gomez | -19/+30 |
| 2018-01-18 | converted space to tab in css files | Marcel Hellwig | -9/+8 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -3/+2 |
| 2018-01-17 | Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum | Guillaume Gomez | -43/+39 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -4/+4 |
| 2018-01-15 | Reexport -> re-export in documentation section headings | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-15 | extended dt with kbd tags | Marcel Hellwig | -23/+15 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -2/+2 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -14/+3 |
| 2018-01-12 | Prepare main.js for tests | Guillaume Gomez | -43/+39 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -15/+5 |