| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -20/+0 | |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -2/+2 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -3/+0 | |
| 2020-07-02 | Update rustdoc tests | Guillaume Gomez | -2/+2 | |
| 2019-01-27 | Make 'generate-redirect-pages' option unstable | Guillaume Gomez | -1/+1 | |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -0/+5 | |
| 2019-01-27 | Remove rustdoc old style files generation | Guillaume Gomez | -3/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-08-17 | Review changes | Nick Cameron | -0/+3 | |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo OchagavĂa | -0/+2 | |
| Fixes #24575 | ||||
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex 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 | ||||
