<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/io/native/process.rs, 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-12-24T22:42:00+00:00</updated>
<entry>
<title>native: Introduce libnative</title>
<updated>2013-12-24T22:42:00+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-12-13T01:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6aadc9d18856f8e7ea8038e2c4b2ba0f9507e26a'/>
<id>urn:sha1:6aadc9d18856f8e7ea8038e2c4b2ba0f9507e26a</id>
<content type='text'>
This commit introduces a new crate called "native" which will be the crate that
implements the 1:1 runtime of rust. This currently entails having an
implementation of std::rt::Runtime inside of libnative as well as moving all of
the native I/O implementations to libnative.

The current snag is that the start lang item must currently be defined in
libnative in order to start running, but this will change in the future.

Cool fact about this crate, there are no extra features that are enabled.

Note that this commit does not include any makefile support necessary for
building libnative, that's all coming in a later commit.
</content>
</entry>
<entry>
<title>std::vec: remove .as_imm_buf, replaced by .as_ptr &amp; .len.</title>
<updated>2013-12-18T22:26:13+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-12-17T14:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c79b22ef26a2b846d84c46bc8fea50c953559dd'/>
<id>urn:sha1:4c79b22ef26a2b846d84c46bc8fea50c953559dd</id>
<content type='text'>
There's no need for the restrictions of a closure with the above methods.
</content>
</entry>
<entry>
<title>std: fix spelling in docs.</title>
<updated>2013-12-15T05:26:09+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-12-15T05:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55534100ce175143e2c7223100b825bf130e750b'/>
<id>urn:sha1:55534100ce175143e2c7223100b825bf130e750b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "libstd: Change `Path::new` to `Path::init`."</title>
<updated>2013-12-05T06:33:53+00:00</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2013-12-04T03:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=408dc5ad1b657eb2261e7ac680b8d100469e5477'/>
<id>urn:sha1:408dc5ad1b657eb2261e7ac680b8d100469e5477</id>
<content type='text'>
This reverts commit c54427ddfbbab41a39d14f2b1dc4f080cbc2d41b.

Leave the #[ignores] in that were added to rustpkg tests.

Conflicts:
	src/librustc/driver/driver.rs
	src/librustc/metadata/creader.rs
</content>
</entry>
<entry>
<title>libstd: Change `Path::new` to `Path::init`.</title>
<updated>2013-11-29T18:55:13+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-11-22T23:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c54427ddfbbab41a39d14f2b1dc4f080cbc2d41b'/>
<id>urn:sha1:c54427ddfbbab41a39d14f2b1dc4f080cbc2d41b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register new snapshots</title>
<updated>2013-11-29T04:27:56+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-11-28T20:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab387a68388974a432951e806851936898907fd0'/>
<id>urn:sha1:ab387a68388974a432951e806851936898907fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: Fix Win32 and other bustage.</title>
<updated>2013-11-26T16:25:27+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-11-22T22:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=151b7ed52d76a11a39888931056f1bcc9c45807a'/>
<id>urn:sha1:151b7ed52d76a11a39888931056f1bcc9c45807a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: Remove all non-`proc` uses of `do` from libstd</title>
<updated>2013-11-26T16:23:57+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-11-20T22:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1eca34de7dd55719cd83153994e5caf2027f62a2'/>
<id>urn:sha1:1eca34de7dd55719cd83153994e5caf2027f62a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unneccessary `_iter` suffixes from various APIs</title>
<updated>2013-11-26T09:02:26+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-11-23T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24b316a3b9567cb2cc2fb6644bd891dbf8855c18'/>
<id>urn:sha1:24b316a3b9567cb2cc2fb6644bd891dbf8855c18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Add lint for obsolete attributes</title>
<updated>2013-11-26T04:13:17+00:00</updated>
<author>
<name>klutzy</name>
<email>klutzytheklutzy@gmail.com</email>
</author>
<published>2013-11-06T03:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f7bfac9d28340b3eda0291dd01b7914c77a88ae'/>
<id>urn:sha1:1f7bfac9d28340b3eda0291dd01b7914c77a88ae</id>
<content type='text'>
This also moves `#[auto_{en,de}code]` checker from syntax to lint.
</content>
</entry>
</feed>
