about summary refs log tree commit diff
path: root/src/libcollections/range.rs
AgeCommit message (Expand)AuthorLines
2017-06-13Merge crate `collections` into `alloc`Murarth-152/+0
2017-05-21Make RangeInclusive just a two-field structScott McMurray-8/+2
2017-04-10Apply clippy's doc_markdown improvements to libcollectionsAndre Bogus-1/+1
2017-03-22Add 'the' before 'start'/'end'Stjepan Glavina-2/+2
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-4/+4
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-2/+0
2017-02-18add impl for RangeToInclusiveDjzin-1/+11
2017-02-18impl RangeArgument for RangeInclusive and add appropriate testsDjzin-1/+17
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