summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
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
2015-04-22Replace ignore-android with ignore-cross-compile in rustdoc testsRyan Prichard-19/+19
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-0/+83
2015-04-10Test fixes and review feedbackAlex Crichton-0/+18
2015-04-07rustdoc: Add a test for should_fail in doctestsAlex Crichton-0/+22
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-0/+24
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-0/+19
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-0/+17
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-2/+46
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-0/+18
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-2/+20
2015-04-07rustdoc: Don't duplicate inlined impl blocksAlex Crichton-0/+21
2015-04-07rustdoc: Add a test for #21092Alex Crichton-0/+17
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-0/+147
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-0/+35
2015-04-07rustdoc: Show impls for references to typesAlex Crichton-0/+20
2015-04-07rustdoc: Render methods/impls for bare traitsAlex Crichton-0/+30