rust/library/std/src/sys/windows
Dylan DPC af895b0715
Rollup merge of #95802 - RalfJung:unused-win, r=Dylan-DPC
fix unused constant warning on some Windows targets

When none of those `cfg_if!` apply (and on Miri), the constant remains unused.
2022-04-09 12:52:06 +02: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 Rename RWLock to RwLock in std::sys. 2022-04-06 16:33:53 +02: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 Skip a test if symlink creation is not possible 2022-03-19 15:09:36 +00:00
alloc.rs Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
args.rs Implement modern Windows arg parsing 2021-08-08 22:11:30 +01:00
c.rs Make synchronous_write safe to call 2022-04-05 08:17:47 +01:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
compat.rs do not round-trip function pointer through integer 2022-04-07 15:00:07 -04:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fs.rs Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
handle.rs Use rtabort 2022-04-05 08:17:48 +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 fix some unused constant warning on some Windows targets 2022-04-08 08:36:56 -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 windows build 2021-12-28 11:40:58 +08:00
path.rs std::path::absolute 2022-02-08 14:57:34 +00:00
pipe.rs Windows: Increase a pipe's buffer capacity to 64kb 2022-04-07 20:34:55 +01:00
process.rs Keep the path after program_exists succeeds 2022-02-17 13:17:19 +00:00
rand.rs Use BCryptGenRandom instead of RtlGenRandom on Windows. 2021-10-15 13:22:28 +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 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 Rollup merge of #94618 - lewisclark:remove-stack-size-rounding, r=yaahc 2022-03-04 22:58:37 +01: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 Make the stdlib largely conform to strict provenance. 2022-03-29 20:18:21 -04:00
time.rs make Instant::{duration_since, elapsed, sub} saturating and remove workarounds 2022-02-13 01:04:55 +01:00