<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dynamize/src, branch v0.3.5</title>
<subtitle>A proc macro to enable trait objects with variable associated types</subtitle>
<id>http://git.push-f.com/dynamize/atom/src?h=v0.3.5</id>
<link rel='self' href='http://git.push-f.com/dynamize/atom/src?h=v0.3.5'/>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/'/>
<updated>2021-11-26T10:45:54Z</updated>
<entry>
<title>support dynamized supertraits with generics</title>
<updated>2021-11-26T10:45:54Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-26T09:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=774864c85efdcacec141ca803dbd8364b5126080'/>
<id>urn:sha1:774864c85efdcacec141ca803dbd8364b5126080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>return error for unused #[convert]s</title>
<updated>2021-11-26T10:45:53Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-26T09:27:50Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=d37cf6a72e633afb10ec78bdbeec6631d601adfe'/>
<id>urn:sha1:d37cf6a72e633afb10ec78bdbeec6631d601adfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce #[convert] attribute</title>
<updated>2021-11-26T10:45:53Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T09:30:54Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=7489a3c2246e7ea2483446dd2ed3fdbfaf462c1a'/>
<id>urn:sha1:7489a3c2246e7ea2483446dd2ed3fdbfaf462c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support dynamized supertraits via attribute</title>
<updated>2021-11-26T10:45:53Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T15:56:44Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=74bcf35fc83c57fd7e9a31639d7dae31d4d9a050'/>
<id>urn:sha1:74bcf35fc83c57fd7e9a31639d7dae31d4d9a050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support Self qualified as same trait</title>
<updated>2021-11-25T12:48:46Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T12:48:26Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=8046190e8f537407210fb87acbfe96d4084d58da'/>
<id>urn:sha1:8046190e8f537407210fb87acbfe96d4084d58da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better error for qualified associated types</title>
<updated>2021-11-25T12:44:20Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T12:44:20Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=74a29b912aaa14dbeb7e5c51ae11c61e733ef645'/>
<id>urn:sha1:74a29b912aaa14dbeb7e5c51ae11c61e733ef645</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also detect &lt;Self as Foo&gt;::X in generic type args</title>
<updated>2021-11-25T12:40:30Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T12:04:38Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=88f33dee26815c3382bfb18c800f3f54b6397e20'/>
<id>urn:sha1:88f33dee26815c3382bfb18c800f3f54b6397e20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: remove unnecessary TypeOrPath type</title>
<updated>2021-11-25T11:54:51Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T11:54:51Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=dc568083381d2073f0cfcfad8fa58158bd5bf811'/>
<id>urn:sha1:dc568083381d2073f0cfcfad8fa58158bd5bf811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: factor out parse_attrs module</title>
<updated>2021-11-25T08:34:50Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T07:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=06a384000b0a6c7b657e4f8a9145b3d4357f3d70'/>
<id>urn:sha1:06a384000b0a6c7b657e4f8a9145b3d4357f3d70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: move variable declarations closer to usage</title>
<updated>2021-11-25T08:31:41Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-25T08:31:22Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/dynamize/commit/?id=0acd72140f5e1b854d6a30d27de11785b0be8a63'/>
<id>urn:sha1:0acd72140f5e1b854d6a30d27de11785b0be8a63</id>
<content type='text'>
</content>
</entry>
</feed>
