about summary refs log tree commit diff
path: root/src/test/rustdoc/src-links-external.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-12/+2
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-0/+1
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-2/+3
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-0/+22
- 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.