<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/polymorphization/too-many-generic-params.rs, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-20T18:35:37+00:00</updated>
<entry>
<title>index: introduce and use `FiniteBitSet`</title>
<updated>2020-07-20T18:35:37+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-07-17T11:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b99699c8407f38df1e0ec1c22488c558d414582'/>
<id>urn:sha1:4b99699c8407f38df1e0ec1c22488c558d414582</id>
<content type='text'>
This commit introduces a `FiniteBitSet` type which replaces the manual
bit manipulation which was being performed in polymorphization.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>mir: use attribute over `-Z polymorphize-errors`</title>
<updated>2020-07-20T18:35:35+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-07-16T16:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1f8bd635696644f86bdb5ea69fb69ec50bc6d9b'/>
<id>urn:sha1:b1f8bd635696644f86bdb5ea69fb69ec50bc6d9b</id>
<content type='text'>
This commit replaces the `-Z polymorphize-errors` debugging flag with a
`#[rustc_polymorphize_error]` attribute for use on functions.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</content>
</entry>
<entry>
<title>mir: `unused_generic_params` query</title>
<updated>2020-07-20T18:35:30+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-06-22T12:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2989fea88a489a01b3e2243bb84b0ec20b8a0e28'/>
<id>urn:sha1:2989fea88a489a01b3e2243bb84b0ec20b8a0e28</id>
<content type='text'>
This commit implements the `unused_generic_params` query, an initial
version of polymorphization which detects when an item does not use
generic parameters and is being needlessly monomorphized as a result.

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