about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2016-06-23rustdoc: Fix panic caused by doc(hidden) trait methodsOliver Middleton-0/+20
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-0/+66
2016-06-17Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomezbors-0/+128
2016-06-15rustdoc: Add stability notices to impl itemsOliver Middleton-0/+128
2016-06-14Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichtonbors-0/+32
2016-06-14rustdoc: Fix redirect pages for renamed reexportsOliver Middleton-0/+32
2016-06-14Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichtonbors-0/+42
2016-06-12Auto merge of #34045 - ollie27:rustdoc_stripped, r=brsonbors-0/+22
2016-06-11rustdoc: Don't inline #[doc(hidden)] pub useOliver Middleton-0/+42
2016-06-03rustdoc: Fix generating redirect pages for statics and constsOliver Middleton-0/+23
2016-06-02rustdoc: Don't generate empty files for stripped itemsOliver Middleton-0/+22
2016-05-20Update testsManish Goregaokar-6/+19
2016-05-12rustdoc: Fix missing type parameters on implsOliver Middleton-0/+23
2016-05-10Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiynbors-0/+21
2016-05-09rustdoc: remove artificial indentation of doctest codeGeorg Brandl-0/+21
2016-05-09rustdoc: do not strip blanket impls in crate of originGeorg Brandl-0/+26
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+0
2016-05-06add missing aux filesNiko Matsakis-0/+55
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+554
2016-05-03Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmrManish Goregaokar-0/+15
2016-05-03rustdoc: HTML-escape Rust code (from constants)Georg Brandl-0/+15
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-0/+46
2016-04-27Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichtonbors-0/+37
2016-04-27Auto merge of #33199 - mitaa:tokenize-responsibly, r=nrcbors-0/+21
2016-04-27Make some fatal lexer errors recoverablemitaa-0/+21
2016-04-27rustdoc: Render `extern fn` instead of `extern "C" fn`Oliver Middleton-8/+8
2016-04-26Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichtonManish Goregaokar-0/+43
2016-04-26Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichtonManish Goregaokar-0/+25
2016-04-26Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichtonManish Goregaokar-0/+64
2016-04-25Linkify extern crates on rustdoc pagesmitaa-0/+43
2016-04-24Check reachability for inlined extern links toomitaa-0/+22
2016-04-24Remove, now unnecessary, workaroundmitaa-0/+42
2016-04-22show unstable status for deprecated itemsAndy Russell-0/+25
2016-04-22Only record the same impl oncemitaa-0/+43
2016-04-22rustdoc: Cleanup ABI renderingOliver Middleton-5/+42
2016-04-21Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichtonbors-0/+20
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-0/+130
2016-04-19Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichtonbors-0/+27
2016-04-18Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnikSteve Klabnik-0/+16
2016-04-18Fix the strip-hidden `ImplStripper`mitaa-0/+20
2016-04-17rustdoc: Disambiguate anchors for assoc item implsNick Platt-0/+27
2016-04-18Reachability check cross-crate linksmitaa-0/+23
2016-04-18Perform doc-reachability check for inlined implsmitaa-0/+107
2016-04-15Add flag for whether an item is default or not.pierzchalski-0/+4
2016-04-15Add tests against weird provided/required method behaviourpierzchalski-7/+55
2016-04-14Delegate whether to print docblocks to 'document'pierzchalski-0/+26
2016-04-11rustdoc: Fix testing no_run code blocksAlex Crichton-0/+19
2016-04-06Add a testSeo Sanghyeon-0/+16
2016-04-02Refactor `HiddenStructField` into `StrippedItem`mitaa-0/+44
2016-04-02Make the rendering process less pass-awaremitaa-0/+48