about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-19190.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-3/+0
2020-07-02Update rustdoc testsGuillaume Gomez-2/+2
2019-01-27Make 'generate-redirect-pages' option unstableGuillaume Gomez-1/+1
2019-01-27Add generate-old-style-files option to rustdocGuillaume Gomez-0/+5
2019-01-27Remove rustdoc old style files generationGuillaume Gomez-3/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-08-17Review changesNick Cameron-0/+3
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo OchagavĂ­a-0/+2
Fixes #24575
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-0/+26
Whenever a type implements Deref, rustdoc will now add a section to the "methods available" sections for "Methods from Deref<Target=Foo>", listing all the inherent methods of the type `Foo`. Closes #19190