Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Rename `TypeKind::Named` to `TypeKind::TypeParam` | Anna Liao | |
Also renames a bunch of other things referring to named types to refer to type parameters. Fixes #915 | |||
2017-08-10 | Adds ImplDebug trait for creating the Debug trait implementations | Bastian Köcher | |
2017-08-10 | Implements Debug trait for types which do not support derive Debug | Bastian Köcher | |
For types that do not support derive Debug be implemented automatically by rust, we know can generate implementations of the Debug trait. This code generation is hidden behind the '--force-derive-debug' command-line flag. |