about summary refs log tree commit diff
path: root/library/core/src/char/mod.rs
AgeCommit message (Expand)AuthorLines
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