| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -95/+39 |
| 2016-10-14 | Rollup merge of #37102 - est31:rustdoc_question_mark, r=GuillaumeGomez | Jonathan Turner | -2/+10 |
| 2016-10-12 | Change color and make ? bold | est31 | -1/+2 |
| 2016-10-12 | rustdoc: color the question mark operator | est31 | -2/+9 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -102/+335 |
| 2016-10-08 | Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=bluss | bors | -2/+32 |
| 2016-10-06 | Remove underline when run button hovered | Guillaume Gomez | -0/+1 |
| 2016-10-05 | Fixes run button appearing when it shouldn't | Guillaume Gomez | -2/+32 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -6/+8 |
| 2016-10-02 | Remove redundant 'Import' in variant names, stop reexporting. | Corey Farwell | -3/+3 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -5/+5 |
| 2016-10-02 | Rename method 'to_string' to match conventions. | Corey Farwell | -1/+1 |
| 2016-10-02 | Remove redundant 'Type' in variant names, stop reexporting. | Corey Farwell | -10/+10 |
| 2016-09-30 | Simplify logic around Context's root_path. | Corey Farwell | -14/+12 |
| 2016-09-30 | Migrate Item ➡ ItemType function to method. | Corey Farwell | -25/+20 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -0/+5 |
| 2016-09-26 | rustdoc: fix regression when printing single-element tuples | QuietMisdreavus | -1/+1 |
| 2016-09-26 | Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnik | Jonathan Turner | -0/+5 |
| 2016-09-26 | rustdoc: format bare functions like rustfmt | QuietMisdreavus | -32/+37 |
| 2016-09-26 | rustdoc: format struct methods like rustfmt | QuietMisdreavus | -100/+320 |
| 2016-09-26 | deduplicate inline is_nightly_build implementations | Tim Neumann | -7/+4 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -5/+3 |
| 2016-09-24 | Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis | Guillaume Gomez | -6/+7 |
| 2016-09-23 | rustdoc css: Put `where` in trait listings on a new line | Ulrik Sverdrup | -0/+5 |
| 2016-09-23 | rustdoc: format non-self arguments for struct methods on their own line | QuietMisdreavus | -1/+5 |
| 2016-09-23 | rustdoc: print arguments to bare functions on their own line | QuietMisdreavus | -1/+5 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -7/+5 |
| 2016-09-17 | invisible isn't a tag | Eitan Adler | -1/+1 |
| 2016-09-17 | border-color > border | Eitan Adler | -1/+1 |
| 2016-09-17 | add missing semi-colon | Eitan Adler | -1/+2 |
| 2016-09-17 | duplicate the | Eitan Adler | -1/+1 |
| 2016-09-17 | Fix order of @import | Eitan Adler | -2/+2 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -1/+1 |
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -10/+10 |
| 2016-09-14 | Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -20/+17 |
| 2016-09-14 | Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnik | Guillaume Gomez | -20/+17 |
| 2016-09-14 | Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnik | bors | -6/+15 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -1/+1 |
| 2016-09-10 | Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik | Guillaume Gomez | -3/+15 |
| 2016-09-09 | rustdoc: more docblock-short styles | Liigo | -5/+5 |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -5/+5 |
| 2016-09-09 | rustdoc: Don't add extra newlines for fully opaque structs | Oliver Middleton | -6/+15 |
| 2016-09-08 | Set run button transparent instead of invisible | Guillaume Gomez | -20/+17 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -27/+60 |
| 2016-09-05 | Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton | bors | -11/+10 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -27/+60 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -4/+3 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -4/+84 |