| Age | Commit message (Expand) | Author | Lines |
| 2020-02-09 | Don't return empty slice on last iteration with matched terminator. Test reve... | Pyry Kontio | -7/+32 |
| 2020-02-09 | Implement split_inclusive for slice and str, an splitting iterator that inclu... | Pyry Kontio | -0/+18 |
| 2019-12-22 | Format the world | Mark Rousskov | -179/+175 |
| 2019-12-07 | liballoc: ignore tests in Miri instead of removing them entirely | Ralf Jung | -8/+7 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+1 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -1/+1 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -1/+1 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -4/+6 |
| 2019-07-29 | comments from @lzutao | Maximilian Roos | -1/+1 |
| 2019-07-29 | impl Debug for Chars | Maximilian Roos | -0/+10 |
| 2019-03-16 | Rollup merge of #59206 - sntdevco:master, r=dtolnay | kennytm | -1/+1 |
| 2019-03-15 | Improved test output for liballoc/str | sntdevco | -1/+1 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -11/+0 |
| 2019-02-13 | review failures in binary_heap, str, vec_deque | Ralf Jung | -21/+18 |
| 2019-02-12 | New return types for str::escape_* that impl Display and Iterator<char> | Simon Sapin | -30/+31 |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+21 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+21 |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -9/+5 |
| 2019-02-02 | liballoc: elide &'static. | Mazdak Farrokhzad | -2/+2 |
| 2019-02-02 | liballoc: adjust abolute imports + more import fixes. | Mazdak Farrokhzad | -2/+2 |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -6/+9 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -4/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-08-19 | Remove old tests | varkor | -50/+0 |
| 2018-08-02 | Add trim_start, trim_end, trim_start_matches and trim_end_matches | varkor | -0/+58 |
| 2018-06-26 | removed slice_uncheked from src/liballoc/tests/str.rs | newpavlov | -4/+4 |
| 2018-06-03 | impl Default for &mut str | kennytm | -0/+1 |
| 2018-06-01 | add more join tests | Emerentius | -0/+13 |
| 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-10 | Skip a memory-hungry test that OOMs | Alex Crichton | -0/+1 |
| 2018-04-30 | revise test gen macro for str | Michael Lamparski | -144/+81 |
| 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-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 | 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 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2017-11-21 | fix some typos | Martin Lindhe | -3/+3 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -1/+0 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -8/+8 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+1573 |