..
alloc
Rework std::sys::windows::alloc
2021-03-26 12:38:26 +01:00
args
Update Windows arg parsing tests
2021-08-08 22:11:29 +01:00
c
Move arm32 shim to c.rs
2023-06-24 17:30:27 +01:00
handle
Tests for unsound Windows file methods
2022-07-06 17:40:21 +01:00
locks
std: remove lock wrappers in sys_common
2022-11-06 15:32:59 +01:00
os
Replace AlignedAs with a more specific Align8 type
2022-08-30 01:15:59 -07:00
path
Restore old behaviour on broken UNC paths
2022-09-03 07:56:38 +01:00
process
Expose process main_thread_handle on Windows
2022-05-10 02:41:19 -03:00
stdio
Fix bug in utf16_to_utf8 for zero length strings
2023-05-31 17:25:53 -07:00
thread_local_key
Minor improvements to Windows TLS dtors
2023-07-20 23:27:24 +01:00
alloc.rs
Explicitly link kernel32.lib from alloc
2022-09-10 11:57:36 +01:00
args.rs
refactor: Remove redundant, private OsStr::bytes
2023-05-13 18:47:14 +02:00
c.rs
Revert "use c literals in library"
2023-07-05 13:11:26 +02:00
cmath.rs
Correct typo
2022-08-31 18:25:00 +08:00
compat.rs
Revert "use c literals in library"
2023-07-05 13:11:26 +02:00
env.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
fs.rs
Add creation time support to FileTimes on apple and windows
2023-05-15 15:04:39 +01:00
handle.rs
Use new bindings
2023-05-05 20:48:16 +01:00
io.rs
Use new bindings
2023-05-05 20:48:16 +01:00
memchr.rs
mv std libs to library/
2020-07-27 19:51:13 -05:00
mod.rs
Revert "use c literals in library"
2023-07-05 13:11:26 +02:00
net.rs
Fix windows Socket::connect_timeout overflow
2023-06-18 01:56:11 +08:00
os.rs
Remove various double spaces in source comments.
2023-01-14 17:22:04 +01:00
os_str.rs
Allow limited access to OsString bytes
2023-07-07 09:46:48 -05:00
path.rs
refactor: Remove bespoke from_os_str_bytes_unchecked
2023-05-13 19:09:00 +02:00
pipe.rs
Use new bindings
2023-05-05 20:48:16 +01:00
process.rs
Return Ok on kill if process has already exited
2023-07-01 01:38:39 +01:00
rand.rs
Lazy load ntdll functions on UWP
2023-06-10 16:34:20 +08:00
stack_overflow.rs
Use new bindings
2023-05-05 20:48:16 +01:00
stack_overflow_uwp.rs
Move all cleanup to sys::cleanup
2021-04-22 10:44:44 +02:00
stdio.rs
Fix bug in utf16_to_utf8 for zero length strings
2023-05-31 17:25:53 -07:00
thread.rs
Use new bindings
2023-05-05 20:48:16 +01:00
thread_local_dtor.rs
Minor improvements to Windows TLS dtors
2023-07-20 23:27:24 +01:00
thread_local_key.rs
Minor improvements to Windows TLS dtors
2023-07-20 23:27:24 +01:00
thread_parking.rs
Replace libc::{type} with crate::ffi::{type}
2023-01-28 11:24:13 +05:30
time.rs
Support setting file accessed/modified timestamps
2022-07-15 02:54:06 -07:00