| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-06-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -6/+9 |
| 2016-06-17 | Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomez | bors | -17/+30 |
| 2016-06-15 | rustdoc: Add stability notices to impl items | Oliver Middleton | -17/+30 |
| 2016-06-14 | Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton | bors | -12/+10 |
| 2016-06-14 | Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnik | bors | -2/+2 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -12/+10 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -17/+24 |
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -2/+2 |