<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/cell.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-13T15:55:06+00:00</updated>
<entry>
<title>update issue number for `const_trait_impl`</title>
<updated>2025-07-13T15:55:06+00:00</updated>
<author>
<name>Deadbeef</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2025-07-13T08:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b02597ed3dc7a7c3581960ca6afae575f6c691e'/>
<id>urn:sha1:6b02597ed3dc7a7c3581960ca6afae575f6c691e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhpratt</title>
<updated>2025-07-09T03:50:27+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2025-07-09T03:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d99b5585b5f0d69f162472a83134e277a6c3839'/>
<id>urn:sha1:0d99b5585b5f0d69f162472a83134e277a6c3839</id>
<content type='text'>
clippy fix: indentation

Fixes indentation of markdown comments.
</content>
</entry>
<entry>
<title>Make `Default` const and add some `const Default` impls</title>
<updated>2025-07-07T22:09:37+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-12-21T20:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3301503b97cd6b768a944661b81a92994e9db00'/>
<id>urn:sha1:c3301503b97cd6b768a944661b81a92994e9db00</id>
<content type='text'>
Full list of `impl const Default` types:

- ()
- bool
- char
- Cell
- std::ascii::Char
- usize
- u8
- u16
- u32
- u64
- u128
- i8
- i16
- i32
- i64
- i128
- f16
- f32
- f64
- f128
- std::marker::PhantomData&lt;T&gt;
- Option&lt;T&gt;
- std::iter::Empty&lt;T&gt;
- std::ptr::Alignment
- &amp;[T]
- &amp;mut [T]
- &amp;str
- &amp;mut str
- String
- Vec&lt;T&gt;
</content>
</entry>
<entry>
<title>clippy fix: indentation</title>
<updated>2025-07-04T11:52:17+00:00</updated>
<author>
<name>Marijn Schouten</name>
<email>mhkbst@gmail.com</email>
</author>
<published>2025-07-04T11:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a1b52acbf44f55f7458dd38b260479843fe3810'/>
<id>urn:sha1:1a1b52acbf44f55f7458dd38b260479843fe3810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove PointerLike trait</title>
<updated>2025-07-03T20:03:49+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-03T20:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2e3f5809b079214c145afe74b2317e2cae720a9'/>
<id>urn:sha1:e2e3f5809b079214c145afe74b2317e2cae720a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make RefCell unstably const</title>
<updated>2025-06-26T00:06:49+00:00</updated>
<author>
<name>Daniel Bloom</name>
<email>7810950-Daniel.Aaron.Bloom@users.noreply.gitlab.com</email>
</author>
<published>2025-05-07T23:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f1000f4b8480463cb709f3d5c47cdea30c07a26'/>
<id>urn:sha1:1f1000f4b8480463cb709f3d5c47cdea30c07a26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename BorrowFlag type to BorrowCounter</title>
<updated>2025-06-16T15:24:38+00:00</updated>
<author>
<name>Neal</name>
<email>nealsid@users.noreply.github.com</email>
</author>
<published>2025-06-14T01:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fca05a378d91df3943545e8161e0e2e93943125'/>
<id>urn:sha1:2fca05a378d91df3943545e8161e0e2e93943125</id>
<content type='text'>
It's actually used as a counter so update the name to reflect that.
</content>
</entry>
<entry>
<title>Two changes: Have BorrowError &amp; BorrowMutError derive Debug and add</title>
<updated>2025-06-16T15:24:38+00:00</updated>
<author>
<name>Neal</name>
<email>nealsid@users.noreply.github.com</email>
</author>
<published>2025-06-14T01:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=718df66f4f2224efd25947ca32947998436dea88'/>
<id>urn:sha1:718df66f4f2224efd25947ca32947998436dea88</id>
<content type='text'>
more information to Display implementation for BorrowError/BorrowMutError

- The BorrowError/BorrowMutError Debug implementations do not print
anything differently from what the derived implementation does, so we
don't need it.

- This change also adds the location field of
BorrowError/BorrowMutError to the the Display output when it is
present, rewords the error message, and uses the Display trait for
outputting the error message instead of Debug.
</content>
</entry>
<entry>
<title>centralize aliasing rules discussion in UnsafeCell docs</title>
<updated>2025-06-07T19:57:45+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-06-07T19:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd0a81ee82bbc9e7e163bab648c86170cf816c5e'/>
<id>urn:sha1:bd0a81ee82bbc9e7e163bab648c86170cf816c5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UnsafePinned: update get() docs and signature to allow shared mutation</title>
<updated>2025-06-07T13:43:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2025-06-07T13:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bafe406711a4e7e9e2683d9245fcc13f306e1d83'/>
<id>urn:sha1:bafe406711a4e7e9e2683d9245fcc13f306e1d83</id>
<content type='text'>
</content>
</entry>
</feed>
