summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary
AgeCommit message (Collapse)AuthorLines
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-0/+24
- src links/redirects to extern fn from another crate had an extra '/'. - src links to `pub use` of a crate module had an extra '/'. - src links to renamed reexports from another crate used the new name for the link but should use the original name.
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+488
For legacy reasons (presumably), Windows does not permit files name aux.