<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/path/mod.rs, branch 0.9</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.9</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.9'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-01-08T07:51:38+00:00</updated>
<entry>
<title>stdtest: Fix all leaked trait imports</title>
<updated>2014-01-08T07:51:38+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-01-07T06:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcb1c381a38f8f36a71323bbf12d55afc8627d90'/>
<id>urn:sha1:bcb1c381a38f8f36a71323bbf12d55afc8627d90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Fix all code examples</title>
<updated>2013-12-23T17:10:36+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-12-22T21:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f1739a8e1c45b47fc9605209701567d02195311'/>
<id>urn:sha1:9f1739a8e1c45b47fc9605209701567d02195311</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 'self lifetime illegal.</title>
<updated>2013-12-11T18:54:06+00:00</updated>
<author>
<name>Erik Price</name>
<email>erik.price16@gmail.com</email>
</author>
<published>2013-12-10T07:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5731ca3078318a66a13208133d8839a9f9f92629'/>
<id>urn:sha1:5731ca3078318a66a13208133d8839a9f9f92629</id>
<content type='text'>
Also remove all instances of 'self within the codebase.

This fixes #10889.
</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>std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.</title>
<updated>2013-12-04T11:35:53+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-12-01T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0426edc0a83699de79ceffcbe603812b9b53374'/>
<id>urn:sha1:b0426edc0a83699de79ceffcbe603812b9b53374</id>
<content type='text'>
</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>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>libstd: Change all uses of `&amp;fn(A)-&gt;B` over to `|A|-&gt;B` in libstd</title>
<updated>2013-11-19T20:40:19+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-11-19T05:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1946265e1a1a32eb922846f314657a4aa7eb1d23'/>
<id>urn:sha1:1946265e1a1a32eb922846f314657a4aa7eb1d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove thread-blocking call to `libc::stat` in `Path::stat`</title>
<updated>2013-10-23T01:25:07+00:00</updated>
<author>
<name>Ziad Hatahet</name>
<email>hatahet@gmail.com</email>
</author>
<published>2013-10-23T01:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60245b9290388671edac86d6db1619f60a9ccb68'/>
<id>urn:sha1:60245b9290388671edac86d6db1619f60a9ccb68</id>
<content type='text'>
Fixes #9958
</content>
</entry>
</feed>
