| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -35/+0 | |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -7/+7 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2020-07-02 | Update rustdoc tests | Guillaume Gomez | -7/+7 | |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -0/+7 | |
| 2019-01-27 | Remove rustdoc old style files generation | Guillaume Gomez | -8/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -0/+6 | |
| These methods can never be called through deref so there is no point including them. For example you can't call `into_boxed_bytes` or `into_string` on `String`. | ||||
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -0/+40 | |
| Old code filtered out only static methods. This code also excludes &mut self methods if there is no DerefMut implementation | ||||
