rust/library/std
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
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Fix bug in utf16_to_utf8 for zero length strings 2023-05-31 17:25:53 -07:00
tests std: mark common functions in test crate pub(crate) 2023-05-25 08:15:04 -07:00
build.rs PS Vita std support 2023-05-07 18:57:43 +03:00
Cargo.toml std: make fortanix-sgx-abi a public depedenceny 2023-05-25 08:15:05 -07:00