about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-08-25Rollup merge of #35947 - SimonSapin:decodeutf8-error-handling, r=alexcrichtonManish Goregaokar-13/+69
2016-08-24Auto merge of #35971 - jonathandturner:rollup, r=jonathandturnerbors-19/+43
2016-08-24Rollup merge of #35876 - matthew-piziak:sub-examples, r=GuillaumeGomezJonathan Turner-19/+43
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-99/+0
2016-08-23Rollup merge of #35949 - tshepang:excess, r=GuillaumeGomezGuillaume Gomez-1/+0
2016-08-23Rollup merge of #35936 - matthew-piziak:div-rational-example, r=GuillaumeGomezGuillaume Gomez-9/+52
2016-08-23Rollup merge of #35910 - tbu-:pr_weird_linebreak, r=alexcrichtonGuillaume Gomez-2/+3
2016-08-23doc: one line too manyTshepang Lekhonkhobe-1/+0
2016-08-23Yield Err in char::decode_utf8 per Unicode, like String::from_utf8_lossySimon Sapin-13/+69
2016-08-23replace `Div` example with something more evocative of divisionMatthew Piziak-9/+52
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-11/+262
2016-08-23Auto merge of #35627 - apasel422:coerce-cell, r=alexcrichtonbors-0/+16
2016-08-22Auto merge of #35766 - brson:bump, r=alexcrichtonbors-51/+29
2016-08-23Change a weird line break in `core::str`Tobias Bucher-2/+3
2016-08-22Rollup merge of #35878 - matthew-piziak:ptr-assertions, r=GuillaumeGomezJonathan Turner-4/+8
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-21replace `println!` statements with `assert!`ions in `std::ptr` examplesMatthew Piziak-4/+8
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-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-20Auto merge of #35607 - alexcrichton:stabilize-1.12, r=brsonbors-10/+48
2016-08-19Remove old stage0 compatibilityBrian Anderson-51/+29
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-10/+48
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-18Auto merge of #35719 - Amanieu:atomic_access, r=alexcrichtonbors-0/+142
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-18Add a FusedIterator trait.Steven Allen-11/+262
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-17Rollup merge of #35695 - matthew-piziak:vec-assert-over-println, r=GuillaumeG...Jonathan Turner-15/+2
2016-08-17Rollup merge of #35690 - matthew-piziak:op-overloading-limited, r=steveklabnikJonathan Turner-3/+8
2016-08-17Rollup merge of #35663 - CryZe:no-stdlib, r=ManishearthJonathan Turner-0/+5