| Age | Commit message (Expand) | Author | Lines |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -2/+4 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -11/+18 |
| 2017-01-09 | Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 | bors | -4/+4 |
| 2017-01-04 | Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnik | bors | -2/+18 |
| 2016-12-29 | rustdoc: Fix broken CSS for trait items | Oliver Middleton | -2/+1 |
| 2016-12-27 | Merge branch 'master' into escape-reason-docs | Esteban Küber | -8/+20 |
| 2016-12-27 | Auto merge of #38329 - ollie27:rustdoc_stab_em_div, r=steveklabnik | bors | -5/+10 |
| 2016-12-22 | use same param name across methods | Esteban Küber | -2/+2 |
| 2016-12-22 | Auto merge of #38330 - ollie27:rustdoc_short_summaries, r=steveklabnik | bors | -3/+3 |
| 2016-12-21 | use &str instead of String | bluss | -6/+5 |
| 2016-12-19 | remove O(n^2) to O(n) behavior | Esteban Küber | -14/+17 |
| 2016-12-15 | Rustdoc: disambiguate Implementors when the type name is not unique | Esteban Küber | -2/+16 |
| 2016-12-14 | Add `MarkdownHmtl` escape struct | Esteban Küber | -7/+7 |
| 2016-12-13 | rustdoc: Fix invalid HTML in stability notices | Oliver Middleton | -5/+10 |
| 2016-12-12 | rustdoc: escape the deprecated and unstable reason text | Esteban Küber | -3/+3 |
| 2016-12-12 | rustdoc: Fix short summaries in search results | Oliver Middleton | -3/+3 |
| 2016-12-09 | rustdoc: Remove broken src links from reexported items from macros | Oliver Middleton | -0/+7 |
| 2016-12-07 | Auto merge of #38105 - ollie27:rustdoc_deterministic_js, r=GuillaumeGomez | bors | -24/+26 |
| 2016-12-01 | rustdoc: Sort lines in search index and implementors js | Oliver Middleton | -24/+26 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -0/+8 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -96/+70 |
| 2016-11-30 | rustdoc: fix up --playground-url | Liigo Zhuang | -5/+5 |
| 2016-11-30 | rustdoc: get back missing crate-name when --playground-url is used | Liigo Zhuang | -0/+8 |
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -53/+50 |
| 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 |