| Age | Commit message (Expand) | Author | Lines |
| 2017-03-29 | Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnik | bors | -5/+8 |
| 2017-03-28 | Add missing markdown tags | Guillaume Gomez | -5/+8 |
| 2017-03-28 | End of pulldown switch and remove completely hoedown | Guillaume Gomez | -4/+4 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -2/+2 |
| 2017-03-24 | Rollup merge of #40567 - clarcharr:rustdoc-sort, r=frewsxcv | Corey Farwell | -1/+49 |
| 2017-03-23 | Fix for #39596: sort Trait1 before Trait2. | Clar Charr | -1/+49 |
| 2017-03-21 | Add whitespace around "=" in assoc items | Guillaume Gomez | -1/+1 |
| 2017-03-19 | Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcv | Corey Farwell | -3/+5 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -2/+2 |
| 2017-03-16 | Fix const not displayed in rustdoc | Guillaume Gomez | -3/+5 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -2/+2 |
| 2017-03-12 | rustdoc: Fix string escaping in implementors js files | Oliver Middleton | -1/+1 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -21/+43 |
| 2017-02-28 | Apply the same transformation to every types | Guillaume Gomez | -15/+28 |
| 2017-02-26 | Put the const type and value into <code> | Guillaume Gomez | -8/+17 |
| 2017-02-26 | Improve associated constant rendering in rustdoc | Guillaume Gomez | -1/+1 |
| 2017-02-25 | Fix nightly-only experimental API display | Guillaume Gomez | -4/+4 |
| 2017-02-12 | Rollup merge of #39740 - jimmycuadra:rustdoc-empty-stability, r=aturon | Guillaume Gomez | -5/+11 |
| 2017-02-12 | Rollup merge of #39697 - notriddle:rustdoc_tooltip, r=GuillaumeGomez | Guillaume Gomez | -1/+2 |
| 2017-02-12 | Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomez | Guillaume Gomez | -5/+15 |
| 2017-02-11 | Remove extra closing span element. | Jimmy Cuadra | -1/+0 |
| 2017-02-11 | rustdoc: Only include a stability span if needed. | Jimmy Cuadra | -5/+12 |
| 2017-02-09 | Add the item type to the tooltip | Michael Howell | -1/+2 |
| 2017-02-08 | rustdoc: Show attributes on all item types | Oliver Middleton | -5/+15 |
| 2017-02-06 | rustdoc: Improve impl disambiguation | Oliver Middleton | -9/+23 |
| 2017-01-31 | rustdoc: mark ffi functions with unsafety icon | Trevor Spiteri | -5/+6 |
| 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 |