| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -27/+0 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -2/+2 | |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo OchagavĂa | -0/+3 | |
| Fixes #24575 | ||||
| 2015-04-22 | Replace ignore-android with ignore-cross-compile in rustdoc tests | Ryan Prichard | -1/+1 | |
| The problem is that rustdoc searches for external crates using the host triple, not the target triple. It's actually unclear to me whether this is correct behavior or not, but it is necessary to get cross-compiled tests working. | ||||
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -0/+35 | |
| 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 | ||||
