rust/src/libstd/sys/windows
Dylan DPC 8993358e77
Rollup merge of #70081 - lcnr:issue68387, r=varkor
add `unused_braces` lint

Add the lint `unused_braces` which is warn by default.

`unused_parens` is also extended and now checks anon consts.

closes #68387

r? @varkor
2020-04-01 00:27:20 +02:00
..
ext tidy: change msdn links to newer locations 2019-12-25 15:35:54 +00:00
alloc.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
args.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
c.rs fix TryEnterCriticalSection return type 2020-03-28 21:10:11 +01:00
cmath.rs Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC 2020-01-08 22:56:33 +00:00
compat.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
condvar.rs Format the world 2019-12-22 17:42:47 -05:00
env.rs Remove licenses 2018-12-25 21:08:33 -07:00
fast_thread_local.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
fs.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
handle.rs fix internal lint fallout 2020-03-31 19:01:48 +02:00
io.rs Implement Copy for IoSlice 2020-02-23 18:32:36 +01:00
memchr.rs Cosmetic improvements 2019-01-13 19:47:02 +00:00
mod.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
mutex.rs Fix abort-on-eprintln during process shutdown 2020-03-20 07:34:56 -07:00
net.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
os.rs avoid creating unnecessary reference in Windows Env iterator 2020-03-27 16:34:15 +01:00
os_str.rs ascii methods on osstr 2020-03-28 18:34:48 -04:00
path.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
pipe.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
process.rs use make_ascii_uppercase in windows/process.rs 2020-03-28 18:34:49 -04:00
rand.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
rwlock.rs Format the world 2019-12-22 17:42:47 -05:00
stack_overflow.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
stack_overflow_uwp.rs std: win: Disable stack overflow handling on UWP 2019-07-25 21:30:08 +02:00
stdio.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
stdio_uwp.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
thread.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
thread_local.rs Format libstd/sys with rustfmt 2019-11-29 18:37:58 -08:00
time.rs Use GetSystemTimePreciseAsFileTime if it is available 2020-03-09 18:23:23 +02:00