about summary refs log tree commit diff
path: root/library/core/tests/char.rs
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+0
2023-04-16fix library and rustdoc testsDeadbeef-0/+2
2022-12-23char: µoptimise UTF-16 surrogates decodingMichal Nazarewicz-0/+4
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-1/+1
2022-01-30Fix an edge case in `chat::DecodeUtf16::size_hint`Maybe Waffle-0/+1
2022-01-28Fix wrong assumption in `DecodeUtf16::size_hint`Maybe Waffle-1/+2
2022-01-27Add a test for `char::DecodeUtf16::size_hint`Maybe Waffle-0/+25
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+6
2021-10-18Make more `From` impls `const`woppopo-0/+12
2021-09-11Allow reverse iteration of lowercase'd/uppercase'd charsMichael Spector-0/+6
2021-06-10Further simplification of to_digitGiles Cope-1/+11
2020-07-27mv std libs to library/mark-0/+360