| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-01-10 | rustdoc: Populate external_traits with traits only seen in impls | Oliver Middleton | -3/+2 |
| 2018-01-10 | Use correct line offsets for doctests (fixes #45868) | Manish Goregaokar | -2/+2 |
| 2018-01-07 | Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomez | bors | -60/+30 |
| 2018-01-06 | Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakis | bors | -1/+5 |
| 2018-01-05 | Fix search bar defocus | Guillaume Gomez | -0/+4 |
| 2018-01-02 | Indentation fix | Johannes Boczek | -2/+2 |
| 2018-01-02 | Defocus search bar in rustdoc pages | Johannes Boczek | -0/+6 |
| 2017-12-30 | Hard break for rust-lang/rust#46976 | Christopher Durham | -1/+5 |
| 2017-12-29 | Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez | bors | -1/+7 |
| 2017-12-28 | rustdoc: Don't try to generate links for modules in import paths | Oliver Middleton | -24/+2 |
| 2017-12-27 | rustdoc: Add missing src links for generic impls on trait pages | Oliver Middleton | -60/+30 |
| 2017-12-27 | rustdoc: add option to abort process on markdown differences | QuietMisdreavus | -1/+7 |
| 2017-12-22 | moved colors of kbd tag into main.css | Marcel Hellwig | -5/+11 |
| 2017-12-22 | add kbd style tag to main.css in rustdoc | Marcel Hellwig | -0/+14 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -3/+4 |
| 2017-12-21 | Auto merge of #45930 - jplatte:generics_refactoring, r=eddyb | bors | -45/+24 |
| 2017-12-22 | Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavus | kennytm | -3/+4 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -45/+24 |
| 2017-12-21 | Rollup merge of #46861 - GuillaumeGomez:fix-ios-sidebar, r=QuietMisdreavus | Guillaume Gomez | -10/+50 |
| 2017-12-21 | Escape more items in the sidebar when needed | Guillaume Gomez | -3/+4 |
| 2017-12-20 | Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus | kennytm | -4/+13 |
| 2017-12-20 | Fix sidebar on ios | Guillaume Gomez | -10/+50 |
| 2017-12-18 | Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavus | Guillaume Gomez | -0/+20 |
| 2017-12-18 | Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |