rust/src/libstd/sync
bors 07b86d0d4d Auto merge of #37162 - matklad:static-mut-lint, r=jseyfried
Lint against lowercase static mut

Closes #37145.

Lint for non mut statics was added in https://github.com/rust-lang/rust/pull/7523, and it explicitly did not cover mut statics. I am not sure why.
2016-10-17 04:32:15 -07:00
..
mpsc Deprecate Reflect 2016-10-12 08:40:22 +13:00
barrier.rs Ignore lots and lots of std tests on emscripten 2016-09-30 14:02:48 -07:00
condvar.rs Ignore lots and lots of std tests on emscripten 2016-09-30 14:02:48 -07:00
mod.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
mutex.rs Ignore various entire test modules on emscripten 2016-09-30 14:02:56 -07:00
once.rs Rename static mut to upper case 2016-10-14 17:21:11 +03:00
rwlock.rs Update 2016-10-13 21:07:18 +05:30