<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/consts/std, branch 1.66.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.66.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.66.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-07-01T15:39:19+00:00</updated>
<entry>
<title>Shorten def_span for more items.</title>
<updated>2022-07-01T15:39:19+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-02-13T15:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=42e4eee8931479a02c11c88ddaddb3a494e136c6'/>
<id>urn:sha1:42e4eee8931479a02c11c88ddaddb3a494e136c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix stderr by hand since that test is not run on my system</title>
<updated>2022-06-29T15:26:24+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-06-27T03:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=549940c491baabbaf6b5f2e3b0c9028bbb866e97'/>
<id>urn:sha1:549940c491baabbaf6b5f2e3b0c9028bbb866e97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix Layout struct member naming style</title>
<updated>2022-04-11T05:35:18+00:00</updated>
<author>
<name>liangyongrui</name>
<email>liangyongrui@kuaishou.com</email>
</author>
<published>2022-04-11T05:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03b258883718af549ca8b1acad3866f2151d0fd3'/>
<id>urn:sha1:03b258883718af549ca8b1acad3866f2151d0fd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make non-power-of-two alignments a validity error in `Layout`</title>
<updated>2022-04-09T03:17:38+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2022-03-27T07:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe0c08a4f24ff7e6fb03b61656436bfa5ff29ac7'/>
<id>urn:sha1:fe0c08a4f24ff7e6fb03b61656436bfa5ff29ac7</id>
<content type='text'>
Inspired by the zulip conversation about how `Layout` should better enforce `size &lt; isize::MAX as usize`, this uses an N-variant enum on N-bit platforms to require at the validity level that the existing invariant of "must be a power of two" is upheld.

This was MIRI can catch it, and means there's a more-specific type for `Layout` to store than just `NonZeroUsize`.
</content>
</entry>
<entry>
<title>update tests involving CTFE validation</title>
<updated>2021-06-13T21:26:06+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2021-06-13T21:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b87724053eacc8251cd9bf4f356f1c78497b9031'/>
<id>urn:sha1:b87724053eacc8251cd9bf4f356f1c78497b9031</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add 32bit.stderr files.</title>
<updated>2021-03-31T09:33:45+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2021-03-31T09:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f80b9acf204888585b254e760d13ac4c37af2254'/>
<id>urn:sha1:f80b9acf204888585b254e760d13ac4c37af2254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename stderr-&gt;64bit.stderr where needed.</title>
<updated>2021-03-31T08:23:11+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2021-03-31T08:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=091433d6990c4f2e1286ba1757e584719d4038ad'/>
<id>urn:sha1:091433d6990c4f2e1286ba1757e584719d4038ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add allocation information to undefined behaviour errors.</title>
<updated>2021-03-31T07:21:08+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2021-02-01T12:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3ec0add8b65e50b6c549353823c7652c354ea2b'/>
<id>urn:sha1:c3ec0add8b65e50b6c549353823c7652c354ea2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance some comments</title>
<updated>2021-01-01T16:59:12+00:00</updated>
<author>
<name>oli</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-12-30T16:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4158e58d79af7a538944c0acffbc0718551f221a'/>
<id>urn:sha1:4158e58d79af7a538944c0acffbc0718551f221a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cell checks in const fn</title>
<updated>2021-01-01T16:59:12+00:00</updated>
<author>
<name>oli</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-12-28T01:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=354e510f7d9e9f19b5f3ff55da83658a260bca4f'/>
<id>urn:sha1:354e510f7d9e9f19b5f3ff55da83658a260bca4f</id>
<content type='text'>
</content>
</entry>
</feed>
