rust/library/std/src/sys/windows
Chris Denton e585b0ed58
Use FileEndOfFileInfo, not FileAllocationInfo
This fixes WINE support
2023-12-17 17:57:33 +00:00
..
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 Update windows-bindgen 2023-11-17 12:18:04 +00: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
api.rs library: fix comment about const assert in win api 2023-12-06 13:52:30 +03:00
args.rs fix(std): Rename os_str_bytes to encoded_bytes 2023-09-01 19:33:16 -05:00
c.rs library: use c string literals 2023-12-03 14:54:09 +03:00
cmath.rs Remove libc 2023-10-06 00:35:00 +01:00
compat.rs library: use c string literals 2023-12-03 14:54:09 +03:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Use FileEndOfFileInfo, not FileAllocationInfo 2023-12-17 17:57:33 +00:00
handle.rs unnecessary_cast 2023-11-22 13:00:29 +00:00
io.rs unnecessary_cast 2023-11-22 13:00:29 +00:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs library: use c string literals 2023-12-03 14:54:09 +03:00
net.rs duration_subsec 2023-11-22 13:00:29 +00:00
os.rs redundant_closure 2023-11-22 13:00:29 +00:00
os_str.rs fix(std): Rename os_str_bytes to encoded_bytes 2023-09-01 19:33:16 -05:00
path.rs op_ref 2023-11-22 13:00:30 +00:00
pipe.rs add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err 2023-05-30 15:39:17 +02:00
process.rs Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomcc 2023-11-24 08:23:53 +01:00
rand.rs Lazy load ntdll functions on UWP 2023-06-10 16:34:20 +08:00
stack_overflow.rs Create windows/api.rs for safer FFI 2023-10-16 20:04:54 +01:00
stack_overflow_uwp.rs Move all cleanup to sys::cleanup 2021-04-22 10:44:44 +02:00
stdio.rs manual_range_contains 2023-11-22 13:17:01 +00:00
thread.rs Auto merge of #116461 - ChrisDenton:sleep, r=thomcc 2023-10-24 11:14:15 +00:00
thread_local_dtor.rs Minor improvements to Windows TLS dtors 2023-07-20 23:27:24 +01:00
thread_local_key.rs std: explain unconventional choice of let-else binding over while-let loop 2023-10-09 15:09:18 +02:00
thread_parking.rs Replace libc::{type} with crate::ffi::{type} 2023-01-28 11:24:13 +05:30
time.rs cmp_null 2023-11-22 13:17:02 +00:00