about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2016-03-06Split out rustdoc pass to strip private importsmitaa-1/+21
2016-03-03Ignore a rustdoc test that does not work on betaBrian Anderson-0/+1
2016-02-27Clearly separate code blocks from other blocksmitaa-0/+70
2016-02-26Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichtonbors-0/+18
2016-02-26Don't inline impls from `doc(hidden)` modulesmitaa-0/+18
2016-02-26Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichtonbors-0/+0
2016-02-25Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichtonManish Goregaokar-0/+23
2016-02-24Add compiletest-ignore-dir to existing subdirectories.Niko Matsakis-0/+0
2016-02-24Fix source-links for files with absolute-pathsmitaa-0/+17
2016-02-23Don't show associated consts from trait implsmitaa-0/+23
2016-02-14Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichtonbors-0/+21
2016-02-13Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichtonbors-0/+16
2016-02-12Omit src-links for items from extern macrosmitaa-0/+21
2016-02-12Shorten docstrings after Markdown renderingmitaa-0/+16
2016-02-12Fix associated item identifiersmitaa-5/+5
2016-01-28rustdoc: Add test for tuple renderingOliver Middleton-0/+18
2015-12-16Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichtonManish Goregaokar-0/+16
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-0/+16
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-0/+16
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-0/+83
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+1
2015-12-05Add testsmitaa-0/+83
2015-12-03Use the extern item-path for documentation linksmitaa-0/+24
2015-11-28Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiynbors-0/+20
2015-11-28Add a testJonas Schievink-0/+20
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-2/+0
2015-11-19Show constness for functions of reexported docsmitaa-0/+19
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-11-13Store a valid name for the root module in metadatamitaa-0/+16
2015-11-02librustdoc: ignore lint warnings when compiling documentationKevin Butler-0/+20
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-4/+0
2015-08-25Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichtonbors-0/+15
2015-08-24Update hoedown to latest version (3.0.4).Eljay-0/+15
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-0/+14
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-0/+14
2015-08-17rustdoc: Add test for #27759Martin WernstÄl-0/+25
2015-08-08rustc: rename multiple imports in a listSean McArthur-0/+28
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+0
2015-07-21Auto merge of #27103 - wthrowe:doc_format, r=alexcrichtonbors-0/+53
2015-07-20Add test of cross-crate impl formattingWilliam Throwe-0/+30
2015-07-19Add test of impl formattingWilliam Throwe-0/+23
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-0/+46
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-0/+36
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-0/+4
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-0/+22
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo OchagavĂ­a-1/+6
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-0/+10
2015-05-09rustdoc: Add Associated Constants sectionUlrik Sverdrup-0/+1
2015-04-30rustdoc: Fix rendering associated constantsAlex Crichton-0/+25