<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/consts/const-eval/const-eval-overflow2c.rs, branch 1.62.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-02-03T14:45:43+00:00</updated>
<entry>
<title>make const_err a future incompat lint</title>
<updated>2021-02-03T14:45:43+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2021-01-30T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8477d352ac47c89199f27f2368138cb89beaea54'/>
<id>urn:sha1:8477d352ac47c89199f27f2368138cb89beaea54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests to remove old numeric constants</title>
<updated>2020-11-29T05:55:55+00:00</updated>
<author>
<name>bstrie</name>
<email>bstrie@thinwsl</email>
</author>
<published>2020-10-24T23:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90a2e5e3fe59a254d4d707aa291517b3791ea5a6'/>
<id>urn:sha1:90a2e5e3fe59a254d4d707aa291517b3791ea5a6</id>
<content type='text'>
Part of #68490.

Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros.

For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
</content>
</entry>
<entry>
<title>Swap const evaluation lint spans to point at problem in primary span</title>
<updated>2019-03-23T20:05:30+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-03-11T00:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e043950c8d8f8fa6df777a896286e0768f73b4a'/>
<id>urn:sha1:8e043950c8d8f8fa6df777a896286e0768f73b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various minor/cosmetic improvements to code</title>
<updated>2018-12-07T23:53:34+00:00</updated>
<author>
<name>Alexander Regueiro</name>
<email>alexreg@me.com</email>
</author>
<published>2018-11-27T02:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee89c088b057affb5bdb96195e107a218b64b1c5'/>
<id>urn:sha1:ee89c088b057affb5bdb96195e107a218b64b1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add the lint back to the list, and fix tests</title>
<updated>2018-10-25T14:48:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2018-09-19T15:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ed7fc881e7f4dabcdc45646257ddb979822d7f4'/>
<id>urn:sha1:7ed7fc881e7f4dabcdc45646257ddb979822d7f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate all the ~~things~~ errors</title>
<updated>2018-10-25T14:47:35+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-08-31T08:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f970486183084634b08f516531c55d2286a38af'/>
<id>urn:sha1:0f970486183084634b08f516531c55d2286a38af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Report const eval error inside the query</title>
<updated>2018-10-25T14:46:19+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2018-08-26T13:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7fdf06cdde49c8cd87e34e85a95c1fe90ebdb0c3'/>
<id>urn:sha1:7fdf06cdde49c8cd87e34e85a95c1fe90ebdb0c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merged migrated compile-fail tests and ui tests. Fixes #46841.</title>
<updated>2018-08-14T09:12:09+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2018-08-08T12:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fc7ab237314a4ce85e612b4ce590c27f1425291'/>
<id>urn:sha1:3fc7ab237314a4ce85e612b4ce590c27f1425291</id>
<content type='text'>
</content>
</entry>
</feed>
