<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/path, 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: Fill in all missing 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-07T00:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e0443d6c4e683105f20de85dc4591cc5cf2518d'/>
<id>urn:sha1:7e0443d6c4e683105f20de85dc4591cc5cf2518d</id>
<content type='text'>
Fallout from the previous commits
</content>
</entry>
<entry>
<title>Renamed Option::map_default and mutate_default to map_or and mutate_or_set</title>
<updated>2014-01-07T23:53:40+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-12-06T18:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90b394514dad9df9c55b795be724093765d9df3a'/>
<id>urn:sha1:90b394514dad9df9c55b795be724093765d9df3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more benchmark tests to path/posix</title>
<updated>2013-12-30T20:59:48+00:00</updated>
<author>
<name>g3xzh</name>
<email>g3xzh@yahoo.com</email>
</author>
<published>2013-12-25T00:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f1adf07ad3033238d6041c70df1159dd10b8aa3'/>
<id>urn:sha1:9f1adf07ad3033238d6041c70df1159dd10b8aa3</id>
<content type='text'>
Benchmark testing `is_ancestor_of` and `path_relative_from`
</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>Remove dead codes</title>
<updated>2013-12-08T07:55:28+00:00</updated>
<author>
<name>Kiet Tran</name>
<email>ktt3ja@gmail.com</email>
</author>
<published>2013-12-08T07:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1755408d1a58684b6c9bce11aeceb18a1ec2d66e'/>
<id>urn:sha1:1755408d1a58684b6c9bce11aeceb18a1ec2d66e</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>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>
</feed>
