rust/src/libcollectionstest
bors fc98b19cf7 Auto merge of #23832 - petrochenkov:usize, r=aturon
These constants are small and can fit even in `u8`, but semantically they have type `usize` because they denote sizes and are almost always used in `usize` context. The change of their type to `u32` during the integer audit led only to the large amount of `as usize` noise (see the second commit, which removes this noise).

This is a minor [breaking-change] to an unstable interface.

r? @aturon
2015-04-03 04:29:52 +00:00
..
bit Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00
btree Fallout from changing fn traits to use inheritance rather than bridge 2015-03-23 19:57:30 -04:00
bench.rs Fallout where types must be specified. 2015-03-30 05:02:20 -04:00
binary_heap.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
enum_set.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs Test fixes and rebase conflicts, round 1 2015-03-31 15:53:25 -07:00
linked_list.rs move some tests back to libcollections 2015-03-16 21:57:42 -05:00
slice.rs rollup merge of #23945: pnkfelix/gate-u-negate 2015-04-01 18:36:21 -07:00
str.rs std: Changing the meaning of the count to splitn 2015-04-01 13:29:42 -07:00
string.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
vec.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00
vec_deque.rs rollup merge of #23288: alexcrichton/issue-19470 2015-03-31 15:59:35 -07:00
vec_map.rs extract libcollections tests into libcollectionstest 2015-03-16 21:57:42 -05:00