Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | support tuples | Martin Fischer | |
2021-11-22 | support other collections via #[collection(...)] | Martin Fischer | |
2021-11-22 | support HashMap and BTreeMap | Martin Fischer | |
2021-11-22 | support HashSet, BinaryHeap and BTreeSet | Martin Fischer | |
2021-11-22 | support Vec, VecDeque & LinkedList collections | Martin Fischer | |
2021-11-21 | auto-box all trait bounds, bump version to 0.3.2v0.3.2 | Martin Fischer | |
2021-11-21 | support boxed Iterator in Option | Martin Fischer | |
2021-11-21 | support -> &mut dyn Iterator<Item = Self::A> | Martin Fischer | |
2021-11-21 | also dynamize simple type param bounds in where clauses | Martin Fischer | |
2021-11-20 | make dyn trait take over super traits except Sized | Martin Fischer | |
2021-11-20 | support where clauses for trait generics | Martin Fischer | |
2021-11-19 | if first type bound isn't Into<T> auto-box it | Martin Fischer | |
2021-11-19 | allow same-named method generics if they have same bounds | Martin Fischer | |
2021-11-18 | publishv0.1.0 | Martin Fischer | |