| Age | Commit message (Expand) | Author | Lines |
| 2016-11-20 | Rollup merge of #37881 - ollie27:rustdoc_stab_enum_macro, r=alexcrichton | Guillaume Gomez | -2/+0 |
| 2016-11-19 | rustdoc: Remove unnecessary stability versions | Oliver Middleton | -2/+0 |
| 2016-11-18 | Auto merge of #37763 - liigo:rustdoc-playground, r=alexcrichton | bors | -4/+2 |
| 2016-11-17 | doc: nits and typos on comments | Tshepang Lekhonkhobe | -17/+17 |
| 2016-11-16 | Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brson | bors | -35/+17 |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -35/+17 |
| 2016-11-14 | rustdoc: add cli argument `--playground-url` | Liigo | -4/+2 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -4/+9 |
| 2016-11-12 | Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomez | bors | -3/+8 |
| 2016-11-12 | rustdoc: fold fields for enum struct variants into a docblock | QuietMisdreavus | -3/+8 |
| 2016-11-12 | Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomez | Eduard-Mihai Burtescu | -27/+66 |
| 2016-11-09 | Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnik | Eduard-Mihai Burtescu | -1/+10 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -28/+28 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -28/+28 |
| 2016-11-06 | Improve attributes display and allow expansion | Guillaume Gomez | -8/+9 |
| 2016-11-06 | Set possibility to hide attributes | Guillaume Gomez | -11/+15 |
| 2016-11-06 | Print more tags in rustdoc | Guillaume Gomez | -8/+40 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-10-25 | rustdoc: mark unsafe fns with icons | Liigo Zhuang | -1/+10 |
| 2016-10-17 | rustdoc: make Method/WhereClause wrappers use usize for indents | QuietMisdreavus | -28/+19 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -6/+2 |
| 2016-10-15 | rustdoc: apply proper indent when where clauses aren't on their own line | QuietMisdreavus | -22/+70 |
| 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 |