| Age | Commit message (Expand) | Author | Lines |
| 2016-09-02 | Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnik | Jonathan Turner | -0/+12 |
| 2016-08-31 | replace `../` with `../../std/` to support `core` docs | Matthew Piziak | -2/+2 |
| 2016-08-31 | Rollup merge of #35927 - matthew-piziak:bitandassign-example, r=GuillaumeGomez | Jonathan Turner | -9/+51 |
| 2016-08-31 | Rollup merge of #35926 - matthew-piziak:bit-or-xor-examples, r=GuillaumeGomez | Jonathan Turner | -18/+81 |
| 2016-08-30 | replace `BitAndAssign` example with something more evocative | Matthew Piziak | -9/+51 |
| 2016-08-30 | add evocative examples for `BitOr` and `BitXor` | Matthew Piziak | -18/+81 |
| 2016-08-30 | Rollup merge of #35993 - matthew-piziak:bitwise-and-redux, r=GuillaumeGomez | Guillaume Gomez | -21/+41 |
| 2016-08-30 | Rollup merge of #35863 - matthew-piziak:shl-example, r=steveklabnik | Guillaume Gomez | -18/+76 |
| 2016-08-30 | Rollup merge of #35810 - matthew-piziak:fn-trait-example, r=steveklabnik | Guillaume Gomez | -0/+165 |
| 2016-08-30 | Rollup merge of #35771 - matthew-piziak:range-inclusive-example-error, r=stev... | Guillaume Gomez | -12/+43 |
| 2016-08-29 | demonstrate `RHS != Self` use cases for `Add` and `Sub` | Matthew Piziak | -0/+12 |
| 2016-08-26 | improve `BitAnd` trait documentation | Matthew Piziak | -21/+41 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -6/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -6/+1 |
| 2016-08-24 | Rollup merge of #35876 - matthew-piziak:sub-examples, r=GuillaumeGomez | Jonathan Turner | -19/+43 |
| 2016-08-23 | add more-evocative examples for `Shl` and `Shr` | Matthew Piziak | -18/+76 |
| 2016-08-23 | replace `Div` example with something more evocative of division | Matthew Piziak | -9/+52 |
| 2016-08-23 | improve documentation for `Fn*` traits | Matthew Piziak | -0/+165 |
| 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-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 | show how iterating over `RangeTo` and `RangeToInclusive` fails | Matthew Piziak | -12/+43 |
| 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-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-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 | 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-16 | RangeFull for-loop iteration fails because of IntoIterator | Matthew Piziak | -1/+1 |
| 2016-08-15 | explicitly show how iterating over `..` fails | Matthew Piziak | -8/+10 |
| 2016-08-15 | expound on limitations of Rust's trait-based operator overloading | Matthew Piziak | -3/+8 |
| 2016-07-08 | Stabilize `FnOnce::Output` + Fix rebase | petrochenkov | -1/+1 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -23/+1 |