<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/alloc, 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-04T11:52:17+00:00</updated>
<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>Add some track_caller info to precondition panics</title>
<updated>2025-05-21T13:10:06+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-08-27T15:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e36dc78edd4f166953afc0530500d589894ac412'/>
<id>urn:sha1:e36dc78edd4f166953afc0530500d589894ac412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some grammar errors and hyperlinks in doc for `trait Allocator`</title>
<updated>2025-04-14T13:26:43+00:00</updated>
<author>
<name>Janggun Lee</name>
<email>leesisi123@naver.com</email>
</author>
<published>2025-04-14T13:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0369ccb5320da3871bc03e6b0df8afbbfac0c9b9'/>
<id>urn:sha1:0369ccb5320da3871bc03e6b0df8afbbfac0c9b9</id>
<content type='text'>
* "while until either" could also be changed to "for a while until either", but I just deleted "while".
* fixed sentence with incorrect "at" and "has/have".
* linked [*currently allocated*] similar to other methods.</content>
</entry>
<entry>
<title>Pass `Alignment` for `RawVecInner::new_in`</title>
<updated>2025-03-26T21:41:11+00:00</updated>
<author>
<name>James Wainwright</name>
<email>james.wainwright@lowrisc.org</email>
</author>
<published>2025-03-25T21:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=78e962139020df03174f03da6af91acc5cbb37e3'/>
<id>urn:sha1:78e962139020df03174f03da6af91acc5cbb37e3</id>
<content type='text'>
Encodes the safety constraint that `Unique`'s pointer must be non-zero
into the API.
</content>
</entry>
<entry>
<title>library: Use size_of from the prelude instead of imported</title>
<updated>2025-03-07T04:20:38+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-03-05T04:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=988eb1997014987caad878699ee1e7c000214508'/>
<id>urn:sha1:988eb1997014987caad878699ee1e7c000214508</id>
<content type='text'>
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
</content>
</entry>
<entry>
<title>core: Apply unsafe_op_in_unsafe_fn</title>
<updated>2025-02-14T15:36:17+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2025-02-13T20:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e36f46464d6473ca1f2c8612b7aed4ea0141bcf'/>
<id>urn:sha1:4e36f46464d6473ca1f2c8612b7aed4ea0141bcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library: doc: core::alloc::Allocator: trivial typo fix</title>
<updated>2025-02-07T06:14:17+00:00</updated>
<author>
<name>Askar Safin</name>
<email>safinaskar@mail.ru</email>
</author>
<published>2025-02-07T06:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac31e9572bba91d704a800833e2060390380c60c'/>
<id>urn:sha1:ac31e9572bba91d704a800833e2060390380c60c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup docs for Allocator</title>
<updated>2025-01-29T19:15:49+00:00</updated>
<author>
<name>Marijn Schouten</name>
<email>hkBst@users.noreply.github.com</email>
</author>
<published>2025-01-29T18:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52519e145ef3496781fa049ea0edbe44a1bc206c'/>
<id>urn:sha1:52519e145ef3496781fa049ea0edbe44a1bc206c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `NonNull::without_provenance` within the standard library</title>
<updated>2025-01-10T22:23:10+00:00</updated>
<author>
<name>Samuel Tardieu</name>
<email>sam@rfc1149.net</email>
</author>
<published>2025-01-10T21:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ab77f1ccb6baa931afeacf54594a4a2c7754332'/>
<id>urn:sha1:9ab77f1ccb6baa931afeacf54594a4a2c7754332</id>
<content type='text'>
This API removes the need for several `unsafe` blocks, and leads to
clearer code.
</content>
</entry>
<entry>
<title>update version placeholders</title>
<updated>2025-01-08T19:02:18+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-01-06T19:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ae92b7adbafd018bf0c829a4691ffbb3933d8f0'/>
<id>urn:sha1:4ae92b7adbafd018bf0c829a4691ffbb3933d8f0</id>
<content type='text'>
</content>
</entry>
</feed>
