rust/library/std/src/sys/windows
2022-01-25 12:44:40 -05: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
os std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
path windows: Return the "Not Found" error when a path is empty 2021-11-17 03:11:14 +09:00
process Explicitly pass PATH to the Windows exe resolver 2022-01-03 12:55:42 +00:00
alloc.rs Move std::sys_common::alloc to std::sys::common 2021-04-14 13:24:10 +02:00
args.rs Implement modern Windows arg parsing 2021-08-08 22:11:30 +01:00
c.rs Fix CVE-2022-21658 for Windows 2022-01-19 15:59:21 +01:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
compat.rs Fix calling convention for CRT startup 2021-01-31 08:49:23 -08:00
condvar.rs No longer put windows condvars in a box. 2020-10-02 09:47:08 +02:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett 2022-01-25 05:51:09 +01:00
handle.rs Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett 2022-01-25 05:51:09 +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 make Windows abort_internal Miri-compatible 2022-01-25 12:44:40 -05:00
mutex.rs Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
net.rs Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett 2022-01-25 05:51:09 +01:00
os.rs Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se 2021-12-09 05:08:31 +01:00
os_str.rs Fix windows build 2021-12-28 11:40:58 +08:00
path.rs Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahc 2021-11-20 18:23:11 +00:00
pipe.rs I/O safety. 2021-08-19 12:02:39 -07:00
process.rs Explicitly pass PATH to the Windows exe resolver 2022-01-03 12:55:42 +00:00
rand.rs Use BCryptGenRandom instead of RtlGenRandom on Windows. 2021-10-15 13:22:28 +02:00
rwlock.rs Multiple improvements to RwLocks 2021-06-01 09:07:55 +02: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 Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Mark-Simulacrum 2022-01-04 16:34:14 +01:00
stdio_uwp.rs Reason safety for unsafe blocks for uwp stdin 2021-09-23 07:29:52 +08:00
thread.rs Rename std:🧵:available_onccurrency to std:🧵:available_parallelism 2021-09-28 14:59:33 +02:00
thread_local_dtor.rs Run destructors from existing tls callback 2021-11-01 15:19:49 +00:00
thread_local_key.rs Run destructors from existing tls callback 2021-11-01 15:19:49 +00:00
thread_parker.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
time.rs Implement the same optimization in windows/time 2020-10-08 17:04:32 -07:00