rust/src/libcollections
bors e3d00a4980 Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichton
Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest (see #23870, #24030 and http://users.rust-lang.org/t/guidelines-naming-of-unit-test-module/1078 for previous discussions).

r? @alexcrichton
2015-04-25 09:55:06 +00:00
..
btree rollup merge of #24541: alexcrichton/issue-24538 2015-04-21 15:28:06 -07:00
binary_heap.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
bit.rs rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
borrow.rs Fix borrow docs 2015-04-09 12:51:19 -04:00
enum_set.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
fmt.rs Whoops, please tidy 2015-04-24 18:59:47 -04:00
lib.rs unstabilize Words struct 2015-04-21 15:31:45 -04:00
linked_list.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
slice.rs std: Remove deprecated AsOsStr/Str/AsSlice traits 2015-04-21 11:37:34 -07:00
str.rs rollup merge of #24636: alexcrichton/remove-deprecated 2015-04-21 15:28:53 -07:00
string.rs Test fixes and rebase conflicts, round 1 2015-04-21 16:17:24 -07:00
vec_deque.rs Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
vec_map.rs rollup merge of #24541: alexcrichton/issue-24538 2015-04-21 15:28:06 -07:00
vec.rs Test fixes and rebase conflicts, round 1 2015-04-21 16:17:24 -07:00