summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2016-08-11Make `private_in_public` compatibility lint deny-by-defaultVadim Petrochenkov-2/+4
2016-08-11Add test for recursive private alias substitution in rustdocVadim Petrochenkov-0/+11
2016-08-11Substitute private type aliases in rustdocpetrochenkov-0/+30
2016-07-25rustdoc: Fix tuple struct where clause renderingOliver Middleton-1/+17
2016-07-13Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichtonbors-2/+2
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-2/+2
2016-07-12rustdoc: Fix methods in seach resultsOliver Middleton-0/+42
2016-06-30rustdoc: Remove paths from primitive page <title> tagsOliver Middleton-0/+17
2016-06-29Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichtonManish Goregaokar-0/+15
2016-06-29Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichtonManish Goregaokar-0/+66
2016-06-28rustdoc: Fix empty Implementations section on some module pagesOliver Middleton-0/+15
2016-06-27rustdoc: Fix a few stripping issuesOliver Middleton-0/+66
2016-06-26rustdoc: Fix inlined renamed reexports in import listsOliver Middleton-0/+22
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