rust/src/libcollections
Aaron Turon 1d5983aded Deprecate range, range_step, count, distributions
This commit deprecates the `count`, `range` and `range_step` functions
in `iter`, in favor of range notation. To recover all existing
functionality, a new `step_by` adapter is provided directly on `ops::Range`
and `ops::RangeFrom`.

[breaking-change]
2015-03-13 14:45:13 -07:00
..
btree Example -> Examples 2015-03-11 21:11:40 -04:00
bench.rs Test fixes and rebase conflicts 2015-02-11 15:05:39 -08:00
binary_heap.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
bit.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
borrow.rs Example -> Examples 2015-03-11 21:11:40 -04:00
enum_set.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
fmt.rs Example -> Examples 2015-03-11 21:11:40 -04:00
lib.rs Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
linked_list.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
macros.rs Example -> Examples 2015-03-11 21:11:40 -04:00
slice.rs Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
str.rs Example -> Examples 2015-03-11 21:11:40 -04:00
string.rs Fix markdown bullet points in function docs 2015-03-10 22:47:08 -04:00
vec.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
vec_deque.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
vec_map.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00