index
:
dynamize
master
A proc macro to enable trait objects with variable associated types
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-01-08
doc: link E0191 documentation in README
HEAD
master
Martin Fischer
2021-11-26
bump version to 0.3.5
v0.3.5
Martin Fischer
2021-11-26
doc: use more educative example for #[convert]
Martin Fischer
2021-11-26
support dynamized supertraits with generics
Martin Fischer
2021-11-26
return error for unused #[convert]s
Martin Fischer
2021-11-26
introduce #[convert] attribute
Martin Fischer
2021-11-26
doc: suggest splitting traits in two
Martin Fischer
2021-11-26
support dynamized supertraits via attribute
Martin Fischer
2021-11-25
support Self qualified as same trait
Martin Fischer
2021-11-25
better error for qualified associated types
Martin Fischer
2021-11-25
add ui-test for qualified associated types
Martin Fischer
2021-11-25
also detect <Self as Foo>::X in generic type args
Martin Fischer
2021-11-25
refactor: remove unnecessary TypeOrPath type
Martin Fischer
2021-11-25
refactor: factor out parse_attrs module
Martin Fischer
2021-11-25
refactor: move variable declarations closer to usage
Martin Fischer
2021-11-25
rename parse_trait_sig module to trait_sig
Martin Fischer
2021-11-24
better error message for <Self as Foo>::X
Martin Fischer
2021-11-24
refactor: fix clippy::needless_range_loop
Martin Fischer
2021-11-24
better error for associated types in supertraits
Martin Fischer
2021-11-23
update description & tags, bump version to 0.3.4
v0.3.4
Martin Fischer
2021-11-23
improve README: explain crate before example
Martin Fischer
2021-11-23
support tuples
Martin Fischer
2021-11-23
mention Fn support in error message
Martin Fischer
2021-11-23
add more ui-tests
Martin Fischer
2021-11-22
bump version to 0.3.3
v0.3.3
Martin Fischer
2021-11-22
support other collections via #[collection(...)]
Martin Fischer
2021-11-22
improve attribute documentation
Martin Fischer
2021-11-22
add ui-tests for attributes
Martin Fischer
2021-11-22
parse attributes before associated types
Martin Fischer
2021-11-22
better errors for type arguments of collections
Martin Fischer
2021-11-22
refactor: use nested match blocks
Martin Fischer
2021-11-22
make convert_type skip non-type generics
Martin Fischer
2021-11-22
refactor: make MethodError wrap TransformError
Martin Fischer
2021-11-22
refactor: move Span out of TransformError enum
Martin Fischer
2021-11-22
simplify MethodError variants
Martin Fischer
2021-11-22
rename MethodParseError to MethodError
Martin Fischer
2021-11-22
rename AssocTypeError variants
Martin Fischer
2021-11-22
rename AssocTypeParseError to AssocTypeError
Martin Fischer
2021-11-22
add ui-test for Vec<String, Self::A>
Martin Fischer
2021-11-22
refactor: support IntoIterMapCollect with N types
Martin Fischer
2021-11-22
generalize to collection with one type / two types
Martin Fischer
2021-11-22
rename AssocTypeConversions to TypeConverter
Martin Fischer
2021-11-22
support HashMap and BTreeMap
Martin Fischer
2021-11-22
refactor: make type conversion function more DRY
Martin Fischer
2021-11-22
refactor: change x.first().unwrap() to x[0]
Martin Fischer
2021-11-22
support HashSet, BinaryHeap and BTreeSet
Martin Fischer
2021-11-22
support Vec, VecDeque & LinkedList collections
Martin Fischer
2021-11-22
fix unconvertible type error span
Martin Fischer
2021-11-22
add ui-test for unconvertible type
Martin Fischer
2021-11-22
clarify: error type is fixed for Result type alias
Martin Fischer
[next]