<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/boxed.rs, branch 1.68.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.68.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.68.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-12-28T14:18:43+00:00</updated>
<entry>
<title>Update bootstrap cfg</title>
<updated>2022-12-28T14:18:43+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro.albini@ferrous-systems.com</email>
</author>
<published>2022-12-15T08:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11191279b721b326d545005b96ad9eecc7a95827'/>
<id>urn:sha1:11191279b721b326d545005b96ad9eecc7a95827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors</title>
<updated>2022-12-28T07:51:39+00:00</updated>
<author>
<name>fee1-dead</name>
<email>ent3rm4n@gmail.com</email>
</author>
<published>2022-12-28T07:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58233e90b8e4f2712b0155f437cbad8d1bc6c58e'/>
<id>urn:sha1:58233e90b8e4f2712b0155f437cbad8d1bc6c58e</id>
<content type='text'>
Fix `unused_must_use` warning for `Box::from_raw`
</content>
</entry>
<entry>
<title>Update coerce_unsized tracking issue from #27732 to #18598</title>
<updated>2022-12-20T07:09:47+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2022-12-20T07:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c73ce6611e08c09c2ba6344c1fc9168e2daed55'/>
<id>urn:sha1:8c73ce6611e08c09c2ba6344c1fc9168e2daed55</id>
<content type='text'>
Issue #27732 was closed as a duplicate of #18598.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay</title>
<updated>2022-11-22T06:26:06+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2022-11-22T06:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f8dbe3797aec9a37d16d80db2f9285f74d27786'/>
<id>urn:sha1:2f8dbe3797aec9a37d16d80db2f9285f74d27786</id>
<content type='text'>
Make the Box one-liner more descriptive

I would like to avoid a definition that relies on itself.

r? `@GuillaumeGomez`
</content>
</entry>
<entry>
<title>Touch up Box&lt;T&gt; one-liner</title>
<updated>2022-11-21T23:28:41+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2022-11-21T23:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=70cee5af4b503948f778a4cf8627bbcb62f5d327'/>
<id>urn:sha1:70cee5af4b503948f778a4cf8627bbcb62f5d327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version placeholders to release</title>
<updated>2022-11-06T22:11:02+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2022-10-31T14:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=455a7bc685e2c8f93f8d63547b368b0f66ed0806'/>
<id>urn:sha1:455a7bc685e2c8f93f8d63547b368b0f66ed0806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unused_must_use warning for Box::from_raw</title>
<updated>2022-11-05T20:52:18+00:00</updated>
<author>
<name>Anett Seeker</name>
<email>noeddl@users.noreply.github.com</email>
</author>
<published>2022-11-05T20:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b8b0ac62ad2a8f828763350a37dfd5e14db171e'/>
<id>urn:sha1:3b8b0ac62ad2a8f828763350a37dfd5e14db171e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce Tuple trait on Fn traits</title>
<updated>2022-11-05T17:34:47+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-07-30T01:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2786acce98a87a22a01fdc0ab82ca6f90d62d44e'/>
<id>urn:sha1:2786acce98a87a22a01fdc0ab82ca6f90d62d44e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se</title>
<updated>2022-10-17T19:46:04+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-10-17T19:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06f049a35535d26d5c8426d4f782f78277b41aa1'/>
<id>urn:sha1:06f049a35535d26d5c8426d4f782f78277b41aa1</id>
<content type='text'>
Add `Box&lt;[T; N]&gt;: TryFrom&lt;Vec&lt;T&gt;&gt;`

We have `[T; N]: TryFrom&lt;Vec&lt;T&gt;&gt;` (#76310) and `Box&lt;[T; N]&gt;: TryFrom&lt;Box&lt;[T]&gt;&gt;`, but not this combination.

`vec.into_boxed_slice().try_into()` isn't quite a replacement for this, as that'll reallocate unnecessarily in the error case.

**Insta-stable, so needs an FCP**

(I tried to make this work with `, A`, but that's disallowed because of `#[fundamental]` https://github.com/rust-lang/rust/issues/29635#issuecomment-1247598385)
</content>
</entry>
<entry>
<title>remove cfg(bootstrap)</title>
<updated>2022-09-26T08:14:45+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro.albini@ferrous-systems.com</email>
</author>
<published>2022-09-20T13:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3975d55d9888392cd738708b914442de9ac2bff5'/>
<id>urn:sha1:3975d55d9888392cd738708b914442de9ac2bff5</id>
<content type='text'>
</content>
</entry>
</feed>
