<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcollectionstest/string.rs, branch 1.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-07-27T22:08:56+00:00</updated>
<entry>
<title>Add test for string AddAssign</title>
<updated>2016-07-27T22:08:56+00:00</updated>
<author>
<name>Knight</name>
<email>knight42@mail.ustc.edu.cn</email>
</author>
<published>2016-07-26T18:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ac83de691c5eb180e2007fcbe3236fd359d2ab7'/>
<id>urn:sha1:6ac83de691c5eb180e2007fcbe3236fd359d2ab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run rustfmt on libcollections test module</title>
<updated>2016-05-22T18:27:13+00:00</updated>
<author>
<name>Srinivas Reddy Thatiparthy</name>
<email>thatiparthysreenivas@gmail.com</email>
</author>
<published>2016-05-22T18:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d9d96b6da21579e87db3537b7e6dcf3f517b2a7'/>
<id>urn:sha1:3d9d96b6da21579e87db3537b7e6dcf3f517b2a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Utilize `Result::unwrap_err` in more places.</title>
<updated>2016-05-09T12:40:57+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-05-06T23:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62b19c627ebde2bbfa6021de146c502124da7975'/>
<id>urn:sha1:62b19c627ebde2bbfa6021de146c502124da7975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Change String::truncate to panic less</title>
<updated>2016-04-15T17:13:43+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-04-14T23:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae79ce3f030db27aa7d35d1b22307fb4eba14f36'/>
<id>urn:sha1:ae79ce3f030db27aa7d35d1b22307fb4eba14f36</id>
<content type='text'>
The `Vec::truncate` method does not panic if the length argument is greater than
the vector's current length, but `String::truncate` will indeed panic. This
semantic difference can be a bit jarring (e.g. #32717), and after some
discussion the libs team concluded that although this can technically be a
breaking change it is almost undoubtedly not so in practice.

This commit changes the semantics of `String::truncate` to be a noop if
`new_len` is greater than the length of the current string.

Closes #32717
</content>
</entry>
<entry>
<title>std: Stabilize APIs for the 1.8 release</title>
<updated>2016-02-29T17:05:33+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-02-25T23:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b643782a10288a86a500168d754026bd0fce2ab5'/>
<id>urn:sha1:b643782a10288a86a500168d754026bd0fce2ab5</id>
<content type='text'>
This commit is the result of the FCPs ending for the 1.8 release cycle for both
the libs and the lang suteams. The full list of changes are:

Stabilized

* `braced_empty_structs`
* `augmented_assignments`
* `str::encode_utf16` - renamed from `utf16_units`
* `str::EncodeUtf16` - renamed from `Utf16Units`
* `Ref::map`
* `RefMut::map`
* `ptr::drop_in_place`
* `time::Instant`
* `time::SystemTime`
* `{Instant,SystemTime}::now`
* `{Instant,SystemTime}::duration_since` - renamed from `duration_from_earlier`
* `{Instant,SystemTime}::elapsed`
* Various `Add`/`Sub` impls for `Time` and `SystemTime`
* `SystemTimeError`
* `SystemTimeError::duration`
* Various impls for `SystemTimeError`
* `UNIX_EPOCH`
* `ops::{Add,Sub,Mul,Div,Rem,BitAnd,BitOr,BitXor,Shl,Shr}Assign`

Deprecated

* Scoped TLS (the `scoped_thread_local!` macro)
* `Ref::filter_map`
* `RefMut::filter_map`
* `RwLockReadGuard::map`
* `RwLockWriteGuard::map`
* `Condvar::wait_timeout_with`

Closes #27714
Closes #27715
Closes #27746
Closes #27748
Closes #27908
Closes #29866
</content>
</entry>
<entry>
<title>test: Deny warnings in {core,collections}test</title>
<updated>2016-01-31T00:19:37+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-01-31T00:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac83242ac9923212d093a4f38fb739eb54b1c8cd'/>
<id>urn:sha1:ac83242ac9923212d093a4f38fb739eb54b1c8cd</id>
<content type='text'>
Help cleans up our build a bit and stays in line with the rest of our crates
denying warnings traditionally.
</content>
</entry>
<entry>
<title>Minor code cleanup.</title>
<updated>2015-09-29T01:21:18+00:00</updated>
<author>
<name>Scott Olson</name>
<email>scott@solson.me</email>
</author>
<published>2015-09-28T02:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55e48420dbd9adbf695061ec7a92266284621d2d'/>
<id>urn:sha1:55e48420dbd9adbf695061ec7a92266284621d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename String::into_boxed_slice -&gt; into_boxed_str</title>
<updated>2015-08-13T12:02:00+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2015-08-13T12:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bec64090a70a25c75b1856cf35dcdcf20993f8f8'/>
<id>urn:sha1:bec64090a70a25c75b1856cf35dcdcf20993f8f8</id>
<content type='text'>
This is the name that was decided in rust-lang/rfcs#1152, and it's
better if we say “boxed str” for `Box&lt;str&gt;`.

The old name `String::into_boxed_slice` is deprecated.
</content>
</entry>
<entry>
<title>Add RawVec to unify raw Vecish code</title>
<updated>2015-07-17T15:29:15+00:00</updated>
<author>
<name>Alexis Beingessner</name>
<email>a.beingessner@gmail.com</email>
</author>
<published>2015-07-10T04:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfa0e1f58acf1c28d500c34ed258f09ae021893e'/>
<id>urn:sha1:bfa0e1f58acf1c28d500c34ed258f09ae021893e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add String::into_boxed_slice and Box&lt;str&gt;::into_string</title>
<updated>2015-07-12T04:31:56+00:00</updated>
<author>
<name>Jonathan Reem</name>
<email>jonathan.reem@gmail.com</email>
</author>
<published>2015-07-10T07:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69521affbb6c177192522606d4f7f09f5c07537c'/>
<id>urn:sha1:69521affbb6c177192522606d4f7f09f5c07537c</id>
<content type='text'>
Implements merged RFC 1152.

Closes #26697.
</content>
</entry>
</feed>
