<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/issue-56927.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>2020-11-29T05:55:55+00:00</updated>
<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>better lint names</title>
<updated>2020-02-18T21:49:47+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-02-18T21:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e19350a4c858bd98b0864d55e8ce1efc370e33d'/>
<id>urn:sha1:5e19350a4c858bd98b0864d55e8ce1efc370e33d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix codegen tests</title>
<updated>2020-02-15T20:37:53+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-02-15T20:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b6aaacd9914a98d91f0abb8d727bbba14d82957c'/>
<id>urn:sha1:b6aaacd9914a98d91f0abb8d727bbba14d82957c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix alignment for array indexing</title>
<updated>2018-12-21T22:51:55+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-12-21T22:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=097d39d8ecb2d8aa828393c66e85716081188793'/>
<id>urn:sha1:097d39d8ecb2d8aa828393c66e85716081188793</id>
<content type='text'>
We need to reduce the alignment with the used offset. If the offset
isn't known, we need to reduce with the element size to support
arbitrary offsets.
</content>
</entry>
</feed>
