about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-34274.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-11/+1
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-1/+1
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-0/+20
- 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.