index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
range.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-152
/
+0
2017-05-21
Make RangeInclusive just a two-field struct
Scott McMurray
-8
/
+2
2017-04-10
Apply clippy's doc_markdown improvements to libcollections
Andre Bogus
-1
/
+1
2017-03-22
Add 'the' before 'start'/'end'
Stjepan Glavina
-2
/
+2
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-4
/
+4
2017-03-17
Minor fixups to fix tidy errors
Alex Crichton
-2
/
+0
2017-02-18
add impl for RangeToInclusive
Djzin
-1
/
+11
2017-02-18
impl RangeArgument for RangeInclusive and add appropriate tests
Djzin
-1
/
+17
2017-01-14
make rangeargument methods non-default; simplify impl
djzin
-17
/
+18
2017-01-14
allow unsized types in `RangeArgument`
djzin
-1
/
+19
2017-01-14
fix up tests
djzin
-9
/
+13
2017-01-14
impl RangeArgument for (Bound<T>, Bound<T>)
djzin
-0
/
+18
2017-01-14
have RangeArgument return a Bound<&T> from each of its methods
djzin
-12
/
+13
2016-08-24
Remove needless imports in `libcollections`.
Jeffrey Seyfried
-1
/
+0
2016-08-02
Add doc examples for `range::RangeArgument::{start,end}`.
Corey Farwell
-0
/
+32
2016-02-27
note work still to be done
Alex Burka
-0
/
+1
2016-01-13
update tracking issue for collections_range
Alex Burka
-2
/
+3
2015-11-24
rustfmt libcollections
Nick Cameron
-6
/
+18
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-1
/
+2
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-0
/
+1
2015-04-27
collections: Add trait RangeArgument
Ulrik Sverdrup
-0
/
+45