about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc
AgeCommit message (Expand)AuthorLines
2022-02-16rustdoc: resolve intra-doc links when checking HTMLMichael Howell-0/+94
2022-02-06rustdoc: Special-case macro lookups lessJoshua Nelson-0/+9
2022-01-10Use Res instead of Disambiguator for `resolved` in `report_mismatch`Noah Lev-2/+2
2022-01-10Add test for disambiguator mismatch with crateNoah Lev-1/+17
2022-01-05Rustdoc: resolve associated traits for primitive typesMahdi Dibaiee-9/+2
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-0/+53
2021-11-08Add more missing methods to `IntraLinkCrateLoader`Joshua Nelson-0/+30
2021-10-15Bless testsCameron Steffen-1/+1
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-38/+7
2021-08-11Modify structured suggestion outputEsteban Küber-45/+52
2021-07-29Update rustdoc-ui tests for intra-doc links errorsGuillaume Gomez-86/+160
2021-07-12suggest removing disambiguator if linking to fieldDeadbeef-0/+26
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-16/+18
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-05-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-0/+12
2021-05-05Revert PR 83866Pietro Albini-12/+0
2021-04-17rustdoc: Give a more accurate span for anchor failuresJoshua Nelson-6/+18
2021-04-14rustdoc: Note that forbidding anchors in links to primitives is a bugJoshua Nelson-0/+5
2021-04-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-0/+12
2021-04-06Auto merge of #83875 - jyn514:diag_info, r=bugadanibors-5/+15
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-13/+33
2021-04-05Use DiagnosticInfo for anchor failureJoshua Nelson-5/+15
2021-04-05Use more appropriate return type for `resolve_associated_item`Joshua Nelson-13/+33
2021-04-04Don't report disambiguator error if link would have been ignoredCamelid-0/+21
2021-03-28Add test for weird backticks placementCamelid-8/+23
2021-03-28Point to disambiguator instead of whole linkCamelid-12/+5
2021-03-26Lint on unknown intra-doc link disambiguatorsCamelid-0/+50
2021-03-22rustdoc: Record crate name instead of using `None`Camelid-0/+17
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-39/+39
2021-02-19[intra-doc links] Don't check feature gates of items re-exported across cratesJoshua Nelson-0/+8
2021-02-11Fix private intra-doc warnings on associated itemsJoshua Nelson-5/+26
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-9/+39
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-0/+20
2021-01-04fix incompatible disambiguator testmax-heller-0/+18
2020-12-25Don't panic when an external crate can't be resolvedJoshua Nelson-0/+20
2020-12-24Don't process `[]` and `()` in intra-doc linksJoshua Nelson-0/+103
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-0/+1262