rust/src/libcollectionstest
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
..
btree Address FIXME in libcollectionstest/btree/set.rs 2016-08-28 18:52:21 -04:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
cow_str.rs impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str> 2016-09-29 14:56:58 +02:00
enum_set.rs format with [rustfmt_skip] and addressed a few comments 2016-05-24 07:39:55 +05:30
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton 2016-10-13 19:56:53 -07:00
linked_list.rs run rustfmt on libcollections test module 2016-05-22 23:57:13 +05:30
slice.rs Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton 2016-10-13 19:56:53 -07:00
str.rs Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton 2016-10-11 17:51:26 +02:00
string.rs Add test for string AddAssign 2016-07-28 06:08:56 +08:00
vec.rs Auto merge of #37162 - matklad:static-mut-lint, r=jseyfried 2016-10-17 04:32:15 -07:00
vec_deque.rs Rename static mut to upper case 2016-10-14 17:21:11 +03:00