| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -15/+0 | |
| They were starting to get unwieldy. | ||||
| 2020-08-29 | rustdoc: Fix intra-doc links for cross-crate re-exports of traits | Joshua Nelson | -2/+0 | |
| #58972 ignored extern_traits because before #65983 was fixed, they would always fail to resolve, giving spurious warnings. This undoes that change, so extern traits are now seen by the `collect_intra_doc_links` pass. There are also some minor changes in librustdoc/fold.rs to avoid borrowing the extern_traits RefCell more than once at a time. | ||||
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -1/+1 | |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -1/+1 | |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -1/+1 | |
| 2020-07-16 | Add (broken and ignored) test for #73829 | Joshua Nelson | -1/+3 | |
| 2020-07-16 | Support intra-doc links on trait and module re-exports | Joshua Nelson | -0/+15 | |
| Trait implementations are treated the same as modules for the purposes of intra-doc links. | ||||
