| Age | Commit message (Expand) | Author | Lines |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -6/+2 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -2/+17 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -6/+8 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -5/+5 |
| 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 | rustdoc: format bare functions like rustfmt | QuietMisdreavus | -8/+8 |
| 2016-09-26 | rustdoc: format struct methods like rustfmt | QuietMisdreavus | -1/+16 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -3/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -5/+4 |
| 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 | -1/+1 |
| 2016-09-14 | Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -1/+2 |
| 2016-09-14 | Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnik | Guillaume Gomez | -1/+2 |
| 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: don't collapse `docblock-short` | Liigo | -1/+1 |
| 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 | -1/+2 |
| 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/+2 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -3/+78 |
| 2016-08-29 | Add some features to flock. | Michael Woerister | -1/+1 |
| 2016-08-29 | Move `flock.rs` from librustdoc to librustc_data_structures. | Michael Woerister | -1/+2 |
| 2016-08-29 | rustdoc: Fix associated consts in search results | Oliver Middleton | -11/+10 |
| 2016-08-27 | rustdoc: Add missing item types to page titles | Oliver Middleton | -3/+15 |
| 2016-08-27 | Use deterministic `FnvHash{Map,Set}` in rustdoc | Jonas Schievink | -28/+29 |
| 2016-08-24 | Migrate ItemType::from_type_kind to convert::From. | Corey Farwell | -1/+1 |
| 2016-08-24 | Migrate ItemType::from_item to convert::From. | Corey Farwell | -1/+1 |
| 2016-08-24 | Migrate Context::maybe_ignore_item method to standalone function. | Corey Farwell | -14/+14 |
| 2016-08-24 | Move ItemEnum → Generics logic into method on ItemEnum. | Corey Farwell | -11/+2 |
| 2016-08-19 | Redirect | Nick Cameron | -0/+10 |
| 2016-08-17 | Review changes | Nick Cameron | -37/+66 |
| 2016-08-17 | rustdoc: redirects from sane, namespaced URLs to Rustdoc's ridiculous ones | Nick Cameron | -17/+42 |
| 2016-08-17 | rustdoc: refactoring and tidying up | Nick Cameron | -106/+108 |
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -2/+13 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -24/+19 |
| 2016-07-06 | Rollup merge of #34626 - sylvestre:master, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-07-05 | Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnik | bors | -7/+8 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -21/+15 |
| 2016-07-03 | Fix a few typos in the code | Sylvestre Ledru | -1/+1 |
| 2016-06-30 | rustdoc: Remove paths from primitive page <title> tags | Oliver Middleton | -7/+8 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -16/+1 |
| 2016-06-29 | Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichton | Jeffrey Seyfried | -16/+1 |
| 2016-06-28 | rustdoc: Fix empty Implementations section on some module pages | Oliver Middleton | -0/+3 |
| 2016-06-23 | rustdoc: Fix panic caused by doc(hidden) trait methods | Oliver Middleton | -10/+13 |