<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/const-generics/raw-ptr-const-param.rs, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-08-30T10:07:36+00:00</updated>
<entry>
<title>`feature(const_param_types)` -&gt; `feature(adt_const_params)`</title>
<updated>2021-08-30T10:07:36+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2021-08-30T08:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87e781799a160129169b838e900aaef8ecb3a9dd'/>
<id>urn:sha1:87e781799a160129169b838e900aaef8ecb3a9dd</id>
<content type='text'>
</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>Add a bunch of revisions</title>
<updated>2020-08-12T08:30:17+00:00</updated>
<author>
<name>kadmin</name>
<email>julianknodt@gmail.com</email>
</author>
<published>2020-08-09T05:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be650a7ecd57100b3f6348bed37fd9c6cc6b60bb'/>
<id>urn:sha1:be650a7ecd57100b3f6348bed37fd9c6cc6b60bb</id>
<content type='text'>
This adds a bunch of revisions to const-generic tests
</content>
</entry>
<entry>
<title>Remove the const_raw_ptr_comparison feature gate.</title>
<updated>2020-06-19T16:13:41+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-06-12T17:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9245ba83047b14fc7c9cef4c7d2bf37828c445b6'/>
<id>urn:sha1:9245ba83047b14fc7c9cef4c7d2bf37828c445b6</id>
<content type='text'>
We can never supply a meaningful implementation of this.
Instead, the follow up commits will create two intrinsics
that approximate comparisons:

* `ptr_maybe_eq`
* `ptr_maybe_ne`

The fact that `ptr_maybe_eq(a, b)` is not necessarily the same
value as `!ptr_maybe_ne(a, b)` is a symptom of this entire
problem.
</content>
</entry>
<entry>
<title>adjust tests</title>
<updated>2020-05-09T12:40:17+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-22T08:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a8cf4a17c2d2b3daca27e787f4154e233ab4545'/>
<id>urn:sha1:6a8cf4a17c2d2b3daca27e787f4154e233ab4545</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't print leading zeros on hex dumps constants</title>
<updated>2020-03-11T08:10:49+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2020-02-05T11:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e22ddfd80d840f310d00fc756ab298caa181a326'/>
<id>urn:sha1:e22ddfd80d840f310d00fc756ab298caa181a326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate and clean up pretty printing logic</title>
<updated>2020-03-11T08:10:48+00:00</updated>
<author>
<name>Oliver Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2019-12-23T16:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02dbb35b2b6ed869f14a8aecaf9dad5c72d5cb0b'/>
<id>urn:sha1:02dbb35b2b6ed869f14a8aecaf9dad5c72d5cb0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor pretty print const to use a big match statement</title>
<updated>2019-10-08T16:10:00+00:00</updated>
<author>
<name>ben</name>
<email>benlewisj@gmail.com</email>
</author>
<published>2019-10-04T23:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9677cbe82e4b317c63e4459d90f7a1f2498c16ae'/>
<id>urn:sha1:9677cbe82e4b317c63e4459d90f7a1f2498c16ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Gate use of raw and function pointers in const generics behind</title>
<updated>2019-10-08T16:10:00+00:00</updated>
<author>
<name>ben</name>
<email>benlewisj@gmail.com</email>
</author>
<published>2019-10-04T21:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf3b561cea59f0063c9f51c9b058a6f2462bb31d'/>
<id>urn:sha1:cf3b561cea59f0063c9f51c9b058a6f2462bb31d</id>
<content type='text'>
const_compare_raw_pointers.
</content>
</entry>
</feed>
