| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -10/+0 | |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -0/+3 | |
| 2020-12-01 | Rollup merge of #79527 - jyn514:intra-doc-tests, r=Manishearth | Mara Bos | -110/+0 | |
| Move intra-doc link tests into a subdirectory They were starting to get unwieldy. r? ``@Manishearth`` | ||||
| 2020-11-29 | Add test for cross-crate Self | Joshua Nelson | -0/+7 | |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -110/+0 | |
| They were starting to get unwieldy. | ||||
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -7/+7 | |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -7/+7 | |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -7/+7 | |
| 2020-07-16 | Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs | Manish Goregaokar | -1/+1 | |
| Co-authored-by: Joshua Nelson <joshua@yottadb.com> | ||||
| 2020-07-16 | Add test for doc(hidden) intra-doc cross-crate reexports | Manish Goregaokar | -0/+19 | |
| 2020-07-16 | Fix invalid lint | Joshua Nelson | -5/+5 | |
| intra_doc_resolution_failure is not a lint. | ||||
| 2020-07-16 | Add (broken and ignored) test for #73829 | Joshua Nelson | -1/+1 | |
| 2020-07-16 | Support intra-doc links on trait and module re-exports | Joshua Nelson | -0/+23 | |
| Trait implementations are treated the same as modules for the purposes of intra-doc links. | ||||
| 2020-07-16 | Support intra-doc links on macro re-exports | Joshua Nelson | -0/+30 | |
| This includes both `macro_rules!` and proc-macros. | ||||
| 2020-07-16 | rand -> my_rand | Joshua Nelson | -1/+1 | |
| This fixes a failure in stage2 rustdoc tests. | ||||
| 2020-07-16 | #![deny(intra_doc_resolution_failure)] | Joshua Nelson | -0/+5 | |
| 2020-07-16 | Add test for submodules in inner crate | Joshua Nelson | -0/+11 | |
| 2020-07-16 | Add test for documenting the re-export | Joshua Nelson | -0/+5 | |
| 2020-07-16 | Add test for re-exports | Joshua Nelson | -0/+12 | |
| I had a hard time getting this to work without the `extern crate`, suggestions are welcome. | ||||
| 2020-07-16 | Add tests for basic intra-doc links | Joshua Nelson | -0/+5 | |
