<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/polymorphization/predicates.stderr, 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>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>Always print '_, even for erased lifetimes.</title>
<updated>2022-09-23T16:42:14+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-09-11T12:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aac2c7ddd887a410e44a2cdc4cb4735765b2924e'/>
<id>urn:sha1:aac2c7ddd887a410e44a2cdc4cb4735765b2924e</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>Specialize a few tests depending on opt-level.</title>
<updated>2022-06-30T19:45:29+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-05-17T14:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a9946143d403aecdff348e8498474eeb25eb2d4'/>
<id>urn:sha1:6a9946143d403aecdff348e8498474eeb25eb2d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow inlining `#[inline]` functions.</title>
<updated>2022-06-30T19:45:29+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-12-13T17:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bb549f0d14ea841b983f68f894b895cfb444102'/>
<id>urn:sha1:6bb549f0d14ea841b983f68f894b895cfb444102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also report the call site of PME errors locally.</title>
<updated>2022-04-30T09:04:15+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-04-30T09:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91f422dfda98b17688986cca817dbff9a4f8b9cb'/>
<id>urn:sha1:91f422dfda98b17688986cca817dbff9a4f8b9cb</id>
<content type='text'>
Note this does not produce a full stack all the way to the first call that specifies all monomorphic parameters, it's just shallowly mentioning the last call site.
</content>
</entry>
<entry>
<title>polymorphize: remove predicate logic</title>
<updated>2021-10-01T16:34:18+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2020-08-20T10:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da2b69b6142725586a41d6db751921043a1786af'/>
<id>urn:sha1:da2b69b6142725586a41d6db751921043a1786af</id>
<content type='text'>
This commit removes all logic which marks parameters as used based on
their presence in predicates - given rust-lang/rust#75675, this will
enable more polymorphization and avoid the symbol clashes that predicate
logic previously sidestepped.

Signed-off-by: David Wood &lt;david@davidtw.co&gt;
</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>
