rust/src/test/rustdoc
Dylan DPC c20657c1ec
Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez
Get rid of some doctree items

They can be derived directly from the `hir::Item`, there's no special logic.

- TypeDef
- OpaqueTy
- Constant
- Static
- TraitAlias
- Enum
- Union
- Struct

Part of #78082 (the easiest part, I'm still debugging some other changes).
r? `@GuillaumeGomez`
2020-11-21 19:44:18 +01:00
..
auxiliary Show summary lines on cross-crate re-exports 2020-10-11 20:27:17 -04:00
const-generics Handle and test wildcard arguments 2020-11-12 11:14:29 -05:00
duplicate_impls Update tests 2020-05-05 22:56:23 +02:00
inline_cross Update rustdoc tests 2020-07-02 13:19:04 +02:00
inline_local Remove licenses 2018-12-25 21:08:33 -07:00
intra-doc-crate rustdoc: Fix intra-doc links for cross-crate re-exports of traits 2020-08-29 17:21:26 -04:00
lazy_normalization_consts handle ConstEquate in rustdoc 2020-07-29 00:00:55 +02:00
primitive Remove licenses 2018-12-25 21:08:33 -07:00
src-links Remove licenses 2018-12-25 21:08:33 -07:00
synthetic_auto Handle projection predicates in the param env for auto-trait docs 2020-08-05 20:22:55 -04:00
test_option_check Remove licenses 2018-12-25 21:08:33 -07:00
all.rs Remove licenses 2018-12-25 21:08:33 -07:00
assoc-consts-version.rs use span instead of div for since version 2019-05-03 12:55:31 -04:00
assoc-consts.rs Update tests 2019-07-16 23:24:26 +02:00
assoc-item-cast.rs Remove licenses 2018-12-25 21:08:33 -07:00
assoc-types.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
async-fn.rs Handle and test wildcard arguments 2020-11-12 11:14:29 -05:00
async-move-doctest.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
attributes.rs rustdoc: insert newlines between attributes 2020-07-11 11:33:37 -04:00
auto_aliases.rs Add aliases attribute check 2020-01-20 20:42:52 +01:00
auto-impl-for-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
auto-impl-primitive.rs Remove licenses 2018-12-25 21:08:33 -07:00
auto-traits.rs Remove licenses 2018-12-25 21:08:33 -07:00
bad-codeblock-syntax.rs Remove dependency on StringReader from rustdoc highlighter 2020-08-27 17:43:15 +02:00
blanket-reexport-item.rs rustdoc: remove def_ctor hack. 2019-04-30 12:55:38 +03:00
cap-lints.rs Remove licenses 2018-12-25 21:08:33 -07:00
cfg-doctest.rs stabilize cfg(doctest) 2019-10-29 13:42:55 +01:00
check-styled-link.rs Remove licenses 2018-12-25 21:08:33 -07:00
check.rs Add tests for rustdoc --check option 2020-11-12 14:58:07 +01:00
codeblock-title.rs Removed trailing whitespace 2020-06-18 11:45:52 -04:00
comment-in-doctest.rs Make it build again 2020-02-29 20:47:10 +03:00
const-display.rs Fix const-display.rs XPATH queries (#1) 2020-09-12 10:52:12 -04:00
const-doc.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-evalutation-ice.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-underscore.rs Omit underscore constants from rustdoc 2020-01-04 12:35:23 -08:00
const.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
constructor-imports.rs Remove licenses 2018-12-25 21:08:33 -07:00
crate-version-escape.rs rustdoc: HTML escape crate version 2020-03-01 00:15:44 +00:00
crate-version.rs Stabilize --crate-version option in rustdoc 2020-02-26 22:08:59 +01:00
cross-crate-links.rs Remove licenses 2018-12-25 21:08:33 -07:00
deep-structures.rs Raise the default recursion limit to 128 2019-07-07 00:12:35 +03:00
default-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
default-trait-method-link.rs Remove licenses 2018-12-25 21:08:33 -07:00
default-trait-method.rs rustdoc: Remove default keyword from re-exported trait methods 2019-04-14 23:55:14 +01:00
deprecated-future.rs Add rustdoc index page test for future deprecation attributes 2019-02-11 11:17:35 +00:00
deprecated-impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
deprecated.rs Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov 2019-02-13 04:37:02 +01:00
deref-mut-methods.rs Add test for DerefMut methods 2019-08-06 00:41:52 +02:00
deref-typedef.rs Fix rendering on sidebar and update tests 2020-01-15 21:34:15 +01:00
doc-assoc-item.rs Remove licenses 2018-12-25 21:08:33 -07:00
doc-cfg-simplification.rs Simplify doc-cfg rendering based on the current context 2020-10-07 22:54:12 +02:00
doc-cfg-target-feature.rs Remove licenses 2018-12-25 21:08:33 -07:00
doc-cfg-traits.rs Add tests and improve rendering of features on traits 2020-11-14 22:11:45 +01:00
doc-cfg.rs Simplify doc-cfg rendering based on the current context 2020-10-07 22:54:12 +02:00
doc-proc-macro.rs Remove licenses 2018-12-25 21:08:33 -07:00
doc-spotlight.rs Revert "Remove "important traits" feature" 2020-07-16 09:58:17 -07:00
doctest-manual-crate-name.rs force binary filename for compiled doctests 2019-01-04 09:57:17 -06:00
double-quote-escape.rs Remove licenses 2018-12-25 21:08:33 -07:00
duplicate-cfg.rs Simplify doc-cfg rendering based on the current context 2020-10-07 22:54:12 +02:00
edition-doctest.rs Remove licenses 2018-12-25 21:08:33 -07:00
edition-flag.rs rustdoc: Stabilize edition annotation. 2019-11-08 16:15:17 -08:00
elided-lifetime.rs Cross-crate doc inlining test case for elided lifetime 2020-08-08 01:07:43 +01:00
empty-mod-private.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
empty-mod-public.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty-section.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
escape-deref-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-default-method.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-html-root-url.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
extern-impl-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-links.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-method.rs Remove licenses 2018-12-25 21:08:33 -07:00
external-cross.rs Remove licenses 2018-12-25 21:08:33 -07:00
external-doc.rs Remove licenses 2018-12-25 21:08:33 -07:00
external-macro-src.rs (rustdoc) [src] link for types defined by macros shows invocation 2020-11-10 01:02:38 +01:00
ffi.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-pointer-arg-name.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-sidebar.rs Remove licenses 2018-12-25 21:08:33 -07:00
force-target-feature.rs Remove licenses 2018-12-25 21:08:33 -07:00
foreigntype-reexport.rs Remove licenses 2018-12-25 21:08:33 -07:00
foreigntype.rs Remove licenses 2018-12-25 21:08:33 -07:00
generic-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
hidden-impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
hidden-line.rs Remove licenses 2018-12-25 21:08:33 -07:00
hidden-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
hidden-trait-struct-impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
hide-unstable-trait.rs Only skip impls of foreign unstable traits 2020-07-19 16:39:20 -04:00
impl-disambiguation.rs Remove licenses 2018-12-25 21:08:33 -07:00
impl-everywhere.rs (rustdoc) fix test for trait impl display 2020-10-25 20:47:05 +01:00
impl-parts-crosscrate.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
impl-parts.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
impl-trait-alias.rs Don't ICE on errors in function returning impl trait 2020-07-15 10:54:05 -04:00
index-page.rs Use "Fira Sans" for crate list font 2020-09-01 13:41:56 -07:00
inline-default-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
internal.rs Don't render unstable for rustc docs 2020-07-15 10:53:10 +00:00
intra-doc-link-enum-struct-field.rs Add support for intra-doc link fields of enum variant 2019-11-27 13:13:16 +01:00
intra-doc-link-generic-params.rs Move @has checks closer to corresponding doc comments 2020-10-09 16:11:15 -07:00
intra-doc-link-mod-ambiguity.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-doc-link-private.rs Separate private_intra_doc_links and broken_intra_doc_links into separate lints 2020-09-27 09:58:29 -04:00
intra-doc-link-true-false.rs Resolve true and false as booleans 2020-08-17 20:13:58 -04:00
intra-link-associated-defaults.rs rustdoc: Add support for associated items even outside the impl itself 2020-08-22 00:25:28 -04:00
intra-link-associated-items.rs Unify primitive errors with other intra-link errors 2020-09-23 21:04:50 -04:00
intra-link-builtin-macros.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
intra-link-cross-crate-crate.rs Resolve crate properly across crates 2020-09-27 10:13:59 -04:00
intra-link-disambiguators-removed.rs Misc cleanup 2020-09-04 08:27:56 -04:00
intra-link-extern-crate.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-extern-type.rs Add test 2020-11-18 22:14:58 +00:00
intra-link-in-bodies.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-libstd-re-export.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-prim-assoc.rs Fix intra-doc links for associated constants 2020-08-29 21:37:08 -04:00
intra-link-prim-methods-external-core.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-prim-methods-local.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-prim-methods.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-prim-precedence.rs Update primitive test to match the new behavior 2020-08-23 22:40:20 -04:00
intra-link-primitive-non-default-impl.rs Add test for f32 and f64 methods 2020-08-19 10:53:44 -04:00
intra-link-private.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-proc-macro.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-link-pub-use.rs Improve tests 2020-08-30 12:06:40 -04:00
intra-link-reexport-additional-docs.rs Show summary lines on cross-crate re-exports 2020-10-11 20:27:17 -04:00
intra-link-self.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
intra-link-trait-impl.rs Make intra links work inside trait impl block 2020-05-13 20:24:14 +02:00
intra-link-trait-item.rs Fix outdated code 2020-08-06 18:53:12 -04:00
intra-links-anchors.rs Add test for anchors 2019-11-23 18:46:07 +01:00
intra-links-external-traits.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
intra-links.rs Add test 2020-07-09 10:27:48 -07:00
invalid.crate.name.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-12834.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-13698.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15169.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15318-2.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-15318-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15318.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15347.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-16019.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-16265-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-16265-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-17476.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-18199.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19055.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19181.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19190-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19190-3.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-19190.rs Remove render-redirect-pages option in rustdoc 2020-07-02 14:14:59 +02:00
issue-20175.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20646.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20727-2.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-20727-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20727-4.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20727.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-21092.rs Remove rustdoc old style files generation 2019-01-27 00:34:05 +01:00
issue-21474.rs Update tests 2020-05-05 22:56:23 +02:00
issue-21801.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-22025.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-22038.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23106.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23207.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-23511.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23744.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23812.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-25001.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
issue-25944.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-26606.rs (rustdoc) [src] link for types defined by macros shows invocation 2020-11-10 01:02:38 +01:00
issue-26995.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-27104.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-27362.rs rustdoc supports const re-exports 2020-04-29 11:52:02 -04:00
issue-27759.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-27862.rs tests: doc comments 2019-02-10 23:42:32 +00:00
issue-28478.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-28927.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-29449.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-29503.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-29584.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-30109.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-30252.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-30366.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-31808.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-31899.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-32374.rs Add test for deprecated emoji 2020-05-08 15:27:08 +02:00
issue-32395.rs Add from_def_id_and_kind reducing duplication in rustdoc 2020-11-17 15:16:03 -05:00
issue-32556.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-32890.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33069.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33178-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33178.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33302.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33592.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34025.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34274.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34423.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34473.rs rustdoc: remove def_ctor hack. 2019-04-30 12:55:38 +03:00
issue-34928.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-35169-2.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
issue-35169.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
issue-35488.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-36031.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-38129.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-38219.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-40936.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-41783.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-42760.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-42875.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43153.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43701.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43869.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43893.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-45584.rs Update tests 2020-05-05 22:56:23 +02:00
issue-46271.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46377.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46380-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46727.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46766.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46767.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46976.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47038.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47197-blank-line-in-doc-block.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47639.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-48377.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-48414.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-50159.rs rustdoc: generate implementors for all auto traits 2019-06-20 17:36:43 +03:00
issue-51236.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
issue-52873.rs Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
issue-53689.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-53812.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-54478-demo-allocator.rs This is a regression test for #54478. 2018-10-24 12:19:47 +02:00
issue-54705.rs Simplify foreign type rendering. 2018-12-27 21:22:27 -08:00
issue-55001.rs Fix Rustdoc ICE when checking blanket impls 2018-10-22 19:40:43 -04:00
issue-55321.rs Update tests 2020-05-05 22:56:23 +02:00
issue-55364.rs rustdoc: Resolve module-level doc references more locally 2019-10-31 07:49:54 +00:00
issue-56701.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-56822.rs Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez 2019-01-13 21:18:09 +01:00
issue-57180.rs Add regression test for issue, apply suggestion to convert to assert_eq 2019-08-28 00:21:30 -04:00
issue-60482.rs upgrade rustdoc's pulldown-cmark to 0.5.2 2019-05-29 10:59:59 -04:00
issue-60726.rs Always try to project predicates when finding auto traits in rustdoc 2019-05-13 01:52:04 -04:00
issue-66159.rs compiletest: add aux-crate directive 2019-12-09 08:08:27 -08:00
issue-67851-both.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-67851-hidden.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-67851-neither.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-67851-private.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-72340.rs Make intra-link resolve links for both trait and impl items 2020-05-19 14:32:17 +02:00
issue-73061-cross-crate-opaque-assoc-type.rs Add more tests for type alias impl Trait 2020-06-11 16:24:01 +01:00
issue-74083.rs Add test for issue 74083 2020-07-06 21:18:04 +01:00
issue-75588.rs Add ui test for 74672 and 76571 2020-09-13 05:27:10 +00:00
issue-76501.rs Give functions unique names 2020-09-12 11:24:19 -04:00
issue-78673.rs Check predicates from blanket trait impls while testing if they apply 2020-11-02 22:25:01 +01:00
keyword.rs Add keywords item into the sidebar 2019-07-25 14:29:05 +02:00
line-breaks.rs Remove licenses 2018-12-25 21:08:33 -07:00
link-assoc-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
link-title-escape.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-in-async-block.rs Add rustdoc tests from #72088 2020-07-15 10:54:05 -04:00
macro-in-closure.rs Add rustdoc tests from #72088 2020-07-15 10:54:05 -04:00
macros.rs Remove rustdoc old style files generation 2019-01-27 00:34:05 +01:00
manual_impl.rs Update tests 2019-07-16 23:24:26 +02:00
masked.rs Remove licenses 2018-12-25 21:08:33 -07:00
method-list.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
mod-stackoverflow.rs Remove licenses 2018-12-25 21:08:33 -07:00
module-impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
must-use.rs Remove licenses 2018-12-25 21:08:33 -07:00
namespaces.rs Remove licenses 2018-12-25 21:08:33 -07:00
negative-impl-sidebar.rs Update tests 2020-05-05 22:56:23 +02:00
negative-impl.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
no-compiler-reexport.rs Add test for compiler reexports removal 2020-10-12 11:26:01 +02:00
no-crate-filter.rs Removed more copyright notices. 2019-01-13 19:47:02 +00:00
no-run-still-checks-lints.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-stack-overflow-25295.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
nul-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
plain-text-summaries.rs rustdoc: do not use plain summary for trait impls 2020-08-30 12:02:18 -04:00
playground-arg.rs update playground url tests with new edition behavior 2019-05-06 15:20:18 -05:00
playground-empty.rs Remove licenses 2018-12-25 21:08:33 -07:00
playground-none.rs Remove licenses 2018-12-25 21:08:33 -07:00
playground-syntax-error.rs rustdoc: Avoid panic when parsing codeblocks for playground links 2020-01-04 18:42:06 +00:00
playground.rs update playground url tests with new edition behavior 2019-05-06 15:20:18 -05:00
prim-title.rs Remove licenses 2018-12-25 21:08:33 -07:00
primitive-generic-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
primitive-link.rs Re-enable test case 2020-10-10 15:56:51 +02:00
primitive-reexport.rs rustdoc: Fix re-exporting primitive types 2020-01-26 21:32:43 +00:00
private-type-alias.rs Remove licenses 2018-12-25 21:08:33 -07:00
proc-macro.rs Improve Rustdoc's handling of procedural macros 2019-08-24 13:11:57 -04:00
process-termination.rs Revert "implicit Option-returning doctests" 2019-07-01 16:41:37 +02:00
pub-extern-crate.rs add test for pub extern crate 2019-01-10 21:18:46 -05:00
pub-method.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
pub-restricted.rs Use DefPath for clean::Visibility, not clean::Path 2020-11-17 15:13:25 -05:00
pub-use-extern-macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
raw-ident-eliminate-r-hashtag.rs Fix wrong XPath 2020-11-13 14:58:21 +01:00
recursion1.rs Remove licenses 2018-12-25 21:08:33 -07:00
recursion2.rs Remove licenses 2018-12-25 21:08:33 -07:00
recursion3.rs Remove licenses 2018-12-25 21:08:33 -07:00
redirect-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
redirect-rename.rs Add more tests for renamed items 2020-11-21 10:19:02 -05:00
redirect.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
reexport-check.rs Show summary lines on cross-crate re-exports 2020-10-11 20:27:17 -04:00
remove-duplicates.rs Remove licenses 2018-12-25 21:08:33 -07:00
remove-url-from-headings.rs Extend url in heading test a bit 2020-01-17 19:49:03 +01:00
return-impl-trait.rs Add test case for #65863 2020-07-15 10:54:05 -04:00
rustc_deprecated-future.rs Add a rustdoc test for future rustc_deprecated attributes 2019-02-11 11:17:35 +00:00
rustc-macro-crate.rs Improve Rustdoc's handling of procedural macros 2019-08-24 13:11:57 -04:00
sanitizer-option.rs compiletest: Add directives to detect sanitizer support 2020-06-13 14:24:30 +02:00
search-index-summaries.rs Remove licenses 2018-12-25 21:08:33 -07:00
search-index.rs Remove licenses 2018-12-25 21:08:33 -07:00
short-docblock-codeblock.rs Remove licenses 2018-12-25 21:08:33 -07:00
short-dockblock.rs Remove licenses 2018-12-25 21:08:33 -07:00
show-const-contents.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
sidebar-items.rs Remove licenses 2018-12-25 21:08:33 -07:00
sidebar-link-generation.rs Remove licenses 2018-12-25 21:08:33 -07:00
sidebar-links-to-foreign-impl.rs Make "Implementations on Foreign Types" items in sidebar link to specific impls 2019-04-26 22:39:00 +03:00
smoke.rs Remove licenses 2018-12-25 21:08:33 -07:00
sort-modules-by-appearance.rs Remove licenses 2018-12-25 21:08:33 -07:00
source-file.rs Remove licenses 2018-12-25 21:08:33 -07:00
src-links-external.rs Remove licenses 2018-12-25 21:08:33 -07:00
src-links.rs Remove rustdoc old style files generation 2019-01-27 00:34:05 +01:00
stability.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
static-root-path.rs use --static-root-path for settings.js 2019-04-15 11:20:08 -05:00
static.rs fixup! Avoid extraneous space between visibility kw and ident for statics 2020-10-13 16:47:53 -05:00
struct-field.rs Update rustdoc tests 2020-07-02 13:19:04 +02:00
struct-implementations-title.rs Add test for new implementations section title 2020-05-05 22:56:23 +02:00
structfields.rs Remove render-redirect-pages option in rustdoc 2020-07-02 14:14:59 +02:00
test-lists.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-parens.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-strikethrough.rs Add test for strikethrough in rustdoc 2020-05-08 18:14:57 +02:00
thread-local-src.rs (rustdoc) [src] link for types defined by macros shows invocation 2020-11-10 01:02:38 +01:00
through-proc-macro.rs intra_doc_resolution_failures -> broken_intra_doc_links 2020-07-30 10:38:55 -07:00
titles.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait_alias.rs Remove spotlight for trait aliases and fix nits 2019-02-10 16:56:21 +01:00
trait-attributes.rs Don't generate div inside header (h4/h3/h...) elements 2019-05-29 16:51:48 +02:00
trait-impl.rs rustdoc: do not use plain summary for trait impls 2020-08-30 12:02:18 -04:00
trait-self-link.rs Remove licenses 2018-12-25 21:08:33 -07:00
trait-src-link.rs add [src] links to methods on a trait's page 2020-11-18 22:10:10 +00:00
traits-in-bodies-private.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-in-bodies.rs Remove licenses 2018-12-25 21:08:33 -07:00
tuples.rs Remove licenses 2018-12-25 21:08:33 -07:00
typedef.rs Update tests 2020-05-05 22:56:23 +02:00
unindent.md Update tests 2020-10-29 11:43:21 +01:00
unindent.rs Update tests 2020-10-29 11:43:21 +01:00
union.rs Remove licenses 2018-12-25 21:08:33 -07:00
unit-return.rs Change bound order in rustfmt test 2019-12-22 21:46:51 -05:00
universal-impl-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
unneeded-trait-implementations-title.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-attr.rs don't try to get a DefId for a Def that doesn't have one 2019-02-01 11:17:33 -06:00
useless_lifetime_bound.rs Add test from #59033 2019-04-03 22:18:41 +02:00
variadic.rs rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. 2019-09-28 17:39:00 +03:00
viewpath-rename.rs Remove licenses 2018-12-25 21:08:33 -07:00
viewpath-self.rs Remove licenses 2018-12-25 21:08:33 -07:00
where-sized.rs Remove licenses 2018-12-25 21:08:33 -07:00
where.rs Remove licenses 2018-12-25 21:08:33 -07:00
without-redirect.rs put back macro redirect 2019-02-09 14:29:03 +01:00
wrapping.rs respect alternate flag when formatting impl trait 2019-02-12 13:45:36 -05:00