| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-11-30 | Fix htmldocck naming | Christian Duerr | -2/+2 | |
| After renaming the structs and enums the htmldocck strings still contained the old names. This lead to test failure. These htmldocck tests have been updated to use the proper names of the rust structs and traits. | ||||
| 2017-11-30 | Hide trait impl with private trait type parameter | Christian Duerr | -0/+19 | |
| Trait's implementations with private type parameters were displayed in the implementing struct's documentation until now. With this change any trait implementation that uses a private type parameter is now hidden in the docs. | ||||
