rust/library/std/src/sys/windows
Josh Triplett 828b637c2a Return an error if trying to set a file timestamp to 0 on Windows
This would otherwise silently ignore the attempt, since 0 serves as a
flag to not set a timestamp.
2022-07-15 02:54:06 -07: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
locks Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
os std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
path fix panic in Path::strip_prefix 2022-05-08 22:15:26 +08:00
process Expose process main_thread_handle on Windows 2022-05-10 02:41:19 -03:00
alloc.rs Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
args.rs Check for " and \ in a filename 2022-03-25 18:03:03 +00:00
c.rs Support setting file accessed/modified timestamps 2022-07-15 02:54:06 -07:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
compat.rs add inline(always) to option 2022-06-13 16:26:05 -07:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Return an error if trying to set a file timestamp to 0 on Windows 2022-07-15 02:54:06 -07:00
handle.rs Document that BorrowedFd may be used to do a dup. 2022-06-15 08:52:42 -07: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 Call the OS function to set the main thread's name on program init 2022-05-27 10:39:54 -04:00
net.rs use BOOL for TCP_NODELAY setsockopt value on Windows 2022-02-20 21:27:36 -08:00
os.rs Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
os_str.rs [fix] remove pub(crate) visibility 2022-05-07 09:22:30 +05:30
path.rs Improve Windows path prefix parsing 2022-04-17 01:23:46 -04: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 Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" 2022-05-17 18:46:11 -04:00
rand.rs Improve error message for fallback RNG failure 2022-05-16 13:49:12 -04: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 Hide Repr details from io::Error, and rework io::Error::new_const. 2022-02-04 18:47:29 -08: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 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 Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
time.rs Support setting file accessed/modified timestamps 2022-07-15 02:54:06 -07:00