<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_sched_launcher.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-08-09T23:45:50+00:00</updated>
<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>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>[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during rust_kernel::fail</title>
<updated>2012-07-20T23:23:19+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-20T22:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5bb4a12900969b3250c490a5e0682c658fe65ba8'/>
<id>urn:sha1:5bb4a12900969b3250c490a5e0682c658fe65ba8</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>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_manual_sched_launcher_factory. Again, so sorry</title>
<updated>2012-04-02T00:35:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-02T00:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3654ef00782cf9708196fd438ee08c751a5b699b'/>
<id>urn:sha1:3654ef00782cf9708196fd438ee08c751a5b699b</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: Introduce rust_manual_sched_launcher</title>
<updated>2012-04-01T23:21:48+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-01T23:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a5e9d45e172e6aeecefe02e668e454a870bca56'/>
<id>urn:sha1:0a5e9d45e172e6aeecefe02e668e454a870bca56</id>
<content type='text'>
</content>
</entry>
</feed>
