| Age | Commit message (Expand) | Author | Lines |
| 2016-08-25 | Rollup merge of #35947 - SimonSapin:decodeutf8-error-handling, r=alexcrichton | Manish Goregaokar | -13/+69 |
| 2016-08-24 | Auto merge of #35971 - jonathandturner:rollup, r=jonathandturner | bors | -19/+43 |
| 2016-08-24 | Rollup merge of #35876 - matthew-piziak:sub-examples, r=GuillaumeGomez | Jonathan Turner | -19/+43 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -99/+0 |
| 2016-08-23 | Rollup merge of #35949 - tshepang:excess, r=GuillaumeGomez | Guillaume Gomez | -1/+0 |
| 2016-08-23 | Rollup merge of #35936 - matthew-piziak:div-rational-example, r=GuillaumeGomez | Guillaume Gomez | -9/+52 |
| 2016-08-23 | Rollup merge of #35910 - tbu-:pr_weird_linebreak, r=alexcrichton | Guillaume Gomez | -2/+3 |
| 2016-08-23 | doc: one line too many | Tshepang Lekhonkhobe | -1/+0 |
| 2016-08-23 | Yield Err in char::decode_utf8 per Unicode, like String::from_utf8_lossy | Simon Sapin | -13/+69 |
| 2016-08-23 | replace `Div` example with something more evocative of division | Matthew Piziak | -9/+52 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -11/+262 |
| 2016-08-23 | Auto merge of #35627 - apasel422:coerce-cell, r=alexcrichton | bors | -0/+16 |
| 2016-08-22 | Auto merge of #35766 - brson:bump, r=alexcrichton | bors | -51/+29 |
| 2016-08-23 | Change a weird line break in `core::str` | Tobias Bucher | -2/+3 |
| 2016-08-22 | Rollup merge of #35878 - matthew-piziak:ptr-assertions, r=GuillaumeGomez | Jonathan Turner | -4/+8 |
| 2016-08-22 | Rollup merge of #35864 - matthew-piziak:index-example, r=GuillaumeGomez | Jonathan Turner | -13/+29 |
| 2016-08-22 | Rollup merge of #35861 - matthew-piziak:rem-example, r=GuillaumeGomez | Jonathan Turner | -11/+19 |
| 2016-08-22 | Rollup merge of #35860 - matthew-piziak:mul-example, r=GuillaumeGomez | Jonathan Turner | -10/+47 |
| 2016-08-22 | Rollup merge of #35809 - matthew-piziak:bitwise-and-example, r=GuillaumeGomez | Jonathan Turner | -12/+27 |
| 2016-08-22 | more evocative examples for `Sub` and `SubAssign` | Matthew Piziak | -19/+43 |
| 2016-08-22 | replace `BitAnd` example with something more evocative of bitwise AND | Matthew Piziak | -12/+27 |
| 2016-08-22 | replace `Mul` example with something more evocative of multiplication | Matthew Piziak | -10/+47 |
| 2016-08-21 | Auto merge of #35777 - nrc:carrier3, r=@nikomatsakis | bors | -0/+72 |
| 2016-08-21 | replace `println!` statements with `assert!`ions in `std::ptr` examples | Matthew Piziak | -4/+8 |
| 2016-08-20 | replace `Index` example with something more evocative of indexing | Matthew Piziak | -13/+29 |
| 2016-08-20 | replace `Rem` example with something more evocative | Matthew Piziak | -11/+19 |
| 2016-08-20 | Rollup merge of #35830 - matthew-piziak:not-example, r=steveklabnik | Jonathan Turner | -11/+22 |
| 2016-08-20 | Rollup merge of #35827 - matthew-piziak:neg-example, r=steveklabnik | Jonathan Turner | -11/+16 |
| 2016-08-20 | Rollup merge of #35806 - matthew-piziak:addassign-example, r=steveklabnik | Jonathan Turner | -10/+21 |
| 2016-08-20 | Rollup merge of #35800 - matthew-piziak:mul-div-examples, r=steveklabnik | Jonathan Turner | -0/+62 |
| 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-20 | Auto merge of #35607 - alexcrichton:stabilize-1.12, r=brson | bors | -10/+48 |
| 2016-08-19 | Remove old stage0 compatibility | Brian Anderson | -51/+29 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -10/+48 |
| 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-18 | Auto merge of #35719 - Amanieu:atomic_access, r=alexcrichton | bors | -0/+142 |
| 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 | Add a FusedIterator trait. | Steven Allen | -11/+262 |
| 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-17 | Rollup merge of #35695 - matthew-piziak:vec-assert-over-println, r=GuillaumeG... | Jonathan Turner | -15/+2 |
| 2016-08-17 | Rollup merge of #35690 - matthew-piziak:op-overloading-limited, r=steveklabnik | Jonathan Turner | -3/+8 |
| 2016-08-17 | Rollup merge of #35663 - CryZe:no-stdlib, r=Manishearth | Jonathan Turner | -0/+5 |