| Age | Commit message (Expand) | Author | Lines |
| 2017-10-07 | Auto merge of #44892 - GuillaumeGomez:fnty-args-rustdoc, r=eddyb | bors | -0/+15 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -0/+15 |
| 2017-10-07 | Auto merge of #44860 - kennytm:fix-44731, r=alexcrichton | bors | -0/+51 |
| 2017-10-03 | Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis | bors | -0/+3 |
| 2017-10-02 | rustdoc: Remove cruft from the test | Vitaly _Vi Shukela | -14/+4 |
| 2017-09-30 | let htmldocck.py check for directories | QuietMisdreavus | -0/+3 |
| 2017-09-30 | rustdoc: A test for local and foreign [src] trait impl links | Vitaly _Vi Shukela | -0/+34 |
| 2017-09-26 | Fix issue #44731. | kennytm | -0/+51 |
| 2017-09-23 | Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavus | Corey Farwell | -0/+31 |
| 2017-09-19 | Add pub visibility for methods as well | Guillaume Gomez | -0/+31 |
| 2017-09-17 | Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus | Tim Neumann | -0/+31 |
| 2017-09-12 | Fix rendering of const keyword for functions | Guillaume Gomez | -0/+27 |
| 2017-09-11 | add test | Guillaume Gomez | -0/+31 |
| 2017-09-01 | Fix tests | Nick Cameron | -3/+3 |
| 2017-08-31 | Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrc | bors | -3/+3 |
| 2017-08-30 | Temporary fix for a test (will require another update when this is fully merged) | Guillaume Gomez | -3/+3 |
| 2017-08-30 | Update unstable-crate test | Guillaume Gomez | -1/+1 |
| 2017-08-30 | Add warnings when rustdoc html rendering differs | Guillaume Gomez | -1/+1 |
| 2017-08-29 | Rollup merge of #43918 - mystor:rustdoc-pound, r=QuietMisdreavus | Ariel Ben-Yehuda | -2/+6 |
| 2017-08-28 | Update test issue-41783.rs for new attribute highlighting behaviour | Michael Layzell | -2/+6 |
| 2017-08-24 | Add duplicate test | Guillaume Gomez | -0/+24 |
| 2017-08-15 | Exclude `impl Trait` functions from everybody_loops. | kennytm | -0/+32 |
| 2017-08-13 | Rollup merge of #43782 - nrc:include, r=GuillaumeGomez | Guillaume Gomez | -0/+20 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -0/+47 |
| 2017-08-12 | Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavus | bors | -0/+15 |
| 2017-08-10 | doc tests: use the filename from the source file for doc test programs, rathe... | Nick Cameron | -0/+20 |
| 2017-08-10 | Implemented #[doc(cfg(...))]. | kennytm | -0/+47 |
| 2017-08-08 | rustdoc: Don't add external impls to implementors js | Oliver Middleton | -0/+15 |
| 2017-08-07 | Remove \0 printing | Guillaume Gomez | -1/+1 |
| 2017-08-06 | Fix hoedown error in rustdoc | Guillaume Gomez | -0/+18 |
| 2017-07-25 | Add tests for issues with the E-needstest label | topecongiro | -0/+15 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -7/+0 |
| 2017-06-26 | Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez | bors | -0/+23 |
| 2017-06-24 | rustdoc: Don't ICE on `use *;` | Oliver Middleton | -0/+23 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -0/+79 |
| 2017-06-13 | Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus | bors | -0/+23 |
| 2017-06-12 | rustdoc: Fix missing enum variant reexports | Oliver Middleton | -0/+23 |
| 2017-06-12 | Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnik | Corey Farwell | -0/+7 |
| 2017-06-11 | rustdoc: Stop stripping empty modules | Oliver Middleton | -0/+51 |
| 2017-06-11 | rustdoc: Link directly to associated types | Oliver Middleton | -0/+7 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -0/+35 |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -0/+12 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -0/+18 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -0/+15 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -2/+0 |
| 2017-05-22 | rustdoc: Fix names of items in cross crate reexported modules | Oliver Middleton | -0/+53 |
| 2017-05-15 | rustdoc: Display `extern "C" fn` instead of `extern fn` | Oliver Middleton | -8/+8 |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -0/+25 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -64/+0 |
| 2017-04-14 | Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv | Corey Farwell | -0/+26 |