summary refs log tree commit diff
path: root/src/libcore/ops.rs
AgeCommit message (Expand)AuthorLines
2016-08-20Rollup merge of #35806 - matthew-piziak:addassign-example, r=steveklabnikJonathan Turner-10/+21
2016-08-20Rollup merge of #35800 - matthew-piziak:mul-div-examples, r=steveklabnikJonathan Turner-0/+62
2016-08-20Rollup merge of #35710 - matthew-piziak:explicit-drop, r=steveklabnikJonathan Turner-0/+7
2016-08-20Rollup merge of #35709 - matthew-piziak:add-trait-example, r=GuillaumeGomezJonathan Turner-11/+23
2016-08-20Rollup merge of #35701 - matthew-piziak:rangefull-example-error, r=steveklabnikJonathan Turner-7/+20
2016-08-19replace `Neg` example with something more evocative of negationMatthew Piziak-11/+22
2016-08-19replace `Not` example with something more evocativeMatthew Piziak-11/+16
2016-08-19Remove the Option and bool impls for carrier and add a dummy implNick Cameron-60/+7
2016-08-18replace `AddAssign` example with something more evocative of additionMatthew Piziak-10/+21
2016-08-18note that calling drop() explicitly is a compiler errorMatthew Piziak-0/+7
2016-08-18split example into three sections with explanationMatthew Piziak-3/+14
2016-08-18demonstrate `RHS != Self` use cases for `Mul` and `Div`Matthew Piziak-0/+62
2016-08-18Use a Carrier trait with the `?` operatorNick Cameron-0/+125
2016-08-17replace Add example with something more evocative of additionMatthew Piziak-11/+23
2016-08-16RangeFull for-loop iteration fails because of IntoIteratorMatthew Piziak-1/+1
2016-08-15explicitly show how iterating over `..` failsMatthew Piziak-8/+10
2016-08-15expound on limitations of Rust's trait-based operator overloadingMatthew Piziak-3/+8
2016-07-08Stabilize `FnOnce::Output` + Fix rebasepetrochenkov-1/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-23/+1
2016-06-19doc: std::ops md formatting fixDaan Sprenkels-0/+1
2016-06-09make RangeInclusive Hash and !CopyAlex Burka-1/+1
2016-06-09derive Hash for rangesAlex Burka-5/+5
2016-06-05core: mark relevant functions with #[rustc_inherit_overflow_checks].Eduard Burtescu-0/+11
2016-04-13Add a note about overflowing in the `RangeFrom` iteratorTobias Bucher-0/+5
2016-03-24Add core::ops::Range*::contains() as per rust-lang/rust#32311NODA, Kai-6/+208
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-4/+0
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-1/+1
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-5/+92
2016-03-04add more unstable annotationsAlex Burka-0/+15
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-50/+30
2016-02-27note work still to be doneAlex Burka-5/+7
2016-02-27remove range lang itemsAlex Burka-4/+4
2016-02-27core: add inclusive ranges to core::opsAlex Burka-1/+71
2016-01-19Auto merge of #30696 - steveklabnik:gh30655, r=brsonbors-0/+10
2016-01-04doc: these examples do not need Copy and Clone traitsTshepang Lekhonkhobe-23/+1
2016-01-04Explain drop a bit moreSteve Klabnik-0/+10
2015-12-21Register new snapshotsAlex Crichton-73/+0
2015-12-17doc: improve clarity by introducing a pauseTshepang Lekhonkhobe-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-4/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+19
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+10
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-09-26Elide lifetime in Deref doc exampleFlorian Hartwig-1/+1
2015-09-18Overloaded augmented assignmentsJorge Aparicio-0/+528
2015-09-17doc: no need to mention the method by nameTshepang Lekhonkhobe-1/+1
2015-09-03Elide lifetimes in libcoreManish Goregaokar-4/+4
2015-08-27Restore removed code and mark it for usage in stage0Andrea Canciani-0/+41
2015-08-24Minimize the implementation of `Rem` in libcoreAndrea Canciani-32/+13
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-1/+3