| .. |
|
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
|
Sort windows_sys.lst alphabetically
|
2023-05-05 20:48:17 +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 |
|
thread_local_key
|
std: optimize TLS on Windows
|
2022-10-08 20:19:21 +02:00 |
|
alloc.rs
|
Explicitly link kernel32.lib from alloc
|
2022-09-10 11:57:36 +01:00 |
|
args.rs
|
Use from_wide_to_user_path in read_link
|
2023-05-03 11:31:41 +01:00 |
|
c.rs
|
Generate windows-sys bindings
|
2023-05-05 20:48:16 +01:00 |
|
cmath.rs
|
Correct typo
|
2022-08-31 18:25:00 +08:00 |
|
compat.rs
|
Use new bindings
|
2023-05-05 20:48:16 +01:00 |
|
env.rs
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|
fs.rs
|
Use new bindings
|
2023-05-05 20:48:16 +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
|
Windows: map a few more error codes to ErrorKind
|
2023-04-16 23:42:59 +01:00 |
|
net.rs
|
Use new bindings
|
2023-05-05 20:48:16 +01:00 |
|
os.rs
|
Remove various double spaces in source comments.
|
2023-01-14 17:22:04 +01:00 |
|
os_str.rs
|
Inline AsInner implementations
|
2023-05-01 13:25:09 +02:00 |
|
path.rs
|
Windows: make Command prefer non-verbatim paths
|
2022-12-02 14:32:06 +00:00 |
|
pipe.rs
|
Use new bindings
|
2023-05-05 20:48:16 +01:00 |
|
process.rs
|
Use new bindings
|
2023-05-05 20:48:16 +01:00 |
|
rand.rs
|
Use new bindings
|
2023-05-05 20:48:16 +01: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
|
Use new bindings
|
2023-05-05 20:48:16 +01:00 |
|
thread.rs
|
Use new bindings
|
2023-05-05 20:48:16 +01:00 |
|
thread_local_dtor.rs
|
Never inline Windows dtor access
|
2022-08-01 03:53:16 +01:00 |
|
thread_local_key.rs
|
std: optimize TLS on Windows
|
2022-10-08 20:19:21 +02: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 |