<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/util, branch 0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2011-08-08T23:55:38+00:00</updated>
<entry>
<title>Introduced task handles.</title>
<updated>2011-08-08T23:55:38+00:00</updated>
<author>
<name>unknown</name>
<email>Eric@.(none)</email>
</author>
<published>2011-08-08T20:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44bef5f2cb175769155d92ec65bd6b16e6708a1e'/>
<id>urn:sha1:44bef5f2cb175769155d92ec65bd6b16e6708a1e</id>
<content type='text'>
This is the new way to refer to tasks in rust-land. Currently all they
do is serve as a key to look up the old rust_task structure. Ideally
they won't be ref counted, but baby steps.
</content>
</entry>
<entry>
<title>Remove 'Nop.' comments, add emacs lines, remove obsolete file.</title>
<updated>2011-07-13T21:03:18+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-07-13T21:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=336a4df778129f906714830f429ad9c009434083'/>
<id>urn:sha1:336a4df778129f906714830f429ad9c009434083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic multithreading support. The infinite loops test successfully maxes out the CPU.</title>
<updated>2011-06-27T16:58:39+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-06-21T00:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4bc773465fe95da37b8c867979786b190de6197c'/>
<id>urn:sha1:4bc773465fe95da37b8c867979786b190de6197c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add -O2 when compiling rt, fix warnings triggered by optimizer</title>
<updated>2011-04-07T22:41:52+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-07T22:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=973023030e7c0ca9814bc60f389bb8d75923edc7'/>
<id>urn:sha1:973023030e7c0ca9814bc60f389bb8d75923edc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Another go at changing compile-command, this time using RBUILD env var.</title>
<updated>2011-03-25T22:07:27+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T22:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2427509e2d53897b7c7797d5948773b63aed3df'/>
<id>urn:sha1:b2427509e2d53897b7c7797d5948773b63aed3df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root."</title>
<updated>2011-03-25T21:05:38+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T21:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91c2b82b0947eece64df03f9e03d65a27d4ef0bf'/>
<id>urn:sha1:91c2b82b0947eece64df03f9e03d65a27d4ef0bf</id>
<content type='text'>
This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
</content>
</entry>
<entry>
<title>Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root.</title>
<updated>2011-03-25T20:48:37+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T20:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=846f2e2ba994268725f38c36fa12f1a09f21615c'/>
<id>urn:sha1:846f2e2ba994268725f38c36fa12f1a09f21615c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic file-system functionality</title>
<updated>2011-03-14T21:57:13+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-03-10T14:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c731d625fe5f7626b41c7241893350b8b27b1dbe'/>
<id>urn:sha1:c731d625fe5f7626b41c7241893350b8b27b1dbe</id>
<content type='text'>
std.fs.list_dir will list the files in a directory, std.fs.file_is_dir
will, given a pathname, determine whether it is a directory or not.
</content>
</entry>
<entry>
<title>Cleanup, refactoring, and some runtime tests.</title>
<updated>2010-09-10T21:38:31+00:00</updated>
<author>
<name>Michael Bebenita</name>
<email>mbebenita@mozilla.com</email>
</author>
<published>2010-09-10T08:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a493350eb5ab38ba8a6563f3eb4a090d257b0d3a'/>
<id>urn:sha1:a493350eb5ab38ba8a6563f3eb4a090d257b0d3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up the sync dir, remove dead or mis-designed code in favour of OS primitives, switch rust_kernel to use a lock/signal pair and wait rather than spin.</title>
<updated>2010-09-09T02:13:49+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-09-09T02:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=616b7afb724a32df41eebfaf95402d008c60b411'/>
<id>urn:sha1:616b7afb724a32df41eebfaf95402d008c60b411</id>
<content type='text'>
</content>
</entry>
</feed>
