rust/library/std/src/sys
Shane Murphy 1293c17205 Fix bug in utf16_to_utf8 for zero length strings
This fixes the behavior of sending EOF by pressing Ctrl+Z => Enter in a
windows console.

Previously, that would trip the unpaired surrogate error, whereas now we
correctly detect EOF.
2023-05-31 17:25:53 -07:00
..
common refactor: Remove redundant, private OsStr::bytes 2023-05-13 18:47:14 +02:00
hermit Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc 2023-05-05 18:40:32 +05:30
itron Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
sgx Improve code around SGX waitqueue 2023-05-11 11:03:07 +02:00
solid Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc 2023-05-05 18:40:32 +05:30
unix Add creation time support to FileTimes on apple and windows 2023-05-15 15:04:39 +01:00
unsupported Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-se 2023-05-03 16:42:48 -07:00
wasi std: make internal-only items pub(crate) 2023-05-25 08:15:05 -07:00
wasm std: replace generic thread parker with explicit no-op parker 2023-02-16 15:06:45 +01:00
windows Fix bug in utf16_to_utf8 for zero length strings 2023-05-31 17:25:53 -07:00
mod.rs Don't force include Windows goop when documenting 2023-05-09 19:34:01 +01:00