| Age | Commit message (Expand) | Author | Lines |
| 2018-03-03 | Auto merge of #48410 - QuietMisdreavus:beta-48327, r=alexcrichton | bors | -10/+3 |
| 2018-02-22 | Fix rustdoc test ICE | Guillaume Gomez | -12/+15 |
| 2018-02-21 | [beta] group old_tests by just the filename, not the test name | QuietMisdreavus | -10/+3 |
| 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-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 | 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-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 |
| 2018-01-23 | Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavus | bors | -13/+603 |
| 2018-01-23 | rustdoc: Hide methods from #[doc(masked)] crates from the search index | Oliver Middleton | -25/+27 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+1 |
| 2018-01-23 | rustdoc: Show when traits are auto traits | Oliver Middleton | -2/+18 |
| 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 |