about summary refs log tree commit diff
path: root/library/core/src/char/mod.rs
AgeCommit message (Expand)AuthorLines
2025-06-15Get rid of `EscapeDebugInner`.Markus Reiter-43/+19
2025-04-09Speed up `String::push` and `String::insert`lincot-1/+1
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-0/+10
2024-11-02fix some stability annotationsLukas Markeffsky-1/+1
2024-08-31Remove stray dot in `std::char::from_u32_unchecked` documentationEduardo Sánchez Muñoz-1/+1
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-1/+1
2024-07-19Use `#[rustfmt::skip]` on some `use` groups to prevent reordering.Nicholas Nethercote-0/+5
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-4/+2
2024-06-25Stabilize const unchecked conversion from u32 to charDavid Tolnay-1/+1
2024-05-09Improve escape methods.Markus Reiter-6/+1
2024-05-08Avoid panicking branch in `EscapeIterInner`.Markus Reiter-21/+27
2024-05-08Inline `EscapeDebug::size_hint`.Markus Reiter-0/+1
2024-03-18Reimplement `CaseMappingIter` with `core::array::IntoIter`Jules Bertholet-128/+181
2024-03-16Optimize `core::char::CaseMappingIter` layoutJules Bertholet-27/+27
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-05-12`ascii::Char`-ify the escaping codeScott McMurray-11/+12
2023-04-30reviewMichal Nazarewicz-4/+4
2023-04-05Refactor core::char::EscapeDefault and co. structuresMichal Nazarewicz-140/+111
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-1/+1
2022-12-28update stabilization version numbersPietro Albini-2/+2
2022-09-29Stabilize const_char_convertest31-2/+2
2022-09-29Split out from_u32_unchecked from const_char_convertest31-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-08-22Move error trait into coreJane Losare-Lusby-0/+6
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-1/+3
2022-04-01Avoid duplication of doc comments in `std::char` constants and functions.Eduardo Sánchez Muñoz-24/+45
2022-01-30(#93392) Update char::MAX docs and core::char::MAXGeorge Bateman-6/+11
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+12
2021-12-22Update stability attribute for double ended case mapping iteratorsDavid Tolnay-2/+2
2021-09-11Allow reverse iteration of lowercase'd/uppercase'd charsMichael Spector-0/+34
2021-06-23Use HTTPS links where possibleSmitty-4/+4
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-0/+2
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-2/+1
2020-08-24Use intra-doc-links in `core::{char, macros, fmt}`LeSeulArtichaut-11/+5
2020-07-27mv std libs to library/mark-0/+517