about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-links.rs
AgeCommit message (Collapse)AuthorLines
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-84/+0
They were starting to get unwieldy.
2020-07-09Add testManish Goregaokar-1/+3
2020-07-02Update rustdoc testsGuillaume Gomez-2/+2
2019-03-15overhaul intra-doc-link ambiguity warningAndy Russell-1/+2
- Makes the warning part of the `intra_doc_link_resolution_failure` lint. - Tightens the span to just the ambiguous link. - Reports ambiguities across all three namespaces. - Uses structured suggestions for disambiguation. - Adds a test for the warnings.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
`bad_style` is being deprecated in favor of `nonstandard_style`: - https://github.com/rust-lang/rust/issues/41646
2018-02-18Add testManish Goregaokar-0/+12
2018-01-25Add testsManish Goregaokar-1/+20
2018-01-22value-namespace items require a marker, so emit an errorQuietMisdreavus-3/+3
2018-01-22add ambiguity markers to the intra-links testQuietMisdreavus-0/+14
2018-01-22add a macro to the intra-links testQuietMisdreavus-8/+15
2018-01-22add basic test for rustdoc intra linksQuietMisdreavus-0/+39