rust/library/std/src/sys/windows
2022-10-01 03:23:08 +01: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 Windows error codes: Add two missing ones 2021-06-18 18:51:53 +01:00
handle Tests for unsound Windows file methods 2022-07-06 17:40:21 +01:00
locks Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc 2022-09-20 22:00:08 +00: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
alloc.rs Explicitly link kernel32.lib from alloc 2022-09-10 11:57:36 +01:00
args.rs Add a fixme comment 2022-06-28 12:18:16 +01:00
c.rs Remove RtlGenRandom (take two) 2022-09-20 18:39:31 +01:00
cmath.rs Correct typo 2022-08-31 18:25:00 +08:00
compat.rs Reinstate preloading of some dll imports 2022-08-28 02:52:06 +01:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs SetFileTime doesn't allow setting the file time to 0xFFFF_FFFF_FFFF_FFFF 2022-10-01 03:23:08 +01:00
handle.rs Address reviewer comments 2022-08-18 10:34:40 +01:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett 2022-09-02 21:08:08 +00:00
net.rs Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding 2022-06-23 21:01:58 +02:00
os.rs Replace most uses of pointer::offset with add and sub 2022-08-21 02:21:41 +04:00
os_str.rs Optimize Wtf8Buf::into_string for the case where it contains UTF-8. 2022-06-23 13:10:47 -07:00
path.rs Restore old behaviour on broken UNC paths 2022-09-03 07:56:38 +01:00
pipe.rs Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" 2022-05-17 18:46:11 -04:00
process.rs Implement ExitCodeExt for Windows 2022-06-09 15:32:01 +02:00
rand.rs Remove RtlGenRandom (take two) 2022-09-20 18:39:31 +01:00
stack_overflow.rs Apply clippy suggestions 2021-10-09 18:56:01 +02:00
stack_overflow_uwp.rs Move all cleanup to sys::cleanup 2021-04-22 10:44:44 +02:00
stdio.rs Avoid MaybeUninit::uninit_array() 2022-08-30 06:10:55 -07:00
stdio_uwp.rs Reason safety for unsafe blocks for uwp stdin 2021-09-23 07:29:52 +08:00
thread.rs Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
thread_local_dtor.rs Never inline Windows dtor access 2022-08-01 03:53:16 +01:00
thread_local_key.rs Run destructors from existing tls callback 2021-11-01 15:19:49 +00:00
thread_parker.rs Windows: Load synch functions together 2022-08-18 07:39:14 +01:00
time.rs Support setting file accessed/modified timestamps 2022-07-15 02:54:06 -07:00