rust/tests
bors dd06c06183 Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=phansch
Detect usage of invalid atomic ordering in memory fences

Detect usage of `core::sync::atomic::{fence, compiler_fence}` with `Ordering::Relaxed` and suggest valid alternatives.

changelog: Extend `invalid_atomic_ordering` to lint memory fences

Fixes #5026
2020-01-21 05:53:46 +00:00
..
auxiliary
ui Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=phansch 2020-01-21 05:53:46 +00:00
ui-toml
compile-test.rs Fix lint warning in compile-test.rs 2020-01-12 19:54:17 +08:00
dogfood.rs
fmt.rs a few small cleanups 2019-12-23 05:28:23 +07:00
integration.rs do minor cleanups 2019-12-24 03:06:52 +07:00
matches.rs Rustup to https://github.com/rust-lang/rust/pull/67853 2020-01-04 11:30:03 +01:00
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs