| Age | Commit message (Expand) | Author | Lines |
| 2017-08-26 | Rollup merge of #43979 - Jouan:Add-links-for-impls, r=GuillaumeGomez | Corey Farwell | -1/+7 |
| 2017-08-24 | Remove duplicates in rustdoc | Guillaume Gomez | -0/+31 |
| 2017-08-18 | Add links for impls | Jouan Amate | -1/+7 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -15/+15 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+8 |
| 2017-08-12 | Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavus | bors | -0/+12 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+8 |
| 2017-08-08 | Improve headers linking | Guillaume Gomez | -22/+22 |
| 2017-08-08 | rustdoc: Don't add external impls to implementors js | Oliver Middleton | -0/+12 |
| 2017-07-30 | Auto merge of #43515 - QuietMisdreavus:show-assoc-types, r=GuillaumeGomez | bors | -0/+7 |
| 2017-07-29 | Rollup merge of #43509 - QuietMisdreavus:method-src, r=GuillaumeGomez | Mark Simulacrum | -1/+9 |
| 2017-07-29 | print associated types in traits "implementors" section | QuietMisdreavus | -0/+7 |
| 2017-07-27 | add [src] links to associated functions inside an impl block | QuietMisdreavus | -1/+9 |
| 2017-07-23 | rustdoc: make major section headers self-links | Zack M. Davis | -13/+36 |
| 2017-07-09 | Add spacing between trait functions | Guillaume Gomez | -2/+9 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -40/+26 |
| 2017-06-12 | Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnik | Corey Farwell | -15/+4 |
| 2017-06-11 | rustdoc: Stop stripping empty modules | Oliver Middleton | -15/+4 |
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -20/+5 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -2/+20 |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -7/+12 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -2/+2 |
| 2017-05-02 | Remove jquery dependency | Guillaume Gomez | -2/+0 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -15/+29 |
| 2017-04-17 | Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomez | Corey Farwell | -3/+221 |
| 2017-04-17 | rustdoc: add a list of headings to the sidebar | QuietMisdreavus | -3/+221 |
| 2017-04-09 | merge with master to pick up pulldown switch | QuietMisdreavus | -12/+63 |
| 2017-04-06 | rustdoc: where clause adjustment to fix tests | QuietMisdreavus | -2/+2 |
| 2017-04-06 | rustdoc: Use pulldown-cmark for Markdown HTML rendering | Oliver Middleton | -7/+5 |
| 2017-04-04 | rustdoc: don't add a space before `{` on traits with where clauses | QuietMisdreavus | -3/+8 |
| 2017-04-04 | rustdoc: properly indent fn signatures in traits | QuietMisdreavus | -23/+27 |
| 2017-03-31 | rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38 | QuietMisdreavus | -37/+25 |
| 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 |