<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/allocator-alloc-one.rs, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-22T17:08:17+00:00</updated>
<entry>
<title>Replace GlobalAlloc::oom with a lang item</title>
<updated>2018-04-22T17:08:17+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2018-04-21T04:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e513c1bd314bbeb6295a7a759de8833b52ff854d'/>
<id>urn:sha1:e513c1bd314bbeb6295a7a759de8833b52ff854d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace remaining uses of deprecated Heap with Global</title>
<updated>2018-04-14T07:48:27+00:00</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2018-04-14T07:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e35499ca15c205a0d6e6d579a69e1100ca8e585b'/>
<id>urn:sha1:e35499ca15c205a0d6e6d579a69e1100ca8e585b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace remaining uses of deprecated std::heap with std::alloc</title>
<updated>2018-04-14T07:47:38+00:00</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2018-04-14T07:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c8e9b975139d7f312ba55ef7753fd800ac3b761'/>
<id>urn:sha1:4c8e9b975139d7f312ba55ef7753fd800ac3b761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the now-unit-struct AllocErr parameter of oom()</title>
<updated>2018-04-12T20:53:13+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-03T14:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=157ff8cd0562eefdd7aa296395c38a7bc259a4b9'/>
<id>urn:sha1:157ff8cd0562eefdd7aa296395c38a7bc259a4b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace Unique&lt;T&gt; with NonZero&lt;T&gt; in Alloc trait</title>
<updated>2018-01-20T09:55:16+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2017-12-22T18:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb03a49c2501c52401b3c987fd455818de1736f2'/>
<id>urn:sha1:fb03a49c2501c52401b3c987fd455818de1736f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Implement the #[global_allocator] attribute</title>
<updated>2017-07-05T21:37:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-06-03T21:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=695dee063bcd40f154bb27b7beafcb3d4dd775ac'/>
<id>urn:sha1:695dee063bcd40f154bb27b7beafcb3d4dd775ac</id>
<content type='text'>
This PR is an implementation of [RFC 1974] which specifies a new method of
defining a global allocator for a program. This obsoletes the old
`#![allocator]` attribute and also removes support for it.

[RFC 1974]: https://github.com/rust-lang/rfcs/pull/197

The new `#[global_allocator]` attribute solves many issues encountered with the
`#![allocator]` attribute such as composition and restrictions on the crate
graph itself. The compiler now has much more control over the ABI of the
allocator and how it's implemented, allowing much more freedom in terms of how
this feature is implemented.

cc #27389
</content>
</entry>
<entry>
<title>std: Fix implementation of `Alloc::alloc_one`</title>
<updated>2017-06-25T18:35:05+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-06-25T18:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d24d408af387e99e7237f21e9a8d13a35552e01a'/>
<id>urn:sha1:d24d408af387e99e7237f21e9a8d13a35552e01a</id>
<content type='text'>
This had an accidental `u8 as *mut T` where it was intended to have just a
normal pointer-to-pointer cast.

Closes #42827
</content>
</entry>
</feed>
