| Age | Commit message (Expand) | Author | Lines |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-07-31 | Work around missing <*str>::len | Matt Fellenz | -4/+4 |
| 2023-07-31 | impl SliceIndex<str> for (Bound<usize>, Bound<usize>) | Matt Fellenz | -0/+52 |
| 2023-07-30 | Rollup merge of #113512 - vallentin:lines-doc, r=workingjubilee | fee1-dead | -3/+8 |
| 2023-07-26 | Fix URL for `rmatches` | Veera | -1/+1 |
| 2023-07-21 | Clarify logic on bytes:code units ratio | Andrew Tribick | -2/+4 |
| 2023-07-20 | Fix size_hint for EncodeUtf16 | Andrew Tribick | -5/+14 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+3 |
| 2023-07-09 | Updated lines doc to include trailing carriage return note | vallentin | -3/+8 |
| 2023-06-26 | str docs: remove "Basic usage" text where not useful | Tshepang Mbambo | -40/+0 |
| 2023-06-07 | Don't panic in ceil_char_boundary | ltdk | -4/+3 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+2 |
| 2023-05-24 | feat: implement `DoubleEndedSearcher` for `CharArray[Ref]Searcher` | Jan | -0/+4 |
| 2023-05-14 | Fix some misleading and copy-pasted `Pattern` examples | Scott McMurray | -4/+4 |
| 2023-05-04 | Constify `[u8]::is_ascii` (unstably) | Scott McMurray | -2/+3 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+11 |
| 2023-04-16 | core is now compilable | Deadbeef | -13/+5 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -18/+15 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-03-30 | add comment to `impl !Error for &str` | Lukas Markeffsky | -0/+1 |
| 2023-03-23 | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | -7/+7 |
| 2023-03-05 | Auto merge of #105117 - pitaj:debug_asserts, r=the8472 | bors | -31/+41 |
| 2023-03-04 | Comment for why char boundaries aren't checked | Peter Jaszkowiak | -0/+6 |
| 2023-03-02 | Remove manual implementation of str::ne | Konrad Borowski | -4/+0 |
| 2023-01-30 | Add `str::Lines::remainder` | Maybe Waffle | -0/+25 |
| 2023-01-21 | debug assertions for `slice::split_at_unchecked`, `str::get_unchecked` | Peter Jaszkowiak | -31/+35 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -5/+5 |
| 2023-01-03 | Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu | bors | -84/+101 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-17 | str.lines() docstring: clarify that line endings are not returned | Stefano Zacchiroli | -2/+4 |
| 2022-12-16 | Replace `Split*::as_str` with `remainder` | Maybe Waffle | -77/+93 |
| 2022-12-16 | SplitInternal: always set `finished` in `get_end` | Maybe Waffle | -7/+8 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-11-29 | Rollup merge of #104436 - ismailmaj:add-slice-to-stack-allocated-string-comme... | Matthias Krüger | -1/+1 |
| 2022-11-24 | Document split{_ascii,}_whitespace() for empty strings | Vojtech Kral | -0/+12 |
| 2022-11-22 | fix OOB access in SIMD impl of str.contains() | The 8472 | -4/+6 |
| 2022-11-21 | type annotate &str when stack allocating a string | ismailmaj | -1/+1 |
| 2022-11-15 | - convert from core::arch to core::simd | The 8472 | -52/+182 |
| 2022-11-14 | x86_64 SSE2 fast-path for str.contains(&str) and short needles | The 8472 | -0/+102 |
| 2022-10-17 | Fix typo in `ReverseSearcher` docs | Sky | -1/+1 |
| 2022-10-06 | Fix handling of trailing bare CR in str::lines | Konrad Borowski | -5/+5 |
| 2022-10-06 | Rename LinesAnyMap to LinesMap | Konrad Borowski | -4/+4 |
| 2022-10-02 | Improve `FromStr` example | Eduardo Sánchez Muñoz | -5/+9 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -4/+0 |
| 2022-09-21 | Add missing documentation for `bool::from_str` | Guillaume Gomez | -2/+2 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -0/+2 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+24 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -2/+2 |