| Age | Commit message (Expand) | Author | Lines |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -16/+16 |
| 2018-09-05 | Auto merge of #52994 - varkor:trim_direction, r=alexcrichton | bors | -30/+38 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -2/+3 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+2 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-19 | Remove old tests | varkor | -50/+0 |
| 2018-08-18 | Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin | bors | -0/+101 |
| 2018-08-15 | Test VecDeque append not dropping twice | Pazzaz | -0/+25 |
| 2018-08-05 | Make features stable and clarify examples | varkor | -1/+0 |
| 2018-08-05 | Fix stage 2 tests | varkor | -2/+0 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -1/+0 |
| 2018-08-02 | Add trim_start, trim_end, trim_start_matches and trim_end_matches | varkor | -0/+59 |
| 2018-07-28 | Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton | kennytm | -0/+12 |
| 2018-07-27 | Incorporate a stray test | Shotaro Yamada | -0/+12 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -8/+8 |
| 2018-07-22 | Simplify vecdeque append test | Pazzaz | -42/+64 |
| 2018-07-22 | Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton | kennytm | -4/+4 |
| 2018-07-19 | Non-naive implementation for `VecDeque.append` | Pazzaz | -0/+54 |
| 2018-07-07 | Add some unit tests for dangling Weak references | Simon Sapin | -0/+112 |
| 2018-06-26 | removed slice_uncheked from src/liballoc/tests/str.rs | newpavlov | -4/+4 |
| 2018-06-10 | Auto merge of #51320 - tmccombs:step-by, r=SimonSapin | bors | -1/+0 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -1/+0 |
| 2018-06-03 | impl Default for &mut str | kennytm | -0/+1 |
| 2018-06-01 | add more join tests | Emerentius | -0/+22 |
| 2018-05-21 | Auto merge of #49283 - varkor:combining-chars-escape_debug, r=SimonSapin | bors | -0/+7 |
| 2018-05-21 | Avoid counting characters and add explanatory comment to test | varkor | -0/+6 |
| 2018-05-21 | Only escape extended grapheme characters in the first position | varkor | -1/+1 |
| 2018-05-21 | Make {char, str}::escape_debug and impl Debug for {char, str} consistent | varkor | -0/+1 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-10 | Skip a memory-hungry test that OOMs | Alex Crichton | -0/+1 |
| 2018-05-10 | Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton | Alex Crichton | -134/+355 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -1/+1 |
| 2018-04-30 | revise test gen macro for str | Michael Lamparski | -144/+81 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+1 |
| 2018-04-30 | decrease false negatives for str overflow test | Michael Lamparski | -1/+3 |
| 2018-04-30 | flesh out tests for SliceIndex | Michael Lamparski | -99/+378 |
| 2018-04-30 | collect str SliceIndex tests into a mod | Michael Lamparski | -137/+140 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -0/+1 |
| 2018-04-18 | fix my unit test that was horrendously wrong | Michael Lamparski | -3/+17 |
| 2018-04-17 | smaller PR just to fix #50002 | Michael Lamparski | -0/+16 |
| 2018-04-12 | Use NonNull<Void> instead of *mut u8 in the Alloc trait | Mike Hommey | -1/+2 |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -20/+20 |
| 2018-04-12 | Actually deprecate the Heap type | Simon Sapin | -2/+2 |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+0 |
| 2018-04-12 | Merge unstable Utf16Encoder into EncodeUtf16 | Simon Sapin | -2/+1 |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -1/+1 |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -3/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -2/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -1/+0 |