rust/src/libcollections
Manish Goregaokar c51c377982 Rollup merge of #22539 - oli-obk:style_nitpicks, r=Manishearth
I tried to follow [the style guide][1] as much as possible. This is just from some random readings of the code, so no guarantees on completeness, even in the edited files.

[1]: http://aturon.github.io/style/README.html
2015-02-25 03:21:37 +05:30
..
btree Rollup merge of #22539 - oli-obk:style_nitpicks, r=Manishearth 2015-02-25 03:21:37 +05:30
bench.rs Test fixes and rebase conflicts 2015-02-11 15:05:39 -08:00
binary_heap.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
bit.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
borrow.rs Change int to i32 in Cow example. 2015-02-22 20:31:12 -05:00
enum_set.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
fmt.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
lib.rs Register new snapshots 2015-02-20 22:17:17 -08:00
linked_list.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
macros.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
slice.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
str.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
string.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
vec_deque.rs Fix broken tests 2015-02-24 23:42:09 +03:00
vec_map.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
vec.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00