summary refs log tree commit diff
path: root/library/core/src/char/decode.rs
AgeCommit message (Expand)AuthorLines
2022-04-01Avoid duplication of doc comments in `std::char` constants and functions.Eduardo Sánchez Muñoz-47/+2
2022-03-21Add u16::is_utf16_surrogateltdk-2/+2
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-27Make char::DecodeUtf16::size_hist more preciseMaybe Waffle-3/+15
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-07-29Add missing links for core::char typesGuillaume Gomez-0/+7
2020-07-27mv std libs to library/mark-0/+135