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
/
libcore
/
ops
/
range.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-05
Stop importing the float modules. Use assoc consts
Linus Färnstrand
-12
/
+0
2020-04-03
Replace float module consts with assoc consts in documentation
Linus Färnstrand
-6
/
+4
2020-03-19
Removed unused `Hasher` import.
CDirkx
-1
/
+1
2020-03-19
Derive PartialEq, Eq and Hash for RangeInclusive
CDirkx
-21
/
+1
2020-02-08
Remove problematic specialization from RangeInclusive
CAD97
-31
/
+14
2020-02-01
Remove some unsound specializations
Matthew Jasper
-23
/
+15
2019-12-21
Document privacy of RangeInclusive fields
Mark Rousskov
-0
/
+5
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-9
/
+3
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+9
2019-11-26
Format libcore with rustfmt
David Tolnay
-5
/
+1
2019-06-05
Remove dereference
Chris Gregory
-1
/
+1
2019-06-05
Take self by value (Self is Copy here)
Chris Gregory
-1
/
+1
2019-06-01
Enable feature bound_cloned for tests
Chris Gregory
-0
/
+1
2019-05-31
Make Bound::cloned public
Chris Gregory
-1
/
+1
2019-05-30
Fix compilation errors
Chris Gregory
-2
/
+2
2019-05-30
Add Bound::cloned()
Chris Gregory
-0
/
+22
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-6
/
+6
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-04-01
Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl
Lukas Kalbertodt
-5
/
+17
2019-03-16
Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin
kennytm
-30
/
+19
2019-03-12
Stabilize Range*::contains.
Steven Malis
-30
/
+19
2019-03-11
Fix RangeBounds documentation to include inclusive operations
Chris Gregory
-1
/
+1
2019-03-11
Standardize `Range*` documentation
Chris Gregory
-26
/
+42
2019-02-23
Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay
Mazdak Farrokhzad
-0
/
+2
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-03
RangeInclusive internal iteration performance improvement.
Matthieu M
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-2
/
+2
2018-10-31
Bump nightly to 1.32.0
Alex Crichton
-1
/
+1
2018-10-21
Fix a typo in the documentation of RangeInclusive
Jakub Kądziołka
-1
/
+1
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-0
/
+1
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-5
/
+5
2018-07-13
Changed implementation of the third field to make LLVM optimize it better.
kennytm
-6
/
+14
2018-07-13
Include is_empty() in PartialEq and Hash.
kennytm
-0
/
+19
2018-07-13
Change RangeInclusive to a three-field struct.
kennytm
-7
/
+31
2018-05-24
stabilize RangeBounds collections_range #30877
Cory Sherman
-85
/
+53
2018-05-17
Add doc comments mentioning unspecified behaviour upon exhaustion
varkor
-1
/
+10
2018-05-17
Stabilise into_inner
varkor
-3
/
+1
2018-05-17
Stabilise inclusive_range_methods
varkor
-10
/
+3
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-10
/
+0
2018-05-09
add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022)
Sebastian Köln
-0
/
+15
2018-05-01
new() should be const; start()/end() after iteration is unspecified.
kennytm
-1
/
+17
2018-05-01
Removed direct field usage of RangeInclusive in rustc itself.
kennytm
-1
/
+1
2018-04-30
Make the fields of RangeInclusive private.
kennytm
-1
/
+59
2018-04-26
Add more doc aliases
Guillaume Gomez
-0
/
+6
2018-04-10
Add symmetric requirement of PartialOrd.
Steven Malis
-8
/
+8
2018-04-07
Add float NaN tests.
Steven Malis
-21
/
+59
2018-04-07
fix tests
Steven Malis
-22
/
+22
2018-04-07
Update based on RangeBounds trait being moved to libcore.
Steven Malis
-12
/
+63
2018-03-29
impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T>
Simon Sapin
-0
/
+60
[next]