rust/src/test/rustdoc/intra-doc
Dylan DPC f9ebf1edb5
Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514
Improvements to intra-doc link macro disambiguators

A few small improvements around macro disambiguators:
- display the link text as it was entered: previously `[macro!()]` would be displayed without the parantheses (fixes #86309)
- support `!{}` and `![]` as macro disambiguators (fixes #86310)

r? `@jyn514` cc `@Manishearth` `@camelid`
2021-06-23 00:20:21 +02:00
..
auxiliary Preprocess intra-doc links consistently 2021-04-10 22:32:09 -04:00
cross-crate rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
anchors.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
associated-defaults.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
associated-items.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
basic.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
builtin-macros.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
disambiguators-removed.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
email-address.rs Don't report disambiguator error if link would have been ignored 2021-04-04 15:49:57 -07:00
enum-struct-field.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
extern-crate-only-used-in-link.rs Preprocess intra-doc links consistently 2021-04-10 22:32:09 -04:00
extern-crate.rs Move src/test/rustdoc intra-doc link tests into a subdirectory 2020-11-28 21:13:55 -05:00
extern-type.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
external-traits.rs Move src/test/rustdoc intra-doc link tests into a subdirectory 2020-11-28 21:13:55 -05:00
field.rs use channel-relative urls in rustdoc/intra-doc/field.rs 2021-06-07 18:55:43 +02:00
generic-params.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
in-bodies.rs Move src/test/rustdoc intra-doc link tests into a subdirectory 2020-11-28 21:13:55 -05:00
issue-82209.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
libstd-re-export.rs Fix intra-doc link to raw pointer method 2021-02-15 14:27:50 +01:00
macros-disambiguators.rs Add test for macro disambiguators 2021-06-22 12:40:47 +02:00
mod-ambiguity.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
non-path-primitives.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
prim-assoc.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
prim-methods-external-core.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
prim-methods-local.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
prim-methods.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
prim-precedence.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
primitive-disambiguators.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
primitive-non-default-impl.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
private-failures-ignored.rs Move src/test/rustdoc intra-doc link tests into a subdirectory 2020-11-28 21:13:55 -05:00
private.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
proc-macro.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
pub-use.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
raw-ident-self.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
reexport-additional-docs.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
self.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
through-proc-macro.rs Move src/test/rustdoc intra-doc link tests into a subdirectory 2020-11-28 21:13:55 -05:00
trait-impl.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
trait-item.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
true-false.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
type-alias.rs Resolve type aliases to the type they point to in intra-doc links 2021-06-21 11:15:07 +02:00