| Age | Commit message (Expand) | Author | Lines |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -9/+9 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -25/+51 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -25/+51 |
| 2024-04-18 | fix: make `str::from_raw_parts_mut` mut | ardi | -1/+1 |
| 2024-04-06 | Use unchecked_sub in str indexing | Ben Kimock | -6/+9 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -9/+1 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -7/+17 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -0/+1 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -2/+2 |
| 2024-02-20 | docs: add missing "the" to `str::strip_prefix` doc | Malobre | -2/+2 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -2/+2 |
| 2024-02-19 | Rollup merge of #119808 - GnomedDev:encode-charsearcher-size-in-type, r=Mark-... | Matthias Krüger | -11/+23 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -2/+2 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+2 |
| 2024-02-13 | Store core::str::CharSearcher::utf8_size as u8 | GnomedDev | -11/+23 |
| 2024-02-12 | Fix comment in core/src/str/validations.rs | PizzasBear | -1/+1 |
| 2024-02-09 | Change wording | Venus Xeon-Blonde | -7/+6 |
| 2024-02-07 | Fix whitespace issues that tidy caught | Venus Xeon-Blonde | -4/+4 |
| 2024-02-07 | Add documentation on `str::starts_with` | Venus Xeon-Blonde | -0/+14 |
| 2024-01-26 | Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnay | Matthias Krüger | -1/+42 |
| 2024-01-26 | Rollup merge of #107464 - WaffleLapkin:all_that_remains_of_lines, r=dtolnay | Matthias Krüger | -0/+25 |
| 2024-01-21 | review | Michal Nazarewicz | -2/+2 |
| 2024-01-20 | core: introduce split_at{,_mut}_checked | Michal Nazarewicz | -18/+111 |
| 2023-12-31 | Initial implementation of `str::from_raw_parts[_mut]` | Sky | -1/+42 |
| 2023-12-15 | Rollup merge of #118523 - okaneco:trim_ascii, r=Mark-Simulacrum | Jubilee | -0/+79 |
| 2023-12-12 | Add ASCII whitespace trimming functions to `&str` | okaneco | -0/+79 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -10/+10 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+50 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -9/+9 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -1/+1 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -25/+21 |
| 2023-11-17 | Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay | bors | -0/+4 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -0/+6 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-07 | Auto merge of #100806 - timvermeulen:split_inclusive_double_ended_bound, r=dt... | bors | -1/+1 |
| 2023-10-06 | Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin | Guillaume Gomez | -0/+1 |
| 2023-10-06 | Rollup merge of #115454 - vwkd:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-09-01 | Update mod.rs | vwkd | -1/+1 |
| 2023-09-01 | Const-stabilize `is_ascii` | Scott McMurray | -1/+1 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -1/+1 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -1/+1 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -1/+1 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -4/+3 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |