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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
ops.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-20
Rollup merge of #35710 - matthew-piziak:explicit-drop, r=steveklabnik
Jonathan Turner
-0
/
+7
2016-08-20
Rollup merge of #35709 - matthew-piziak:add-trait-example, r=GuillaumeGomez
Jonathan Turner
-11
/
+23
2016-08-20
Rollup merge of #35701 - matthew-piziak:rangefull-example-error, r=steveklabnik
Jonathan Turner
-7
/
+20
2016-08-19
replace `Neg` example with something more evocative of negation
Matthew Piziak
-11
/
+22
2016-08-19
replace `Not` example with something more evocative
Matthew Piziak
-11
/
+16
2016-08-19
Remove the Option and bool impls for carrier and add a dummy impl
Nick Cameron
-60
/
+7
2016-08-18
replace `AddAssign` example with something more evocative of addition
Matthew Piziak
-10
/
+21
2016-08-18
note that calling drop() explicitly is a compiler error
Matthew Piziak
-0
/
+7
2016-08-18
split example into three sections with explanation
Matthew Piziak
-3
/
+14
2016-08-18
demonstrate `RHS != Self` use cases for `Mul` and `Div`
Matthew Piziak
-0
/
+62
2016-08-18
Use a Carrier trait with the `?` operator
Nick Cameron
-0
/
+125
2016-08-17
replace Add example with something more evocative of addition
Matthew Piziak
-11
/
+23
2016-08-16
RangeFull for-loop iteration fails because of IntoIterator
Matthew Piziak
-1
/
+1
2016-08-15
explicitly show how iterating over `..` fails
Matthew Piziak
-8
/
+10
2016-08-15
expound on limitations of Rust's trait-based operator overloading
Matthew Piziak
-3
/
+8
2016-07-08
Stabilize `FnOnce::Output` + Fix rebase
petrochenkov
-1
/
+1
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-23
/
+1
2016-06-19
doc: std::ops md formatting fix
Daan Sprenkels
-0
/
+1
2016-06-09
make RangeInclusive Hash and !Copy
Alex Burka
-1
/
+1
2016-06-09
derive Hash for ranges
Alex Burka
-5
/
+5
2016-06-05
core: mark relevant functions with #[rustc_inherit_overflow_checks].
Eduard Burtescu
-0
/
+11
2016-04-13
Add a note about overflowing in the `RangeFrom` iterator
Tobias Bucher
-0
/
+5
2016-03-24
Add core::ops::Range*::contains() as per rust-lang/rust#32311
NODA, Kai
-6
/
+208
2016-03-20
Update snapshots to 2016-03-18 (235d774).
Eduard Burtescu
-4
/
+0
2016-03-07
Auto merge of #32051 - steveklabnik:gh9447, r=bluss
bors
-1
/
+1
2016-03-06
Auto merge of #30884 - durka:inclusive-ranges, r=aturon
bors
-5
/
+92
2016-03-04
add more unstable annotations
Alex Burka
-0
/
+15
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-50
/
+30
2016-02-27
note work still to be done
Alex Burka
-5
/
+7
2016-02-27
remove range lang items
Alex Burka
-4
/
+4
2016-02-27
core: add inclusive ranges to core::ops
Alex Burka
-1
/
+71
2016-01-19
Auto merge of #30696 - steveklabnik:gh30655, r=brson
bors
-0
/
+10
2016-01-04
doc: these examples do not need Copy and Clone traits
Tshepang Lekhonkhobe
-23
/
+1
2016-01-04
Explain drop a bit more
Steve Klabnik
-0
/
+10
2015-12-21
Register new snapshots
Alex Crichton
-73
/
+0
2015-12-17
doc: improve clarity by introducing a pause
Tshepang Lekhonkhobe
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+19
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+10
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-2
/
+0
2015-09-26
Elide lifetime in Deref doc example
Florian Hartwig
-1
/
+1
2015-09-18
Overloaded augmented assignments
Jorge Aparicio
-0
/
+528
2015-09-17
doc: no need to mention the method by name
Tshepang Lekhonkhobe
-1
/
+1
2015-09-03
Elide lifetimes in libcore
Manish Goregaokar
-4
/
+4
2015-08-27
Restore removed code and mark it for usage in stage0
Andrea Canciani
-0
/
+41
2015-08-24
Minimize the implementation of `Rem` in libcore
Andrea Canciani
-32
/
+13
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-1
/
+3
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-1
/
+3
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-6
/
+6
[prev]
[next]