<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_task.cpp, branch release-0.5</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.5</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.5'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-12-11T01:32:58+00:00</updated>
<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>rt: Don't print backtraces unless the ::rt::backtrace log level is greater than log_err</title>
<updated>2012-11-15T23:14:30+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-11-15T23:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=187c6c90a14ec378ce502aa7f6f184ba28a71947'/>
<id>urn:sha1:187c6c90a14ec378ce502aa7f6f184ba28a71947</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Remove the cycle collector</title>
<updated>2012-09-25T19:13:20+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-25T19:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f813f519a5cecfd988cf238277021662afaff34a'/>
<id>urn:sha1:f813f519a5cecfd988cf238277021662afaff34a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Call the Rust box annihilator; stop calling the cycle collector</title>
<updated>2012-09-25T03:25:56+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-24T21:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00e349251107963a1669d7314d8fe530b55f9cbb'/>
<id>urn:sha1:00e349251107963a1669d7314d8fe530b55f9cbb</id>
<content type='text'>
This reverts commit 991cbfe42c8836e8b4adfcaf288d5c0b8d57397c.
</content>
</entry>
<entry>
<title>Revert "rt: Call the Rust box annihilator; stop calling the cycle collector" due to crashes</title>
<updated>2012-09-24T21:14:03+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-24T21:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=991cbfe42c8836e8b4adfcaf288d5c0b8d57397c'/>
<id>urn:sha1:991cbfe42c8836e8b4adfcaf288d5c0b8d57397c</id>
<content type='text'>
This reverts commit bb0ad11252c493ca8de85025411c3f068f529039.
</content>
</entry>
<entry>
<title>rt: Call the Rust box annihilator; stop calling the cycle collector</title>
<updated>2012-09-24T20:57:48+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-24T20:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb0ad11252c493ca8de85025411c3f068f529039'/>
<id>urn:sha1:bb0ad11252c493ca8de85025411c3f068f529039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Make the boxed region come earlier in the rust_task structure.</title>
<updated>2012-09-06T03:08:00+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-06T03:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1554106742fa8c0a99cac1adc5f65aa0ce0ac62'/>
<id>urn:sha1:d1554106742fa8c0a99cac1adc5f65aa0ce0ac62</id>
<content type='text'>
This is so that GC can find it more easily.
</content>
</entry>
<entry>
<title>Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)</title>
<updated>2012-08-24T22:28:26+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-08-24T21:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ba7434cb17c19438b00730b37741f2d61449ad8'/>
<id>urn:sha1:5ba7434cb17c19438b00730b37741f2d61449ad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close #3213.</title>
<updated>2012-08-21T22:03:41+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-08-21T22:03:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=47cca22d5455d2d60226ead907fd627784701ef5'/>
<id>urn:sha1:47cca22d5455d2d60226ead907fd627784701ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refcount tasks in packets to avoid races.</title>
<updated>2012-08-06T16:10:19+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eric.holk@gmail.com</email>
</author>
<published>2012-08-04T01:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f287c211eb3a92ae3aa31b6f767bb9998f2f147'/>
<id>urn:sha1:9f287c211eb3a92ae3aa31b6f767bb9998f2f147</id>
<content type='text'>
Revert "Once again, revert "Use pipes in compiletest""

Fixes #3098
</content>
</entry>
</feed>
