<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/polymorphization/const_parameters, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless ui tests</title>
<updated>2022-10-01T10:03:06+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-09-18T15:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa'/>
<id>urn:sha1:13b67fb9d2849b4e59d5651b0e4fc82ef8b088aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shorten span for closures.</title>
<updated>2022-07-07T07:27:42+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-06-27T05:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8cc87250efc5b5fcec85d43eaa73f7a9acc2198a'/>
<id>urn:sha1:8cc87250efc5b5fcec85d43eaa73f7a9acc2198a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diagnostics: use correct span for const generics</title>
<updated>2022-04-04T19:16:20+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-04-04T19:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ece80fcb672ee3053ccf4fafed62e7307b56a66'/>
<id>urn:sha1:6ece80fcb672ee3053ccf4fafed62e7307b56a66</id>
<content type='text'>
Fixes #95616
</content>
</entry>
<entry>
<title>`feature(const_generics)` -&gt; `feature(const_param_types)`</title>
<updated>2021-08-30T09:00:21+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2021-08-27T16:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c28e028b6f45f33447f24de7dd762b8599b7a4e'/>
<id>urn:sha1:0c28e028b6f45f33447f24de7dd762b8599b7a4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tests</title>
<updated>2020-12-26T17:24:10+00:00</updated>
<author>
<name>Bastian Kauschke</name>
<email>bastian_kauschke@hotmail.de</email>
</author>
<published>2020-11-17T10:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4ba60a191bccd2f2568572efb76e0e37e88dd21'/>
<id>urn:sha1:c4ba60a191bccd2f2568572efb76e0e37e88dd21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest minimal subset features in `incomplete_features` lint</title>
<updated>2020-10-16T17:01:08+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-10-13T23:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7150be6745905b83f88c5397b15233f38d2a8be'/>
<id>urn:sha1:f7150be6745905b83f88c5397b15233f38d2a8be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sess: disable polymorphisation</title>
<updated>2020-07-22T14:36:24+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-07-22T14:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f39ed207fe25a39fba59d120efcdb56e30d19183'/>
<id>urn:sha1:f39ed207fe25a39fba59d120efcdb56e30d19183</id>
<content type='text'>
This commit disables polymorphisation to resolve regressions related to
closures which inherit unused generic parameters and are then used in
casts or reflection.

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>
