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
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
See https://github.com/rust-lang/rust/issues/91074.
2021-11-20
ignore README examples via code block attributes
Martin Fischer
2021-11-19
bump version to 0.2.0
v0.2.0
Martin Fischer
2021-11-19
better error for assoc types in trait generic bounds
Martin Fischer
2021-11-19
if first type bound isn't Into<T> auto-box it
Martin Fischer
2021-11-19
refactor: allow conversion method to wrap type
Martin Fischer
2021-11-19
refactor: make destination type mechanism extensible
Martin Fischer
2021-11-19
allow same-named method generics if they have same bounds
Martin Fischer
2021-11-19
refactor: forward type param transforms as HashMap
Martin Fischer
2021-11-19
refactor: factor out transform module
Martin Fischer
2021-11-18
publish
v0.1.0
Martin Fischer