<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_task_thread.cpp, branch 0.7</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.7</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-04-01T02:51:29+00:00</updated>
<entry>
<title>rt: Rename rust_task_thread to rust_sched_loop</title>
<updated>2012-04-01T02:51:29+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-29T23:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=243790836a40fd3f23d8bd16d8f45430d19aae61'/>
<id>urn:sha1:243790836a40fd3f23d8bd16d8f45430d19aae61</id>
<content type='text'>
This class no longer represents a thread; it just schedules tasks.
</content>
</entry>
<entry>
<title>rt: Extract rust_sched_launcher from rust_task_thread</title>
<updated>2012-04-01T02:51:29+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-29T22:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bf8d19712e2310ab6a7da2e82b2287278a772e4'/>
<id>urn:sha1:6bf8d19712e2310ab6a7da2e82b2287278a772e4</id>
<content type='text'>
rust_sched_launcher is actually responsible for setting up the thread and
starting the loop. There will be other implementations that do not actually
set up a new thread, in order to support scheduling tasks on the main OS
thread.
</content>
</entry>
<entry>
<title>Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.</title>
<updated>2012-03-28T21:26:51+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-28T21:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2aaca455b93351847c0c267a24a3f8c3eb6920a7'/>
<id>urn:sha1:2aaca455b93351847c0c267a24a3f8c3eb6920a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Stop using large stacks for the main task</title>
<updated>2012-03-22T02:10:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T21:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5f6135fd0b2ed68ee0b0836967a31d8375523e0'/>
<id>urn:sha1:f5f6135fd0b2ed68ee0b0836967a31d8375523e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't swatch stacks during upcall_del_stack</title>
<updated>2012-03-22T02:10:31+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T07:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a145a601eb97f9d32572fed23030bc1bc319105'/>
<id>urn:sha1:8a145a601eb97f9d32572fed23030bc1bc319105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Remove rust_task_thread::dead_tasks</title>
<updated>2012-03-19T01:18:18+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-18T01:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7dcac31e4d45308b0aa873fdeecd48cee88cbbb8'/>
<id>urn:sha1:7dcac31e4d45308b0aa873fdeecd48cee88cbbb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Remove rust_task_thread::newborn_tasks</title>
<updated>2012-03-19T01:18:18+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-18T01:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f6650e72645dc4eb16696f10f3a047e98722762'/>
<id>urn:sha1:6f6650e72645dc4eb16696f10f3a047e98722762</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Convert rust_task_list to a typedef</title>
<updated>2012-03-19T01:18:18+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-18T01:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d4bf75f56a10c4d15acb3ecb3d33aeea5511806'/>
<id>urn:sha1:5d4bf75f56a10c4d15acb3ecb3d33aeea5511806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't store the name of the task state in rust_task_list</title>
<updated>2012-03-19T01:18:15+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-18T01:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=47c18957242e34ddb8b12f27c8efd396171fef6d'/>
<id>urn:sha1:47c18957242e34ddb8b12f27c8efd396171fef6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Use an enum to represent the task state</title>
<updated>2012-03-19T00:41:56+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-18T01:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05466c61380366cfd1969bb9f4eb26cff2acaedd'/>
<id>urn:sha1:05466c61380366cfd1969bb9f4eb26cff2acaedd</id>
<content type='text'>
</content>
</entry>
</feed>
