about summary refs log tree commit diff
path: root/src/test/rustdoc/extern-method.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-19/+0
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-4/+4
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-22Replace ignore-android with ignore-cross-compile in rustdoc testsRyan Prichard-1/+1
The problem is that rustdoc searches for external crates using the host triple, not the target triple. It's actually unclear to me whether this is correct behavior or not, but it is necessary to get cross-compiled tests working.
2015-04-10Test fixes and review feedbackAlex Crichton-0/+1
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-1/+1
Closes #23864
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-0/+28