about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Collapse)AuthorLines
2015-04-07rustdoc: Add a test for fixed issue #15347Alex Crichton-0/+15
Closes #15347
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+57
Closes #15318
2015-04-07rustdoc: Add a test for #15169Alex Crichton-0/+13
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-0/+25
This ensures that all external traits are run through the same filters that the rest of the AST goes through, stripping hidden function as necessary. Closes #13698
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-0/+470