<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen-units/polymorphization/pr-75255.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-09T13:53:33+00:00</updated>
<entry>
<title>instance: only polymorphize upvar substs</title>
<updated>2020-08-09T13:53:33+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-08-09T13:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd41bdeff0ff56ad2e46b00ca55daafb68a8ea08'/>
<id>urn:sha1:fd41bdeff0ff56ad2e46b00ca55daafb68a8ea08</id>
<content type='text'>
This commit restricts the substitution polymorphization added in #75255
to only apply to the tupled upvar substitution, rather than all
substitutions, fixing a bunch of regressions when polymorphization is
enabled.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>instance: polymorphize `FnDef` substs</title>
<updated>2020-08-07T17:41:45+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-08-07T16:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac50d61785ae5112b9b4e30a58cfcffe096b31ec'/>
<id>urn:sha1:ac50d61785ae5112b9b4e30a58cfcffe096b31ec</id>
<content type='text'>
This commit extends previous polymorphization of substs to polymorphize
`FnDef`.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>instance: always polymorphize substs</title>
<updated>2020-08-07T17:41:41+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-08-07T16:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d9924a87b862529591c3039959fef5bc7c95359'/>
<id>urn:sha1:0d9924a87b862529591c3039959fef5bc7c95359</id>
<content type='text'>
By always polymorphizing substitutions, functions which take closures as
arguments (e.g. `impl Fn()`) can have fewer mono items when some of the
argument closures can be polymorphized.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
</feed>
