| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -2/+0 | |
| Many AsciiExt imports have become useless thanks to the inherent ascii methods added in the last commits. These were removed. In some places, I fully specified the ascii method being called to enforce usage of the AsciiExt trait. Note that some imports are not removed but tagged with a `#[cfg(stage0)]` attribute. This is necessary, because certain ascii methods are not yet available in stage0. All those imports will be removed later. Additionally, failing tests were fixed. The test suite should exit successfully now. | ||||
| 2017-09-17 | Updated tracking issue for String::splice and its unstable-book entry | Michal Budzynski | -1/+1 | |
| 2017-09-14 | Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavus | Corey Farwell | -0/+7 | |
| Clarify return type of `String::from_utf16_lossy`. Fixes https://github.com/rust-lang/rust/issues/32874 | ||||
| 2017-09-14 | Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcv | Corey Farwell | -1/+16 | |
| Add doc example to String::as_mut_str Fixes #44429. | ||||
| 2017-09-14 | Clarify return type of `String::from_utf16_lossy`. | Corey Farwell | -0/+7 | |
| Fixes https://github.com/rust-lang/rust/issues/32874 | ||||
| 2017-09-10 | Add doc example to String::as_mut_str | Tommy Ip | -1/+16 | |
| Fixes #44429. | ||||
| 2017-09-09 | Add doc example to String::as_str | Tommy Ip | -0/+10 | |
| Fixes #44428. | ||||
| 2017-08-30 | Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay | Alex Crichton | -90/+19 | |
| Remove Splice struct return value from String::splice The implementation is now almost identical to the one in the RFC. Fixes #44038 cc #32310 | ||||
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -90/+19 | |
| 2017-08-25 | Add missing link in string doc | Guillaume Gomez | -1/+2 | |
| 2017-08-18 | Add missing links for String module and type | Guillaume Gomez | -32/+41 | |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -5/+5 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+51 | |
| Add method `String::retain` Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool` and reducing the string to only characters for which the predicate returns `true`. | ||||
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+51 | |
| Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool` and reducing the string to only characters for which the predicate returns `true`. | ||||
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 | |
| 2017-08-08 | Fix trait name `Deref` | Natalie Boehm | -1/+1 | |
| 2017-08-08 | Update solution to add using `&*` as well as `as_str()` | Natalie Boehm | -4/+9 | |
| 2017-08-07 | Update explanation of deref coercion | Natalie Boehm | -8/+10 | |
| 2017-08-04 | Update String Deref to explain why using &String does not always work | Natalie Boehm | -2/+25 | |
| 2017-07-04 | Rollup merge of #42227 - ollie27:into_to_from, r=aturon | Mark Simulacrum | -4/+4 | |
| Convert Intos to Froms. This is a resubmission of #42129 without `impl<T> From<Vec<T>> for Box<[T]>`. | ||||
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -2/+3 | |
| This reverts commit 143206d54d7558c2326212df99efc98110904fdb. | ||||
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -3/+2 | |
| Move it and Bound to core::ops while we're at it. Closes #30877 | ||||
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 | |
| Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored. | ||||
| 2017-06-21 | Update version numbers for From impls | Oliver Middleton | -1/+1 | |
| 2017-06-21 | Convert Intos to Froms. | Clar Charr | -3/+3 | |
| 2017-06-15 | Utf8Lossy type with chunks iterator and impl Display and Debug | Stepan Koltsov | -99/+22 | |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+2287 | |
