| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | ||||
