<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/codegen/comparison-operators-2-tuple.rs, branch 1.73.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.73.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.73.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-07-27T21:07:08+00:00</updated>
<entry>
<title>Update the minimum external LLVM to 15</title>
<updated>2023-07-27T21:07:08+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2023-07-27T21:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=190ded84434f435b9626a07278b9ed0e7603bd11'/>
<id>urn:sha1:190ded84434f435b9626a07278b9ed0e7603bd11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt`</title>
<updated>2023-02-17T07:59:13+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-02-17T07:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=680e21687d5540a425f11d468edcda0ce39c6289'/>
<id>urn:sha1:680e21687d5540a425f11d468edcda0ce39c6289</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a codegen test for comparisons of 2-tuples of primitives</title>
<updated>2023-02-17T05:36:14+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-02-17T05:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc37e373292d00572ff884a1a095cc4574d9fe82'/>
<id>urn:sha1:dc37e373292d00572ff884a1a095cc4574d9fe82</id>
<content type='text'>
The operators are all overridden in full for tuples, so those parts pass easily, but they're worth pinning.

Going via `Ord::cmp`, though, doesn't optimize away for anything but `cmp`+`is_le`.  So this leaves `FIXME`s in the tests for the others.
</content>
</entry>
</feed>
