<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/fs, 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>2015-03-31T22:49:57+00:00</updated>
<entry>
<title>std: Clean out #[deprecated] APIs</title>
<updated>2015-03-31T22:49:57+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-30T18:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4a2c941809f303b97d153e06ba07e95cd245f88'/>
<id>urn:sha1:d4a2c941809f303b97d153e06ba07e95cd245f88</id>
<content type='text'>
This commit cleans out a large amount of deprecated APIs from the standard
library and some of the facade crates as well, updating all users in the
compiler and in tests as it goes along.
</content>
</entry>
<entry>
<title>Fix some typos</title>
<updated>2015-03-28T15:09:51+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-03-28T15:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1accaa9f86002e95c1d0a677349ab033ec6dd2e2'/>
<id>urn:sha1:1accaa9f86002e95c1d0a677349ab033ec6dd2e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts, round 1</title>
<updated>2015-03-24T23:48:50+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-24T23:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efaef2430484852fc761b08b0653b7d74a17becd'/>
<id>urn:sha1:efaef2430484852fc761b08b0653b7d74a17becd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #23646: steveklabnik/doc_file</title>
<updated>2015-03-24T21:50:47+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-24T21:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37d57e76fcab5888b5a42e871cd4ef1c9b6c39d5'/>
<id>urn:sha1:37d57e76fcab5888b5a42e871cd4ef1c9b6c39d5</id>
<content type='text'>
This is pretty basic, but it's nice to have something.

r? @alexcrichton
</content>
</entry>
<entry>
<title>Add Examples for File</title>
<updated>2015-03-24T14:52:46+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-03-23T19:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a34e87f3ab29f6643679d2e430f21724cdcc26b6'/>
<id>urn:sha1:a34e87f3ab29f6643679d2e430f21724cdcc26b6</id>
<content type='text'>
This is pretty basic, but it's nice to have something.
</content>
</entry>
<entry>
<title>rollup merge of #23383: alexcrichton/fs-create-dir-all</title>
<updated>2015-03-23T22:18:24+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-23T22:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d07f70ccbc5050fcd862b46551775726d1e9561'/>
<id>urn:sha1:7d07f70ccbc5050fcd862b46551775726d1e9561</id>
<content type='text'>
Conflicts:
	src/libstd/fs/mod.rs
</content>
</entry>
<entry>
<title>rollup merge of #23598: brson/gate</title>
<updated>2015-03-23T22:13:15+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-23T22:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c608084ff595c9c31e78ad3cde07093e68ee1848'/>
<id>urn:sha1:c608084ff595c9c31e78ad3cde07093e68ee1848</id>
<content type='text'>
Conflicts:
	src/compiletest/compiletest.rs
	src/libcollections/lib.rs
	src/librustc_back/lib.rs
	src/libserialize/lib.rs
	src/libstd/lib.rs
	src/libtest/lib.rs
	src/test/run-make/rustdoc-default-impl/foo.rs
	src/test/run-pass/env-home-dir.rs
</content>
</entry>
<entry>
<title>Add generic conversion traits</title>
<updated>2015-03-23T22:01:45+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-03-18T16:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8389253df0431e58bfe0a8e0e3949d58ebe7400f'/>
<id>urn:sha1:8389253df0431e58bfe0a8e0e3949d58ebe7400f</id>
<content type='text'>
This commit:

* Introduces `std::convert`, providing an implementation of
RFC 529.

* Deprecates the `AsPath`, `AsOsStr`, and `IntoBytes` traits, all
in favor of the corresponding generic conversion traits.

  Consequently, various IO APIs now take `AsRef&lt;Path&gt;` rather than
`AsPath`, and so on. Since the types provided by `std` implement both
traits, this should cause relatively little breakage.

* Deprecates many `from_foo` constructors in favor of `from`.

* Changes `PathBuf::new` to take no argument (creating an empty buffer,
  as per convention). The previous behavior is now available as
  `PathBuf::from`.

* De-stabilizes `IntoCow`. It's not clear whether we need this separate trait.

Closes #22751
Closes #14433

[breaking-change]
</content>
</entry>
<entry>
<title>Add #![feature] attributes to doctests</title>
<updated>2015-03-23T21:40:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-03-13T22:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9019101a82dd7f61dcdcd52bcc0123d5ed25d22'/>
<id>urn:sha1:e9019101a82dd7f61dcdcd52bcc0123d5ed25d22</id>
<content type='text'>
</content>
</entry>
</feed>
