| Age | Commit message (Expand) | Author | Lines |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -0/+5 |
| 2016-09-26 | Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnik | Jonathan Turner | -0/+5 |
| 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-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 |
| 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 | Remove unnecessary 'Primitive' prefix on `PrimitiveType` enum variants. | Corey Farwell | -7/+7 |
| 2016-08-24 | Stop reexporting `PrimitiveType` enum in librustdoc. | Corey Farwell | -13/+14 |
| 2016-08-24 | Migrate ItemType::from_type_kind to convert::From. | Corey Farwell | -3/+5 |
| 2016-08-24 | Migrate ItemType::from_item to convert::From. | Corey Farwell | -3/+5 |
| 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-20 | Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnik | Jonathan Turner | -0/+10 |
| 2016-08-19 | Auto merge of #35655 - ollie27:rustdoc_search_static_prim, r=steveklabnik | bors | -6/+7 |
| 2016-08-19 | Redirect | Nick Cameron | -0/+10 |
| 2016-08-17 | Auto merge of #35236 - nrc:rustdoc-redirects, r=@alexcrichton | bors | -136/+253 |
| 2016-08-17 | Review changes | Nick Cameron | -39/+75 |
| 2016-08-17 | rustdoc: redirects from sane, namespaced URLs to Rustdoc's ridiculous ones | Nick Cameron | -17/+48 |
| 2016-08-17 | rustdoc: add namespaces for items | Nick Cameron | -0/+48 |
| 2016-08-17 | rustdoc: refactoring and tidying up | Nick Cameron | -112/+114 |
| 2016-08-13 | rustdoc: Don't include the path for primitive methods in the search results | Oliver Middleton | -2/+7 |
| 2016-08-13 | rustdoc: Fix links to static items in the search results | Oliver Middleton | -4/+0 |