| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -5/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+2 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -4/+1 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -2/+2 |
| 2024-07-19 | Use `#[rustfmt::skip]` on some `use` groups to prevent reordering. | Nicholas Nethercote | -0/+5 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -4/+2 |
| 2024-06-25 | Stabilize const unchecked conversion from u32 to char | David Tolnay | -2/+5 |
| 2024-05-09 | Improve escape methods. | Markus Reiter | -6/+1 |
| 2024-05-08 | Avoid panicking branch in `EscapeIterInner`. | Markus Reiter | -25/+31 |
| 2024-05-08 | Inline `EscapeDebug::size_hint`. | Markus Reiter | -0/+1 |
| 2024-04-20 | Add a lower bound check to `unicode-table-generator` output | Arpad Borsos | -1/+1 |
| 2024-03-29 | Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nilstrieb | bors | -128/+181 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+0 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-18 | Reimplement `CaseMappingIter` with `core::array::IntoIter` | Jules Bertholet | -128/+181 |
| 2024-03-16 | Optimize `core::char::CaseMappingIter` layout | Jules Bertholet | -27/+27 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -0/+1 |
| 2024-03-05 | Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviper | bors | -1/+1 |
| 2024-02-15 | Add ASCII fast-path for `char::is_grapheme_extended` | Arpad Borsos | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -3/+3 |
| 2024-02-08 | Rewrite assert_unsafe_precondition around the new intrinsic | Ben Kimock | -1/+1 |
| 2023-12-15 | Use assert_unsafe_precondition for char::from_u32_unchecked | Chris Denton | -1/+8 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -1/+1 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -3/+6 |
| 2023-10-15 | Auto merge of #110729 - ColinFinck:decode-utf16-fused-iterator, r=dtolnay | bors | -0/+4 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-08 | Auto merge of #114299 - clarfonthey:char-min, r=dtolnay,BurntSushi | bors | -1/+51 |
| 2023-07-31 | I'm mathematically challenged | ltdk | -2/+2 |
| 2023-07-31 | Can't compare usize and u32 | ltdk | -2/+2 |
| 2023-07-31 | Use u32::from for MIN/MAX examples | ltdk | -2/+2 |
| 2023-07-31 | Add note on gap for MIN/MAX | ltdk | -0/+35 |
| 2023-07-31 | Add char::MIN | ltdk | -0/+15 |
| 2023-07-25 | `impl TryFrom<char> for u16` | Lukas Markeffsky | -2/+36 |
| 2023-05-12 | `ascii::Char`-ify the escaping code | Scott McMurray | -23/+24 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -0/+19 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+19 |
| 2023-05-02 | Rollup merge of #105076 - mina86:a, r=scottmcm | Dylan DPC | -176/+132 |
| 2023-04-30 | review | Michal Nazarewicz | -7/+7 |
| 2023-04-24 | Implement FusedIterator for DecodeUtf16 when the inner iterator does | Colin Finck | -0/+4 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -8/+4 |
| 2023-04-05 | Refactor core::char::EscapeDefault and co. structures | Michal Nazarewicz | -176/+132 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -25/+7 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -15/+13 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -25/+7 |
| 2022-12-28 | update stabilization version numbers | Pietro Albini | -5/+5 |
| 2022-12-23 | char: µoptimise UTF-16 surrogates decoding | Michal Nazarewicz | -1/+1 |
| 2022-11-14 | Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplett | Matthias Krüger | -8/+7 |
| 2022-10-16 | Clarify the possible return values of len_utf16 | Sky | -0/+5 |
| 2022-09-29 | Stabilize const_char_convert | est31 | -5/+5 |