rust/src/test/rustdoc
2017-12-30 15:50:52 +08:00
..
auxiliary Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddyb 2017-12-24 12:48:57 +00:00
duplicate_impls
inline_cross rustdoc: Fix issues with cross-crate inlined associated items 2017-11-29 22:05:38 +00:00
inline_local let htmldocck.py check for directories 2017-09-30 13:28:09 -05:00
src-links
test_option_check
assoc-consts.rs
assoc-item-cast.rs
assoc-types.rs
attributes.rs
cap-lints.rs
codeblock-title.rs update codeblock-title test with new notice text 2017-11-13 11:44:19 -06:00
const-doc.rs
const-fn.rs Fix rendering of const keyword for functions 2017-09-12 21:55:24 +02:00
const.rs
crate-version.rs let rustdoc print the crate version into docs 2017-10-09 09:56:17 -05:00
default-impl.rs
deprecated-impls.rs
deprecated.rs
doc-assoc-item.rs
doc-cfg.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
doc-spotlight.rs Add tooltip for important traits display 2017-11-18 14:37:10 +01:00
double-quote-escape.rs Fix invalid HTML escape 2017-11-29 19:33:04 +01:00
empty-mod-private.rs modify tests to use new flag 2017-10-17 15:38:52 -04:00
empty-mod-public.rs
escape-deref-methods.rs Escape more items in the sidebar when needed 2017-12-21 13:17:15 +01:00
escape-rust-expr.rs
extern-default-method.rs
extern-impl.rs
extern-links.rs
extern-method.rs
external-cross.rs allow loading external files in documentation 2017-11-21 15:46:49 -06:00
external-doc.rs allow loading external files in documentation 2017-11-21 15:46:49 -06:00
ffi.rs
fn-pointer-arg-name.rs Fix invalid rustdoc rendering for FnTy args 2017-10-07 17:23:06 +02:00
foreigntype-reexport.rs Properly handle reexport of foreign items. 2017-11-21 02:51:05 +08:00
foreigntype.rs Support extern type in rustdoc. 2017-11-15 18:20:28 +08:00
hidden-impls.rs
hidden-line.rs
hidden-methods.rs
hidden-trait-struct-impls.rs Add tests for hidden types 2017-12-18 23:07:19 +01:00
impl-disambiguation.rs
impl-parts-crosscrate.rs
impl-parts.rs auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
inline-default-methods.rs
issue-12834.rs Update unstable-crate test 2017-08-30 09:40:43 +02:00
issue-13698.rs
issue-15169.rs
issue-15318-2.rs
issue-15318-3.rs
issue-15318.rs
issue-15347.rs modify tests to use new flag 2017-10-17 15:38:52 -04:00
issue-16019.rs
issue-16265-1.rs
issue-16265-2.rs
issue-17476.rs
issue-18199.rs
issue-19055.rs
issue-19181.rs
issue-19190-2.rs Make rustdoc not include self-by-value methods from Deref target 2017-11-20 00:15:26 +01:00
issue-19190-3.rs Make rustdoc not include self-by-value methods from Deref target 2017-11-20 00:15:26 +01:00
issue-19190.rs
issue-20175.rs
issue-20646.rs
issue-20727-2.rs
issue-20727-3.rs
issue-20727-4.rs
issue-20727.rs
issue-21092.rs
issue-21474.rs
issue-21801.rs
issue-22025.rs
issue-22038.rs
issue-23106.rs
issue-23207.rs
issue-23511.rs
issue-23744.rs
issue-23812.rs
issue-25001.rs
issue-25944.rs
issue-26606.rs
issue-26995.rs
issue-27104.rs
issue-27362.rs
issue-27759.rs
issue-27862.rs
issue-28478.rs
issue-28927.rs
issue-29449.rs Fix tests 2017-09-01 20:07:04 +12:00
issue-29503.rs
issue-29584.rs
issue-30109.rs
issue-30252.rs
issue-30366.rs
issue-31808.rs
issue-31899.rs
issue-32374.rs
issue-32395.rs
issue-32890.rs
issue-33069.rs
issue-33178-1.rs
issue-33178.rs
issue-33302.rs
issue-33592.rs
issue-34025.rs
issue-34274.rs
issue-34423.rs
issue-34473.rs
issue-34928.rs
issue-35169-2.rs
issue-35169.rs
issue-35488.rs
issue-36031.rs
issue-38129.rs
issue-38219.rs
issue-40936.rs
issue-41783.rs Update test issue-41783.rs for new attribute highlighting behaviour 2017-08-28 10:52:49 -04:00
issue-42760.rs allow loading external files in documentation 2017-11-21 15:46:49 -06:00
issue-42875.rs
issue-43153.rs doc tests: use the filename from the source file for doc test programs, rather than a dummy name 2017-08-10 17:59:20 +12:00
issue-43701.rs rustdoc: Don't add external impls to implementors js 2017-08-08 15:01:37 +01:00
issue-43869.rs Remove Fn trait + impl Trait rustdoc tests 2017-11-15 15:46:01 -05:00
issue-43893.rs rustdoc: Remove cruft from the test 2017-10-02 16:54:35 +03:00
issue-45584.rs rustdoc: Fix duplicated impls with generics 2017-10-29 18:21:20 +00:00
issue-46271.rs rustc: Filter out bogus extern crate warnings 2017-11-30 08:03:04 -08:00
issue-46377.rs Fix rustoc item summaries that are headers 2017-11-30 00:28:59 +01:00
issue-46380-2.rs Fix htmldocck naming 2017-11-30 21:43:21 +01:00
issue-46380.rs Show hidden items with rustdoc's document-private 2017-11-30 21:18:00 +01:00
issue-46727.rs Testcase for const-eval array lengths 2017-12-23 11:16:03 +01:00
issue-46766.rs rustdoc: Don't try to generate links for modules in import paths 2017-12-28 17:51:31 +00:00
issue-46767.rs rustdoc: Don't try to generate links for modules in import paths 2017-12-28 17:51:31 +00:00
line-breaks.rs
macros.rs
manual_impl.rs
method-list.rs Add tests for methods listing in rust docs 2017-11-03 18:39:00 +01:00
module-impls.rs
must-use.rs
negative-impl-sidebar.rs Display negative traits implementation 2017-11-20 21:53:19 +01:00
negative-impl.rs
no-run-still-checks-lints.rs
nul-error.rs Remove \0 printing 2017-08-07 22:25:15 +02:00
playground-arg.rs add #![allow(unused)] to the playground link rustdoc tests 2017-11-05 10:24:05 -06:00
playground-empty.rs
playground-none.rs
playground.rs add #![allow(unused)] to the playground link rustdoc tests 2017-11-05 10:24:05 -06:00
prim-title.rs
private-type-alias.rs
pub-method.rs modify tests to use new flag 2017-10-17 15:38:52 -04:00
pub-use-extern-macros.rs
recursion1.rs
recursion2.rs
recursion3.rs
redirect-const.rs
redirect-rename.rs
redirect.rs
remove-duplicates.rs Add duplicate test 2017-08-24 11:38:58 +02:00
rustc-macro-crate.rs
search-index-summaries.rs
search-index.rs
sidebar-items.rs Add more elements in the sidebar 2017-11-07 23:45:06 +01:00
smoke.rs
sort-modules-by-appearance.rs Add a test for --sort-modules-by-appearance 2017-12-19 01:05:06 +00:00
src-links-external.rs
src-links.rs
structfields.rs
test-lists.rs
test-parens.rs
titles.rs
trait-self-link.rs
tuples.rs
typedef.rs
union.rs
variadic.rs
viewpath-rename.rs
viewpath-self.rs
where-sized.rs Fix ?Sized where bound not being displayed at the correct place 2017-12-18 10:44:26 +01:00
where.rs