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 (
Expand
)
Author
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
2021-11-21
auto-box all trait bounds, bump version to 0.3.2
v0.3.2
Martin Fischer
2021-11-21
fix code highlighting & ui-tests, bump to 0.3.1
v0.3.1
Martin Fischer
2021-11-21
bump version to 0.3.0
v0.3.0
Martin Fischer
2021-11-21
improve README
Martin Fischer
2021-11-21
support boxed Iterator in Option
Martin Fischer
2021-11-21
add ui tests (inspired by trybuild)
Martin Fischer
2021-11-21
support -> &mut dyn Iterator<Item = Self::A>
Martin Fischer
2021-11-21
better errors for assoc types in where clauses
Martin Fischer
2021-11-21
also dynamize simple type param bounds in where clauses
Martin Fischer
2021-11-20
test that same-named generics need same bounds
Martin Fischer
2021-11-20
update README and error to reflect auto-boxing
Martin Fischer
2021-11-20
assert that dynamized traits are object-safe
Martin Fischer
2021-11-20
make dyn trait take over super traits except Sized
Martin Fischer
2021-11-20
refactor: traverse AST via iterators
Martin Fischer
2021-11-20
refactor: remove now pointless internal trait
Martin Fischer
2021-11-20
refactor: use syn::Generics::type_params iterators
Martin Fischer
2021-11-20
support where clauses for trait generics
Martin Fischer
2021-11-20
ignore rustc warning about unused trait parameters
Martin Fischer
2021-11-20
ignore README examples via code block attributes
Martin Fischer
[next]