| Age | Commit message (Expand) | Author | Lines |
| 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-21 | Added #![feature] declarations | philipp | -0/+2 |
| 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 | Introduce max_by/min_by on iterators | philipp | -0/+51 |
| 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 |
| 2016-08-16 | Implement RFC 1649 | Amanieu d'Antras | -0/+142 |
| 2016-08-16 | Implement `AsRef<[T]>` for `std::slice::Iter`. | Corey Farwell | -0/+8 |
| 2016-08-16 | RangeFull for-loop iteration fails because of IntoIterator | Matthew Piziak | -1/+1 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -0/+59 |
| 2016-08-15 | explicitly show how iterating over `..` fails | Matthew Piziak | -8/+10 |
| 2016-08-15 | remove `.take(10)` from `Range` example | Matthew Piziak | -1/+1 |
| 2016-08-15 | accumulate into vector and assert, instead of printing | Matthew Piziak | -15/+2 |
| 2016-08-15 | expound on limitations of Rust's trait-based operator overloading | Matthew Piziak | -3/+8 |
| 2016-08-14 | Implement `CoerceUnsized` for `{Cell, RefCell, UnsafeCell}` | Andrew Paseltiner | -0/+16 |
| 2016-08-14 | Rollup merge of #35622 - matthew-piziak:convert-docs-typos, r=apasel422 | Eduard-Mihai Burtescu | -4/+4 |
| 2016-08-14 | Rollup merge of #35588 - Antti:fix-atomics-docs, r=alexcrichton | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-14 | Rollup merge of #35392 - malbarbo:cell-from, r=brson | Eduard-Mihai Burtescu | -0/+22 |
| 2016-08-14 | Improve `No stdlib` and related Documentation | Christopher Serr | -0/+5 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -7/+7 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -4/+6 |
| 2016-08-13 | Control usage of `!` through a feature gate. | Andrew Cann | -0/+1 |
| 2016-08-13 | implement std::cmp::* traits for `!` | Andrew Cann | -0/+33 |