aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-11-22support other collections via #[collection(...)]Martin Fischer
2021-11-22support HashMap and BTreeMapMartin Fischer
2021-11-22support HashSet, BinaryHeap and BTreeSetMartin Fischer
2021-11-22support Vec, VecDeque & LinkedList collectionsMartin Fischer
2021-11-21auto-box all trait bounds, bump version to 0.3.2v0.3.2Martin Fischer
2021-11-21support boxed Iterator in OptionMartin Fischer
2021-11-21support -> &mut dyn Iterator<Item = Self::A>Martin Fischer
2021-11-21better errors for assoc types in where clausesMartin Fischer
2021-11-21also dynamize simple type param bounds in where clausesMartin Fischer
2021-11-20test that same-named generics need same boundsMartin Fischer
2021-11-20assert that dynamized traits are object-safeMartin Fischer
2021-11-20make dyn trait take over super traits except SizedMartin Fischer
2021-11-20support where clauses for trait genericsMartin Fischer
2021-11-19if first type bound isn't Into<T> auto-box itMartin Fischer
2021-11-19allow same-named method generics if they have same boundsMartin Fischer
2021-11-18publishv0.1.0Martin Fischer