summary refs log tree commit diff
path: root/src/libcore/ops.rs
AgeCommit message (Expand)AuthorLines
2016-11-04Auto merge of #37356 - cristicbz:wrapsum, r=alexcrichtonbors-52/+0
2016-11-02Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=blussJonathan Turner-2/+2
2016-11-01Elide lifetimes in DerefMut documentationDmitry Gritsay-2/+2
2016-11-01Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomezGuillaume Gomez-3/+3
2016-10-31Rollup merge of #37486 - msiglreith:pr_doc_bitandassign, r=apasel422Guillaume Gomez-1/+1
2016-10-30Fix typo in the BitAndAssign operator documentationmsiglreith-1/+1
2016-10-28improve docs for Index and IndexMutCobrand-18/+67
2016-10-23Implement ops on `&Wrapping<T>`Cristi Cobzarenco-52/+0
2016-10-21Fix a few links in the docsOliver Middleton-3/+3
2016-09-30Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnikSteve Klabnik-15/+19
2016-09-29Add missing urls for ops moduleGuillaume Gomez-15/+19
2016-09-16Clarify Index/IndexMut trait docsUlrik Sverdrup-13/+13
2016-09-02Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnikJonathan Turner-0/+12
2016-08-31replace `../` with `../../std/` to support `core` docsMatthew Piziak-2/+2
2016-08-31Rollup merge of #35927 - matthew-piziak:bitandassign-example, r=GuillaumeGomezJonathan Turner-9/+51
2016-08-31Rollup merge of #35926 - matthew-piziak:bit-or-xor-examples, r=GuillaumeGomezJonathan Turner-18/+81
2016-08-30replace `BitAndAssign` example with something more evocativeMatthew Piziak-9/+51
2016-08-30add evocative examples for `BitOr` and `BitXor`Matthew Piziak-18/+81
2016-08-30Rollup merge of #35993 - matthew-piziak:bitwise-and-redux, r=GuillaumeGomezGuillaume Gomez-21/+41
2016-08-30Rollup merge of #35863 - matthew-piziak:shl-example, r=steveklabnikGuillaume Gomez-18/+76
2016-08-30Rollup merge of #35810 - matthew-piziak:fn-trait-example, r=steveklabnikGuillaume Gomez-0/+165
2016-08-30Rollup merge of #35771 - matthew-piziak:range-inclusive-example-error, r=stev...Guillaume Gomez-12/+43
2016-08-29demonstrate `RHS != Self` use cases for `Add` and `Sub`Matthew Piziak-0/+12
2016-08-26improve `BitAnd` trait documentationMatthew Piziak-21/+41
2016-08-25Auto merge of #35906 - jseyfried:local_prelude, r=eddybbors-6/+1
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