<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_port.cpp, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-02-02T05:22:49+00:00</updated>
<entry>
<title>rt: Remove ports</title>
<updated>2013-02-02T05:22:49+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-02-02T02:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f6516969eb3f488f360a67af4d72f17ab312975'/>
<id>urn:sha1:4f6516969eb3f488f360a67af4d72f17ab312975</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>Reintroduce linked failure (rust_port locking)</title>
<updated>2012-07-14T00:13:53+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-12T23:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62575d9c4a26eb2fa0bd1a1dbf1580633a886dce'/>
<id>urn:sha1:62575d9c4a26eb2fa0bd1a1dbf1580633a886dce</id>
<content type='text'>
This reverts commit a10f52c5793b358a16e3e98db4b16c65ba8e254b.
</content>
</entry>
<entry>
<title>Revert linked failure (rust_port locking)</title>
<updated>2012-07-12T23:49:49+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-12T23:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a10f52c5793b358a16e3e98db4b16c65ba8e254b'/>
<id>urn:sha1:a10f52c5793b358a16e3e98db4b16c65ba8e254b</id>
<content type='text'>
This reverts commit 343e9de8ef4ee9727f027c896ce99f09611b9603.
</content>
</entry>
<entry>
<title>Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes #1923.</title>
<updated>2012-07-12T22:08:36+00:00</updated>
<author>
<name>Ben Blum</name>
<email>bblum@andrew.cmu.edu</email>
</author>
<published>2012-07-12T00:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=343e9de8ef4ee9727f027c896ce99f09611b9603'/>
<id>urn:sha1:343e9de8ef4ee9727f027c896ce99f09611b9603</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>replace assertion macros with plain asserts</title>
<updated>2012-04-02T02:14:16+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-02T02:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=413994ea3eed976a6fe97f3d6cfeb0c2f453e77f'/>
<id>urn:sha1:413994ea3eed976a6fe97f3d6cfeb0c2f453e77f</id>
<content type='text'>
</content>
</entry>
<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: Remove lock_held_by_current_thread</title>
<updated>2012-03-19T00:03:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-18T22:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b247de64583e2ab527088813ba9192824554e801'/>
<id>urn:sha1:b247de64583e2ab527088813ba9192824554e801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Ports don't need to ref their tasks</title>
<updated>2012-03-18T00:56:15+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-17T23:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35e9970e29cfc075968e3a1b9d4e1293ab7ab98b'/>
<id>urn:sha1:35e9970e29cfc075968e3a1b9d4e1293ab7ab98b</id>
<content type='text'>
Port lifetime is always bounded by their owning task
</content>
</entry>
</feed>
