<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc_system, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-22T17:08:49+00:00</updated>
<entry>
<title>Remove Alloc::oom</title>
<updated>2018-04-22T17:08:49+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2018-04-21T16:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e8f683476d5a9d72c6c1e9383a519cf0fb27494'/>
<id>urn:sha1:9e8f683476d5a9d72c6c1e9383a519cf0fb27494</id>
<content type='text'>
</content>
</entry>
<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>Rename alloc::Void to alloc::Opaque</title>
<updated>2018-04-12T20:53:22+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-11T15:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f607a3872addf380846cae28661a777ec3e3c9a2'/>
<id>urn:sha1:f607a3872addf380846cae28661a777ec3e3c9a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove conversions for allocated pointers</title>
<updated>2018-04-12T20:53:22+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-11T14:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed297777599081d11c4a337cf19c9b1a1112136b'/>
<id>urn:sha1:ed297777599081d11c4a337cf19c9b1a1112136b</id>
<content type='text'>
One was now unused, and `NonNull::new(…).ok_or(AllocErr)` feels short enough
for the few cases that need the other conversion.
</content>
</entry>
<entry>
<title>Use NonNull&lt;Void&gt; instead of *mut u8 in the Alloc trait</title>
<updated>2018-04-12T20:53:22+00:00</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2018-04-02T23:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fddf51ee0b9765484fc316dbf3d4feb8ceea715d'/>
<id>urn:sha1:fddf51ee0b9765484fc316dbf3d4feb8ceea715d</id>
<content type='text'>
Fixes #49608
</content>
</entry>
<entry>
<title>Restore Global.oom() functionality</title>
<updated>2018-04-12T20:53:21+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-04T16:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eae0d468932660ca383e35bb9d8b0cb4943a82ae'/>
<id>urn:sha1:eae0d468932660ca383e35bb9d8b0cb4943a82ae</id>
<content type='text'>
… now that #[global_allocator] does not define a symbol for it
</content>
</entry>
<entry>
<title>Remove `impl Alloc for &amp;'a System`</title>
<updated>2018-04-12T20:53:14+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-04T16:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=96c9d225a9667bc5ffcbc1594d44c29b201e999c'/>
<id>urn:sha1:96c9d225a9667bc5ffcbc1594d44c29b201e999c</id>
<content type='text'>
This was relevant to `#[global_allocator]`,
which is now based on `GlobalAlloc` trait instead.
</content>
</entry>
<entry>
<title>Move platform-specific OOM handling to functions</title>
<updated>2018-04-12T20:53:14+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-04T16:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c033f1ff5f29ecac41dee668e373c9fc870f2d43'/>
<id>urn:sha1:c033f1ff5f29ecac41dee668e373c9fc870f2d43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conversions between Result&lt;*mut u8, AllocErr&gt;&gt; and *mut Void</title>
<updated>2018-04-12T20:53:14+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-04T16:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=747cc749430d66bd2fca8e81fd8a1c994e36dcf1'/>
<id>urn:sha1:747cc749430d66bd2fca8e81fd8a1c994e36dcf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>realloc with a new size only, not a full new layout.</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-04T15:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c957e99b305ecee113442a7ce0edd6b565200ca9'/>
<id>urn:sha1:c957e99b305ecee113442a7ce0edd6b565200ca9</id>
<content type='text'>
Changing the alignment with realloc is not supported.
</content>
</entry>
</feed>
