about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/external-cross.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-19test for missing_doc in the external_doc testQuietMisdreavus-0/+1
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+14
Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732