<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/range.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-12T09:39:31+00:00</updated>
<entry>
<title>Constify Eq, Ord, PartialOrd</title>
<updated>2025-09-12T09:39:31+00:00</updated>
<author>
<name>Evgenii Zheltonozhskii</name>
<email>zheltonozhskiy@gmail.com</email>
</author>
<published>2025-09-12T09:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff9b1c1d285821fabe3cbf904fc407d62d95fbdc'/>
<id>urn:sha1:ff9b1c1d285821fabe3cbf904fc407d62d95fbdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt</title>
<updated>2025-09-10T12:17:37+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-09-10T12:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0ba5e33ff7e05f6ccd365fe97b822e33beaed6b'/>
<id>urn:sha1:d0ba5e33ff7e05f6ccd365fe97b822e33beaed6b</id>
<content type='text'>
inclusive `Range`s: change `end` to `last`

Tracking issue: rust-lang/rust#125687
ACP: rust-lang/libs-team#511
</content>
</entry>
<entry>
<title>change end to last</title>
<updated>2025-09-09T02:07:43+00:00</updated>
<author>
<name>Jeremy Smart</name>
<email>jeremy3141592@gmail.com</email>
</author>
<published>2025-08-01T03:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9'/>
<id>urn:sha1:8d0c07f1a1ccc46f58d2c6dbf0dbf32dc0b0d6b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Constify conversion traits</title>
<updated>2025-09-02T01:38:26+00:00</updated>
<author>
<name>ltdk</name>
<email>usr@ltdk.xyz</email>
</author>
<published>2025-08-11T23:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c64d3e6d1fe6256cb11b8dd455ccad1b5f9848c'/>
<id>urn:sha1:1c64d3e6d1fe6256cb11b8dd455ccad1b5f9848c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document (internally) that `Range*&lt;&amp;T&gt; as RangeBounds&lt;T&gt;` impls are intentionally not `T: ?Sized`, and document (publically) an alternative.</title>
<updated>2025-07-23T20:39:03+00:00</updated>
<author>
<name>Zachary S</name>
<email>zasample18+github@gmail.com</email>
</author>
<published>2025-07-19T06:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=477814a3e4e33993a2f37c906747a0c2b1e4102e'/>
<id>urn:sha1:477814a3e4e33993a2f37c906747a0c2b1e4102e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>constify `SliceIndex` trait</title>
<updated>2025-07-15T07:44:32+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-07-11T08:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5230e53604f1227a087397e561e1cd2329f59b6'/>
<id>urn:sha1:b5230e53604f1227a087397e561e1cd2329f59b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update `cfg(bootstrap)`</title>
<updated>2025-02-18T17:32:44+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2025-02-18T17:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c45324e678d7148d542f08ced5c666dba2e1d60'/>
<id>urn:sha1:3c45324e678d7148d542f08ced5c666dba2e1d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add `IntoBounds` trait</title>
<updated>2025-02-13T00:38:44+00:00</updated>
<author>
<name>Peter Jaszkowiak</name>
<email>p.jaszkow@gmail.com</email>
</author>
<published>2025-02-12T04:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9c03369c17c6eed8b6471cb7e176f7da99f6cdfb'/>
<id>urn:sha1:9c03369c17c6eed8b6471cb7e176f7da99f6cdfb</id>
<content type='text'>
for `range_into_bounds`  feature, #136903
</content>
</entry>
<entry>
<title>implement unstable `new_range` feature</title>
<updated>2025-01-31T04:33:11+00:00</updated>
<author>
<name>Peter Jaszkowiak</name>
<email>p.jaszkow@gmail.com</email>
</author>
<published>2025-01-27T20:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f530a29944ff1eba9a146704ba2f13b94331be5d'/>
<id>urn:sha1:f530a29944ff1eba9a146704ba2f13b94331be5d</id>
<content type='text'>
for RFC 3550, tracking issue #123741
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
</feed>
