about summary refs log tree commit diff
path: root/library/std/src/sys_common/wtf8/tests.rs
AgeCommit message (Expand)AuthorLines
2022-06-23Remove `is_known_utf8` checks from more tests where it's no longer set.Dan Gohman-4/+0
2022-06-23Don't eagerly scan for `is_known_utf8` in `to_ascii_lowercase`/`uppercase`.Dan Gohman-4/+0
2022-06-23Optimize `Wtf8Buf::into_string` for the case where it contains UTF-8.Dan Gohman-19/+284
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2021-06-20Auto merge of #86463 - fee1-dead:fixed-encode_wide, r=m-ou-sebors-0/+12
2021-06-19Account for self.extra in size_hint for EncodeWideDeadbeef-0/+12
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-3/+3
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+397