| Age | Commit message (Expand) | Author | Lines |
| 2018-02-18 | Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus | Guillaume Gomez | -1093/+106 |
| 2018-02-17 | Remove useless comment | Guillaume Gomez | -1/+0 |
| 2018-02-17 | Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomez | Guillaume Gomez | -3/+217 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -1092/+106 |
| 2018-02-14 | Rollup merge of #47806 - PramodBisht:feature/47801, r=steveklabnik | kennytm | -2/+2 |
| 2018-02-10 | Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavus | kennytm | -32/+7 |
| 2018-02-10 | Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavus | kennytm | -0/+4 |
| 2018-02-10 | Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus | kennytm | -1/+3 |
| 2018-02-09 | add tests for the doctest construction functionality | QuietMisdreavus | -0/+214 |
| 2018-02-09 | trim the body of doctests after partitioning | QuietMisdreavus | -3/+3 |
| 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 | Pass themes folder as parameter | Guillaume Gomez | -6/+6 |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -23/+43 |
| 2018-02-08 | Improve output a bit in case of error | Guillaume Gomez | -8/+24 |
| 2018-02-08 | Add test when trying to add new theme | Guillaume Gomez | -5/+16 |
| 2018-02-08 | Handle comments in css selector and add tests | Guillaume Gomez | -23/+80 |
| 2018-02-08 | Fix missing rules for dark.css | Guillaume Gomez | -0/+3 |
| 2018-02-08 | get differences | Guillaume Gomez | -10/+43 |
| 2018-02-08 | Add theme tests | Guillaume Gomez | -0/+285 |
| 2018-02-07 | intra-doc-links: bail early for linky things | Manish Goregaokar | -0/+4 |
| 2018-02-07 | Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre... | Manish Goregaokar | -4/+55 |
| 2018-02-07 | rustdoc: Hide `-> ()` in cross crate inlined Fn* bounds | Oliver Middleton | -1/+3 |
| 2018-02-04 | Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddyb | kennytm | -2/+9 |
| 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-03 | Fix const evaluation ICE in rustdoc | Guillaume Gomez | -2/+9 |
| 2018-02-01 | Fix ugly hover in sidebar | Guillaume Gomez | -8/+22 |
| 2018-01-31 | Changed of `struct` url to `#ad448e` in rust docs | Pramod Bisht | -1/+1 |
| 2018-01-31 | Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis | bors | -0/+1 |
| 2018-01-30 | Rollup merge of #47855 - ollie27:rustdoc_hoedown_link_title, r=QuietMisdreavus | kennytm | -1/+1 |
| 2018-01-29 | rustdoc: Fix link title rendering with hoedown | Oliver Middleton | -1/+1 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -0/+1 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -8/+4 |
| 2018-01-27 | Changed color of struct link from #ff794d to #2dbfb8 | Pramod Bisht | -2/+2 |
| 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 #47701 - Manishearth:intra-fixes, r=QuietMisdreavus | Alex Crichton | -41/+138 |
| 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-25 | Handle variants | Manish Goregaokar | -4/+17 |
| 2018-01-24 | Fix experimental text display on default theme | Guillaume Gomez | -0/+4 |
| 2018-01-24 | Make it work for traits | Manish Goregaokar | -8/+37 |
| 2018-01-24 | Few fixes for multiple themes support feature | Guillaume Gomez | -23/+47 |
| 2018-01-24 | Handle methods | Manish Goregaokar | -19/+76 |
| 2018-01-24 | Return Def from resolve() | Manish Goregaokar | -17/+17 |
| 2018-01-24 | Return Err() if resolve() is called before modules are set up | Manish Goregaokar | -3/+1 |
| 2018-01-24 | Turn error into warning | Manish Goregaokar | -4/+4 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -0/+1 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -4/+20 |
| 2018-01-23 | Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomez | kennytm | -2/+18 |