| Age | Commit message (Expand) | Author | Lines |
| 2017-09-28 | Remove conflicting TryFrom impls on 32-bit targets. | Jimmy Cuadra | -2/+2 |
| 2017-09-28 | Remove link duplication. | Havvy | -3/+3 |
| 2017-09-28 | Auto merge of #44790 - clarcharr:zip_bytes, r=sfackler | bors | -2/+26 |
| 2017-09-28 | Normalize spaces in lang attributes. | Havvy | -3/+3 |
| 2017-09-27 | Backticks. | Havvy | -1/+1 |
| 2017-09-27 | Docs for size_of::<#[repr(C)]> items. | Havvy | -0/+78 |
| 2017-09-27 | Rename option::Missing to NoneError | Hunter Praska | -10/+13 |
| 2017-09-27 | Add docs for Missing, correct Option's Try test | Hunter Praska | -3/+3 |
| 2017-09-27 | Add tests for Option and Result Try impl | Hunter Praska | -0/+57 |
| 2017-09-27 | Impl Try for Option | Hunter Praska | -1/+24 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -47/+50 |
| 2017-09-25 | Add more custom folding to `core::iter` adaptors | Josh Stone | -33/+471 |
| 2017-09-25 | docs improvement sync::atomic::Atomic* | Lucas Morales | -1/+25 |
| 2017-09-25 | Improve wording for StepBy | steveklabnik | -1/+1 |
| 2017-09-25 | Add missing links in fmt module | Guillaume Gomez | -4/+8 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -5/+5 |
| 2017-09-24 | Try to fix array TryFrom tests | Nikolai Vazquez | -1/+1 |
| 2017-09-24 | Add TryFrom tests for array reference types | Nikolai Vazquez | -0/+23 |
| 2017-09-23 | Add back mistakenly removed numeric conversions. | Jimmy Cuadra | -4/+4 |
| 2017-09-23 | Simplify implementation of Display and Error for convert::Infallible. | Jimmy Cuadra | -2/+3 |
| 2017-09-23 | TrustedRandomAccess specialisation for Cloned. | Clar Charr | -2/+26 |
| 2017-09-23 | Rollup merge of #44770 - dtolnay:borrowed, r=sfackler | Corey Farwell | -1/+11 |
| 2017-09-23 | Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1 | Corey Farwell | -3/+0 |
| 2017-09-23 | Rollup merge of #44648 - Havvy:doc-size_of, r=dtolnay | Corey Farwell | -2/+46 |
| 2017-09-22 | Substitute `...` with the expanded form | Badel2 | -9/+8 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -41/+45 |
| 2017-09-21 | Less confusing placeholder when RefCell is exclusively borrowed | David Tolnay | -1/+11 |
| 2017-09-21 | Impl fmt::Display for convert::Infallible. | Jimmy Cuadra | -0/+8 |
| 2017-09-21 | Auto merge of #44682 - bluss:iter-rfold, r=dtolnay | bors | -1/+110 |
| 2017-09-21 | Implement TryFrom for array reference types | Nikolai Vazquez | -0/+34 |
| 2017-09-21 | fix version number | Eh2406 | -1/+1 |
| 2017-09-20 | Document stable size_of primitives and pointer size guarantees | Havvy | -2/+46 |
| 2017-09-19 | core: Assign tracking issue for iter_rfold | Ulrik Sverdrup | -1/+1 |
| 2017-09-18 | Derive additional traits for Infallible. | Jimmy Cuadra | -9/+1 |
| 2017-09-18 | core: Add feature gate to rfold example code | Ulrik Sverdrup | -0/+2 |
| 2017-09-18 | core: Implement rfold for Map, Cloned, Chain | Ulrik Sverdrup | -0/+33 |
| 2017-09-18 | core: Implement fold / rfold for Rev | Ulrik Sverdrup | -0/+12 |
| 2017-09-18 | core: Add DoubleEndedIterator::rfold | Ulrik Sverdrup | -0/+62 |
| 2017-09-18 | core: Small fix in fold docs | Ulrik Sverdrup | -1/+1 |
| 2017-09-18 | Rollup merge of #44668 - iwillspeak:into-iterator-docs, r=steveklabnik | Alex Crichton | -0/+17 |
| 2017-09-18 | Rollup merge of #44657 - Ixrec:patch-1, r=eddyb | Alex Crichton | -4/+4 |
| 2017-09-18 | Add Example of `IntoIterator` as Trait Bound to Docs | Will Speak | -0/+17 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -35/+76 |
| 2017-09-17 | missed a 'mut' | Ixrec | -1/+1 |
| 2017-09-17 | Remove unused str_eq lang item | leonardo.yvens | -3/+0 |
| 2017-09-17 | Replace str's transmute() calls with pointer casts | Ixrec | -4/+4 |
| 2017-09-17 | Rollup merge of #44639 - budziq:stabilize_needs_drop, r=dtolnay | Tim Neumann | -2/+1 |
| 2017-09-17 | Rollup merge of #44595 - budziq:stabilize_compiler_fences, r=alexcrichton | Tim Neumann | -5/+54 |
| 2017-09-17 | Rollup merge of #44567 - budziq:stabilize_iterator_for_each, r=alexcrichton | Tim Neumann | -5/+1 |
| 2017-09-17 | Auto merge of #44634 - alexcrichton:rollup, r=alexcrichton | bors | -7/+66 |