| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -3/+3 | |
| Add ..= to the parser Add ..= to libproc_macro Add ..= to ICH Highlight ..= in rustdoc Update impl Debug for RangeInclusive to ..= Replace `...` to `..=` in range docs Make the dotdoteq warning point to the ... Add warning for ... in expressions Updated more tests to the ..= syntax Updated even more tests to the ..= syntax Updated the inclusive_range entry in unstable book | ||||
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -17/+5 | |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+20 | |
| Behaves like `Vec::retain`, accepting a predicate `FnMut(char) -> bool` and reducing the string to only characters for which the predicate returns `true`. | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+498 | |
