about summary refs log tree commit diff
path: root/src/libcore/ops.rs
AgeCommit message (Expand)AuthorLines
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-6/+1
2016-08-24Rollup merge of #35876 - matthew-piziak:sub-examples, r=GuillaumeGomezJonathan Turner-19/+43
2016-08-23add more-evocative examples for `Shl` and `Shr`Matthew Piziak-18/+76
2016-08-23replace `Div` example with something more evocative of divisionMatthew Piziak-9/+52
2016-08-23improve documentation for `Fn*` traitsMatthew Piziak-0/+165
2016-08-22Rollup merge of #35864 - matthew-piziak:index-example, r=GuillaumeGomezJonathan Turner-13/+29
2016-08-22Rollup merge of #35861 - matthew-piziak:rem-example, r=GuillaumeGomezJonathan Turner-11/+19
2016-08-22Rollup merge of #35860 - matthew-piziak:mul-example, r=GuillaumeGomezJonathan Turner-10/+47
2016-08-22Rollup merge of #35809 - matthew-piziak:bitwise-and-example, r=GuillaumeGomezJonathan Turner-12/+27
2016-08-22more evocative examples for `Sub` and `SubAssign`Matthew Piziak-19/+43
2016-08-22replace `BitAnd` example with something more evocative of bitwise ANDMatthew Piziak-12/+27
2016-08-22replace `Mul` example with something more evocative of multiplicationMatthew Piziak-10/+47
2016-08-21Auto merge of #35777 - nrc:carrier3, r=@nikomatsakisbors-0/+72
2016-08-20replace `Index` example with something more evocative of indexingMatthew Piziak-13/+29
2016-08-20replace `Rem` example with something more evocativeMatthew Piziak-11/+19
2016-08-20show how iterating over `RangeTo` and `RangeToInclusive` failsMatthew Piziak-12/+43
2016-08-20Rollup merge of #35830 - matthew-piziak:not-example, r=steveklabnikJonathan Turner-11/+22
2016-08-20Rollup merge of #35827 - matthew-piziak:neg-example, r=steveklabnikJonathan Turner-11/+16
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