summary refs log tree commit diff
path: root/library/core/src/char
AgeCommit message (Expand)AuthorLines
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
2021-10-10Rollup merge of #89719 - jkugelman:must-use-char-escape-methods, r=joshtriplettMatthias Krüger-0/+6
2021-10-09Add #[must_use] to char escape methodsJohn Kugelman-0/+6
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+19
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+6
2021-09-12Fix linkcheck issuesJoshua Nelson-1/+1
2021-09-12Add primitive documentation to libcoreJoshua Nelson-6/+6
2021-09-11Allow reverse iteration of lowercase'd/uppercase'd charsMichael Spector-0/+34
2021-09-03Add a missing backtickpatrick-gu-1/+1
2021-09-03Remove excessive linkingpatrick-gu-31/+29
2021-08-29Add links in docs for some primitive typespatrick-gu-37/+41
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-07-29Add missing links for core::char typesGuillaume Gomez-0/+7
2021-06-23Use HTTPS links where possibleSmitty-9/+9
2021-06-10Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisabors-15/+9
2021-06-10Further simplification of to_digitGiles Cope-15/+9
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-2/+2
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-6/+31
2021-03-19Stabilize `assoc_char_funcs` and `assoc_char_consts`bstrie-7/+7
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-2/+1
2021-02-23Update since attributes for new const_ascii_methods_on_intrinsics to 1.52.0Ryan Lopopolo-5/+5
2021-02-23Remove const from iterator fnsRyan Lopopolo-4/+2
2021-02-23Make char methods constYenForYang-8/+15
2021-02-23Rollup merge of #81837 - gilescope:to_ascii_speedups, r=dtolnayDylan DPC-2/+10
2021-02-15Update methods.rsSquirrel-1/+0
2021-02-15Use wrapping subSquirrel-1/+1
2021-02-14Simpler way to convert to digitGiles Cope-7/+6
2021-02-13no need to check assertion on fast path.Giles Cope-2/+2
2021-02-12Slightly more explicitGiles Cope-3/+11
2021-02-08Unify way to flip 6th bit. (Same assembly generated)Giles Cope-4/+1
2021-02-06Pulling out constant.Giles Cope-4/+5
2021-02-06Slight perf improvement on char::to_ascii_lowercaseGiles Cope-2/+4
2021-01-10Rollup merge of #79502 - Julian-Wollersberger:from_char_for_u64, r=withoutboatsYuki Okushi-0/+42