about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc
AgeCommit message (Collapse)AuthorLines
2020-12-25Don't panic when an external crate can't be resolvedJoshua Nelson-0/+20
This isn't actually a bug, it can occur when rustdoc tries to resolve a crate that isn't used in the main code.
2020-12-24Don't process `[]` and `()` in intra-doc linksJoshua Nelson-0/+103
These caused several false positives when documenting rustc, which means there will likely be many more false positives in the rest of the ecosystem.
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-0/+1262
This also changes the builder to allow using `x.py test src/test/rustdoc-ui/intra-doc`; before, it would panic that no paths were found.