| Age | Commit message (Expand) | Author | Lines |
| 2016-03-06 | Split out rustdoc pass to strip private imports | mitaa | -1/+21 |
| 2016-03-03 | Ignore a rustdoc test that does not work on beta | Brian Anderson | -0/+1 |
| 2016-02-27 | Clearly separate code blocks from other blocks | mitaa | -0/+70 |
| 2016-02-26 | Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton | bors | -0/+18 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -0/+18 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -0/+0 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -0/+23 |
| 2016-02-24 | Add compiletest-ignore-dir to existing subdirectories. | Niko Matsakis | -0/+0 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -0/+17 |
| 2016-02-23 | Don't show associated consts from trait impls | mitaa | -0/+23 |
| 2016-02-14 | Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichton | bors | -0/+21 |
| 2016-02-13 | Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichton | bors | -0/+16 |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -0/+21 |
| 2016-02-12 | Shorten docstrings after Markdown rendering | mitaa | -0/+16 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -5/+5 |
| 2016-01-28 | rustdoc: Add test for tuple rendering | Oliver Middleton | -0/+18 |
| 2015-12-16 | Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton | Manish Goregaokar | -0/+16 |
| 2015-12-15 | Use --cfg when running doctests | Seo Sanghyeon | -0/+16 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -0/+16 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -0/+83 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+1 |
| 2015-12-05 | Add tests | mitaa | -0/+83 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -0/+24 |
| 2015-11-28 | Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiyn | bors | -0/+20 |
| 2015-11-28 | Add a test | Jonas Schievink | -0/+20 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -2/+0 |
| 2015-11-19 | Show constness for functions of reexported docs | mitaa | -0/+19 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+3 |
| 2015-11-13 | Store a valid name for the root module in metadata | mitaa | -0/+16 |
| 2015-11-02 | librustdoc: ignore lint warnings when compiling documentation | Kevin Butler | -0/+20 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -4/+0 |
| 2015-08-25 | Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton | bors | -0/+15 |
| 2015-08-24 | Update hoedown to latest version (3.0.4). | Eljay | -0/+15 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -0/+14 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -0/+14 |
| 2015-08-17 | rustdoc: Add test for #27759 | Martin WernstÄl | -0/+25 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -0/+28 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+0 |
| 2015-07-21 | Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton | bors | -0/+53 |
| 2015-07-20 | Add test of cross-crate impl formatting | William Throwe | -0/+30 |
| 2015-07-19 | Add test of impl formatting | William Throwe | -0/+23 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -0/+46 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -1/+1 |
| 2015-05-26 | Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton | bors | -0/+36 |
| 2015-05-25 | rustdoc: Show where clauses in type aliases | Ulrik Sverdrup | -0/+4 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -0/+22 |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo OchagavĂa | -1/+6 |
| 2015-05-21 | rustdoc: Skip types in impls in search index | Ulrik Sverdrup | -0/+10 |
| 2015-05-09 | rustdoc: Add Associated Constants section | Ulrik Sverdrup | -0/+1 |
| 2015-04-30 | rustdoc: Fix rendering associated constants | Alex Crichton | -0/+25 |