<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/path.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-28T00:51:13+00:00</updated>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>one more Path::with_extension example, to demonstrate behavior</title>
<updated>2020-07-22T23:39:45+00:00</updated>
<author>
<name>Tshepang Lekhonkhobe</name>
<email>tshepang@gmail.com</email>
</author>
<published>2020-07-20T10:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=83094ea11a4c1dca34fd5602c8c56e8829bf51ee'/>
<id>urn:sha1:83094ea11a4c1dca34fd5602c8c56e8829bf51ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added the parapgrah to path::Path::is_file too</title>
<updated>2020-06-27T20:59:47+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-06-27T20:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e8c54aa3a8d92d8443ec4596754d14b2d196899'/>
<id>urn:sha1:8e8c54aa3a8d92d8443ec4596754d14b2d196899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the documentation to point to open instead of is_file and is_dir</title>
<updated>2020-06-27T16:10:58+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-06-27T16:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d25d6c5bd8c211a5e606b2ac37bbecb9be1ac12b'/>
<id>urn:sha1:d25d6c5bd8c211a5e606b2ac37bbecb9be1ac12b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a note about is_dir vs is_file in Path too</title>
<updated>2020-06-11T16:17:00+00:00</updated>
<author>
<name>Alexis Bourget</name>
<email>alexis.bourget@gmail.com</email>
</author>
<published>2020-06-11T16:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c1243dbcd96f43d013e38f01efe91eb35b81fa18'/>
<id>urn:sha1:c1243dbcd96f43d013e38f01efe91eb35b81fa18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Extend::{extend_one,extend_reserve}</title>
<updated>2020-05-30T00:05:17+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-05-13T03:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6700e186883a83008963d1fdba23eff2b1713e56'/>
<id>urn:sha1:6700e186883a83008963d1fdba23eff2b1713e56</id>
<content type='text'>
This adds new optional methods on `Extend`: `extend_one` add a single
element to the collection, and `extend_reserve` pre-allocates space for
the predicted number of incoming elements. These are used in `Iterator`
for `partition` and `unzip` as they shuffle elements one-at-a-time into
their respective collections.
</content>
</entry>
<entry>
<title>Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay</title>
<updated>2020-05-19T08:08:48+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-05-19T08:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=914adf04af1c1a984707f778da3d04590c03d144'/>
<id>urn:sha1:914adf04af1c1a984707f778da3d04590c03d144</id>
<content type='text'>
impl From&lt;Cow&gt; for Box, Rc, and Arc

These forward `Borrowed`/`Owned` values to existing `From` impls.

- `Box&lt;T&gt;` is a fundamental type, so it would be a breaking change to add a blanket impl. Therefore, `From&lt;Cow&gt;` is only implemented for `[T]`, `str`, `CStr`, `OsStr`, and `Path`.
- For `Rc&lt;T&gt;` and `Arc&lt;T&gt;`, `From&lt;Cow&gt;` is implemented for everything that implements `From` the borrowed and owned types separately.
</content>
</entry>
<entry>
<title>Updated documentation of Prefix::VerbatimDisk</title>
<updated>2020-05-15T14:41:36+00:00</updated>
<author>
<name>SOFe</name>
<email>sofe2038@gmail.com</email>
</author>
<published>2020-05-15T14:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=084cdde976e2485104bc14b8079238b37ab8aac1'/>
<id>urn:sha1:084cdde976e2485104bc14b8079238b37ab8aac1</id>
<content type='text'>
PrefixComponent with Prefix::VerbatimDisk does not contain the trailing slash. The documentation here is also inconsistent with the documentation on other variants that reflect the `PrefixComponent::as_os_str()` return value.</content>
</entry>
<entry>
<title>impl From&lt;Cow&gt; for boxed slices and strings</title>
<updated>2020-04-22T20:03:05+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-22T20:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0fb57bd8d18946787a79d1244154f2512dcf15b'/>
<id>urn:sha1:b0fb57bd8d18946787a79d1244154f2512dcf15b</id>
<content type='text'>
These forward `Borrowed`/`Owned` values to existing `Box::from` impls.

- `From&lt;Cow&lt;'_, [T]&gt;&gt; for Box&lt;[T]&gt;`
- `From&lt;Cow&lt;'_, str&gt;&gt; for Box&lt;str&gt;`
- `From&lt;Cow&lt;'_, CStr&gt;&gt; for Box&lt;CStr&gt;`
- `From&lt;Cow&lt;'_, OsStr&gt;&gt; for Box&lt;OsStr&gt;`
- `From&lt;Cow&lt;'_, Path&gt;&gt; for Box&lt;Path&gt;`
</content>
</entry>
<entry>
<title>Stabilize PathBuf capacity methods</title>
<updated>2020-04-20T01:49:27+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-04-19T15:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77ee0886237bed4acc7c2893ec9adf7a53283826'/>
<id>urn:sha1:77ee0886237bed4acc7c2893ec9adf7a53283826</id>
<content type='text'>
</content>
</entry>
</feed>
