about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/auxiliary
AgeCommit message (Collapse)AuthorLines
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-17/+0
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-0/+17
Instead, only load the crates that are linked to with intra-doc links. This doesn't help very much with any of rustdoc's fundamental issues with freezing the resolver, but it at least fixes a stable-to-stable regression, and makes the crate loading model somewhat more consistent with rustc's.
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.