summary refs log tree commit diff
path: root/src/libcollections/range.rs
AgeCommit message (Collapse)AuthorLines
2015-08-15collections: Add issues for unstable featuresAlex Crichton-1/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-0/+1
This commit also deprecates the `as_string` and `as_slice` free functions in the `string` and `vec` modules.
2015-04-27collections: Add trait RangeArgumentUlrik Sverdrup-0/+45
RangeArgument is introduced as unstable under the feature(collections_range)