about summary refs log tree commit diff
path: root/library/core/src/char
AgeCommit message (Expand)AuthorLines
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-25/+7
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-15/+13
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-25/+7
2022-12-28update stabilization version numbersPietro Albini-5/+5
2022-12-23char: µoptimise UTF-16 surrogates decodingMichal Nazarewicz-1/+1
2022-11-14Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplettMatthias Krüger-8/+7
2022-10-16Clarify the possible return values of len_utf16Sky-0/+5
2022-09-29Stabilize const_char_convertest31-5/+5
2022-09-29Split out from_u32_unchecked from const_char_convertest31-3/+2
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+32
2022-09-26remove cfg(bootstrap)Pietro Albini-4/+0
2022-09-04Make `char::is_lowercase` and `char::is_uppercase` constSage Mitchell-2/+20
2022-08-22Move error trait into coreJane Losare-Lusby-0/+17
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-1/+3
2022-08-09docs: remove repetitionVincenzo Palazzo-2/+1
2022-07-28add more docs regarding ideographic numbersVincenzo Palazzo-1/+11
2022-07-05Fix links in std/core documentationGuillaume Gomez-2/+2
2022-04-16No need to check the assert all the time.Giles Cope-1/+1
2022-04-10Rollup merge of #95566 - eduardosm:std_char_consts_and_methods, r=Mark-Simula...Dylan DPC-203/+54
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-1/+0
2022-04-06Update documentation for `trim*` and `is_whitespace` to include newlinesDeadbeef-0/+3
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-04-01Avoid duplication of doc comments in `std::char` constants and functions.Eduardo Sánchez Muñoz-203/+54
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-1/+1
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-0/+1
2022-03-21Add u16::is_utf16_surrogateltdk-2/+2
2022-03-11Rollup merge of #87618 - GuillaumeGomez:std-char-types-doc, r=jyn514,camelidDylan DPC-1/+6
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-5/+5
2022-03-07Add missing documentation for std::char typesGuillaume Gomez-1/+6
2022-02-17fixMario Carneiro-2/+0
2022-02-17Optimize char_try_from_u32Mario Carneiro-1/+14
2022-01-31Rollup merge of #93392 - GKFX:char-docs, r=scottmcmMatthias Krüger-12/+22
2022-01-30(#93392) Update char::MAX docs and core::char::MAXGeorge Bateman-12/+22
2022-01-30Fix an edge case in `chat::DecodeUtf16::size_hint`Maybe Waffle-11/+19
2022-01-28Fix wrong assumption in `DecodeUtf16::size_hint`Maybe Waffle-4/+9
2022-01-27Clarify documentation on char::MAXGeorge Bateman-4/+4
2022-01-27Make char::DecodeUtf16::size_hist more preciseMaybe Waffle-3/+15
2022-01-07Implement `TryFrom<char>` for `u8`Ian Douglas Scott-0/+27
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+34
2021-12-22Update stability attribute for double ended case mapping iteratorsDavid Tolnay-2/+2
2021-11-19Turn all 0x1b_u8 into '\x1b' or b'\x1b'r00ster91-10/+10
2021-11-19Rollup merge of #89258 - est31:const_char_convert, r=oli-obkYuki Okushi-15/+32
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-10-18Make more `From` impls `const`woppopo-4/+8
2021-10-16Make char conversion functions unstably constest31-15/+32
2021-10-11Add #[must_use] to to_value conversionsJohn Kugelman-1/+3
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-1/+7
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-1/+7