about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/auxiliary
AgeCommit message (Collapse)AuthorLines
2020-12-31Rustdoc render public underscore_imports as Re-exportsbors-0/+3
Fixes #61592
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-4/+0
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.
2020-10-09Add test to ensure that external items aren't lint-checkedGuillaume Gomez-0/+4
2020-06-28use outermost invocation span for doctest namesAndy Russell-0/+7
Fixes #70090.