about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2133/+0
2022-10-27fix(rustdoc): add missing URL component for error messagesWeihang Lo-6/+6
2022-10-10Update rustdoc testsGuillaume Gomez-13/+78
2022-10-01bless rustdoc-uiMaybe Waffle-11/+11
2022-06-16bless rustdoc-ui testsklensy-7/+7
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+2
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+2
2022-05-15rustdoc: Remove doc link resolution fallback to all `macro_rules` in the crateVadim Petrochenkov-17/+17
2022-05-04Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomezbors-0/+44
2022-05-01rustdoc: Track `macro_rules` scopes during early doc link resolutionVadim Petrochenkov-0/+64
2022-04-26rustdoc: Resolve doc links on fields during early resolutionVadim Petrochenkov-0/+44
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-17/+1
2022-04-10resolve: Create dummy bindings for all unresolved importsVadim Petrochenkov-0/+17
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-0/+30
2022-04-05resolve: Fix resolution of empty paths passed from rustdocVadim Petrochenkov-0/+18
2022-03-31rustdoc: Fix resolution of `crate`-relative paths in doc linksVadim Petrochenkov-0/+19
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