<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/boxed_region.cpp, 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>2013-10-26T08:10:39+00:00</updated>
<entry>
<title>Rewrite boxed_region/memory_region in Rust</title>
<updated>2013-10-26T08:10:39+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-26T08:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=357ef1f69cd1ffbd3c36a9e7e171b10263d94139'/>
<id>urn:sha1:357ef1f69cd1ffbd3c36a9e7e171b10263d94139</id>
<content type='text'>
This drops more of the old C++ runtime to rather be written in rust. A few
features were lost along the way, but hopefully not too many. The main loss is
that there are no longer backtraces associated with allocations (rust doesn't
have a way of acquiring those just yet). Other than that though, I believe that
the rest of the debugging utilities made their way over into rust.

Closes #8704
</content>
</entry>
<entry>
<title>rt: Remove rust_env</title>
<updated>2013-08-16T20:24:24+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-10T05:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5923cc37458d609c66849df3613464f474cad9cd'/>
<id>urn:sha1:5923cc37458d609c66849df3613464f474cad9cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the C++ runtime. Sayonara</title>
<updated>2013-08-09T23:45:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-01T06:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b75915d0ca20c6d066a7368ad53491a55a5a57d2'/>
<id>urn:sha1:b75915d0ca20c6d066a7368ad53491a55a5a57d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address nits by @catamorphism</title>
<updated>2013-07-08T17:55:10+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2013-06-21T09:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59083d2c6aedcbab469e263850c717cd958c24e6'/>
<id>urn:sha1:59083d2c6aedcbab469e263850c717cd958c24e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This assert does not necessarily hold; sometimes we temporarily increase ref-count</title>
<updated>2013-07-08T17:55:10+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2013-06-20T19:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af453a33cc4ec8773ce869c4564d713a7ba60775'/>
<id>urn:sha1:af453a33cc4ec8773ce869c4564d713a7ba60775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core::rt: Add the local heap to newsched tasks</title>
<updated>2013-04-22T02:03:54+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-04-22T02:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7f5e437a28dd85b8a7523af9212a9a1100ea725'/>
<id>urn:sha1:d7f5e437a28dd85b8a7523af9212a9a1100ea725</id>
<content type='text'>
Reusing the existing boxed_region implementation from the runtime
</content>
</entry>
<entry>
<title>rt: Don't make memory_region depend on rust_env</title>
<updated>2013-04-22T00:42:45+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-04-22T00:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fe118b26fdb2897eb000ae47f912cc6b2534324'/>
<id>urn:sha1:2fe118b26fdb2897eb000ae47f912cc6b2534324</id>
<content type='text'>
I am going to use memory_region and boxed_region as the local heap
in the new scheduler, for now at least, and I don't have a rust_env
available.
</content>
</entry>
<entry>
<title>Put unique allocs in managed heap when they might contain managed boxes.</title>
<updated>2013-02-22T07:01:17+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-02-20T23:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0309af458cc0a911adfa974c3800feac6b3ed858'/>
<id>urn:sha1:0309af458cc0a911adfa974c3800feac6b3ed858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license boilerplate to more files.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-10T23:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12c32e944d3dbadb6a114a6e0bc51b065b4f42c1'/>
<id>urn:sha1:12c32e944d3dbadb6a114a6e0bc51b065b4f42c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create some infrastructure for building up @-vectors. Work on #2921.</title>
<updated>2012-07-18T00:09:25+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-07-17T23:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa5b5ab886475b91ba86a3762e46d0cda2abf2ad'/>
<id>urn:sha1:aa5b5ab886475b91ba86a3762e46d0cda2abf2ad</id>
<content type='text'>
</content>
</entry>
</feed>
