<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/std.rc, branch 0.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-03-28T20:52:47+00:00</updated>
<entry>
<title>Update crate URLs to point to interesting things.</title>
<updated>2012-03-28T20:52:47+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-28T20:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b37d7e26fe5bd5913ffa5f909207e47c6b2af964'/>
<id>urn:sha1:b37d7e26fe5bd5913ffa5f909207e47c6b2af964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version numbers to 0.2</title>
<updated>2012-03-22T22:25:02+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-22T22:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3fe85dad70f860a1cc2f3ac69da57ab97ac1aa7'/>
<id>urn:sha1:f3fe85dad70f860a1cc2f3ac69da57ab97ac1aa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stdlib: Implement arenas</title>
<updated>2012-03-21T02:08:17+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-03-21T02:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba39e277e2c63909cb35a0dd68e9f3bab728c425'/>
<id>urn:sha1:ba39e277e2c63909cb35a0dd68e9f3bab728c425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first (functional) version of the auto_serialize syntax ext</title>
<updated>2012-03-14T01:30:07+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-03-12T17:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d91742294f282a07b1e26d8da02f7ecec4e0b952'/>
<id>urn:sha1:d91742294f282a07b1e26d8da02f7ecec4e0b952</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Libc/os/run/rand/io reorganization. Close #1373. Close #1638.</title>
<updated>2012-03-13T03:08:29+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-13T03:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f5853f5a1767e0c418fd5f348a795b76d701b3e'/>
<id>urn:sha1:6f5853f5a1767e0c418fd5f348a795b76d701b3e</id>
<content type='text'>
 - Move io, run and rand to core.
 - Remove incorrect ctypes module (use libc).
 - Remove os-specific modules for os and fs.
 - Split fs between core::path and core::os.
</content>
</entry>
<entry>
<title>std: Convert to rustdoc</title>
<updated>2012-03-10T06:56:53+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-08T02:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95521c408438efc5794e83953086c812b795c756'/>
<id>urn:sha1:95521c408438efc5794e83953086c812b795c756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moving new uv stuff into uv.rs and rust_uv.cpp</title>
<updated>2012-02-29T01:56:15+00:00</updated>
<author>
<name>Jeff Olson</name>
<email>olson.jeffery@gmail.com</email>
</author>
<published>2012-02-22T22:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb5960aa57a04920614fce021c6792ad8a9a0305'/>
<id>urn:sha1:bb5960aa57a04920614fce021c6792ad8a9a0305</id>
<content type='text'>
- removing the remains of uvtmp.rs and rust_uvtmp.rs
- removing the displaced, low-level libuv bindings
in uv.rs and rust_uv.cpp
</content>
</entry>
<entry>
<title>Encode/decode AST into metadata, re-instantiate inlined items</title>
<updated>2012-02-25T04:46:27+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-02-14T23:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3ca50c9ca4fd2084cfbc85030ff5ea21e589635'/>
<id>urn:sha1:f3ca50c9ca4fd2084cfbc85030ff5ea21e589635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add serialization library; convert ebml lib to use u64 internally</title>
<updated>2012-02-13T14:50:58+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-02-13T03:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a2f1e1876061ccf7eeffe7f4adba0874c7a98ae'/>
<id>urn:sha1:3a2f1e1876061ccf7eeffe7f4adba0874c7a98ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Add some hacks to use libuv</title>
<updated>2012-01-23T04:06:58+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-22T01:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07f8555b3e5d1b0a31936ed7ca08358d2919dd2f'/>
<id>urn:sha1:07f8555b3e5d1b0a31936ed7ca08358d2919dd2f</id>
<content type='text'>
</content>
</entry>
</feed>
