summary refs log tree commit diff
path: root/src/libcollections/range.rs
AgeCommit message (Expand)AuthorLines
2017-01-14make rangeargument methods non-default; simplify impldjzin-17/+18
2017-01-14allow unsized types in `RangeArgument`djzin-1/+19
2017-01-14fix up testsdjzin-9/+13
2017-01-14impl RangeArgument for (Bound<T>, Bound<T>)djzin-0/+18
2017-01-14have RangeArgument return a Bound<&T> from each of its methodsdjzin-12/+13
2016-08-24Remove needless imports in `libcollections`.Jeffrey Seyfried-1/+0
2016-08-02Add doc examples for `range::RangeArgument::{start,end}`.Corey Farwell-0/+32
2016-02-27note work still to be doneAlex Burka-0/+1
2016-01-13update tracking issue for collections_rangeAlex Burka-2/+3
2015-11-24rustfmt libcollectionsNick Cameron-6/+18
2015-08-15collections: Add issues for unstable featuresAlex Crichton-1/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-0/+1
2015-04-27collections: Add trait RangeArgumentUlrik Sverdrup-0/+45