<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_scheduler.cpp, branch release-0.3</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.3</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.3'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-04-08T02:56:41+00:00</updated>
<entry>
<title>core: Add priv::weaken_task</title>
<updated>2012-04-08T02:56:41+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-07T00:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01dc4a8b26d722d306a00e44a5b1ed5cf3fd24b1'/>
<id>urn:sha1:01dc4a8b26d722d306a00e44a5b1ed5cf3fd24b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'brson/mainthread'</title>
<updated>2012-04-04T03:30:01+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-04T03:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e325146eb436c4995385d8220ff7ac3a4a5f62ab'/>
<id>urn:sha1:e325146eb436c4995385d8220ff7ac3a4a5f62ab</id>
<content type='text'>
Conflicts:
	src/rt/rust_kernel.cpp
	src/rt/rust_scheduler.cpp
	src/rt/rust_scheduler.h
</content>
</entry>
<entry>
<title>rt: Fix bugs in the osmain scheduler</title>
<updated>2012-04-04T01:01:13+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-04T00:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0e12854edc10070759688b598a3885cbeb82e28'/>
<id>urn:sha1:c0e12854edc10070759688b598a3885cbeb82e28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>actually remove memory.h; include cleanups</title>
<updated>2012-04-03T23:02:38+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-03T09:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=386069f39ea17c594e86675fa00d878a6455137f'/>
<id>urn:sha1:386069f39ea17c594e86675fa00d878a6455137f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor includes structure, getting rid of rust_internal.h</title>
<updated>2012-04-03T23:02:38+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-03T03:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=632a4c9326561de2bd9d9ded19a82f22678a0cf4'/>
<id>urn:sha1:632a4c9326561de2bd9d9ded19a82f22678a0cf4</id>
<content type='text'>
Many changes to code structure are included:
- removed TIME_SLICE_IN_MS
- removed sychronized_indexed_list
- removed region_owned
- kernel_owned move to kernel.h, task_owned moved to task.h
- global configs moved to rust_globals.h
- changed #pragma once to standard guard in rust_upcall.h
- got rid of memory.h
</content>
</entry>
<entry>
<title>rt: Run a single-threaded scheduler on the main thread</title>
<updated>2012-04-02T22:35:47+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-02T01:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1858882a49bf0666d4ffb3f45989ac9dbe9c843'/>
<id>urn:sha1:e1858882a49bf0666d4ffb3f45989ac9dbe9c843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove rust_srv</title>
<updated>2012-04-02T03:18:40+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-02T03:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=128a8b6ed500f74fa802aa9749b3b7a19ebfffc9'/>
<id>urn:sha1:128a8b6ed500f74fa802aa9749b3b7a19ebfffc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Introduce rust_sched_launcher_factory. Sorry, I need one</title>
<updated>2012-04-02T00:27:18+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-02T00:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c1be236a524980b65b01a327e2c55feb6295a52'/>
<id>urn:sha1:7c1be236a524980b65b01a327e2c55feb6295a52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Allow some schedulers to stay alive even without tasks to execute</title>
<updated>2012-04-01T23:57:14+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-01T23:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb528dd7d613964e05dd682a6a98980a1ebdb4d6'/>
<id>urn:sha1:fb528dd7d613964e05dd682a6a98980a1ebdb4d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'brson/mainthread'</title>
<updated>2012-04-01T07:15:04+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-01T07:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e78396850d8e27138dd06e723de5ad3de0e65950'/>
<id>urn:sha1:e78396850d8e27138dd06e723de5ad3de0e65950</id>
<content type='text'>
Conflicts:
	src/rt/rust_sched_loop.cpp
	src/rt/rust_shape.cpp
	src/rt/rust_task.cpp
</content>
</entry>
</feed>
