| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton | kennytm | -4/+4 |
| 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 |
| 2018-04-04 | Rollup merge of #49577 - tmccombs:string-splice-stabilize, r=TimNN | kennytm | -15/+15 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -63/+1 |
| 2018-04-01 | Stabilize String::replace_range | Thayne McCombs | -15/+15 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2018-03-27 | Rollup merge of #48639 - varkor:sort_by_key-cached, r=bluss | kennytm | -3/+17 |
| 2018-03-19 | Add stability test for sort_by_cached_key | varkor | -3/+8 |
| 2018-03-17 | update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics) | Niv Kaminer | -1/+1 |
| 2018-03-17 | Fix use of unstable feature in test | varkor | -0/+1 |
| 2018-03-16 | Add sort_by_cached_key method | varkor | -3/+6 |
| 2018-03-16 | Add a test for sort_by_key | varkor | -0/+5 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -18/+2 |
| 2018-03-15 | setting ABORTING_MALLOC for asmjs backend | snf | -18/+2 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -1/+2 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -0/+1 |