| Age | Commit message (Expand) | Author | Lines |
| 2018-11-26 | Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapin | bors | -52/+53 |
| 2018-11-26 | Auto merge of #55705 - ethanboxx:master, r=SimonSapin | bors | -1/+24 |
| 2018-11-25 | fix missing borrow | Ethan Brierley | -1/+1 |
| 2018-11-25 | Use a reference rather than take ownership | Ethan Brierley | -1/+1 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -36/+12 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -36/+12 |
| 2018-11-23 | use more inlining, and force some of it | Ralf Jung | -4/+13 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap_nonoverlapping_bytes | Ralf Jung | -4/+4 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap | Ralf Jung | -8/+5 |
| 2018-11-23 | use MaybeUninit in core::ptr::{read,read_unaligned} | Ralf Jung | -7/+7 |
| 2018-11-23 | use MaybeUninit in core::slice::rotate | Ralf Jung | -9/+3 |
| 2018-11-23 | use MaybeUninit in core::slice::sort | Ralf Jung | -7/+7 |
| 2018-11-23 | use MaybeUninit in core::fmt | Ralf Jung | -13/+14 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -36/+146 |
| 2018-11-24 | Rollup merge of #56162 - adrianheine:patch-1, r=withoutboats | kennytm | -4/+2 |
| 2018-11-24 | Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichton | kennytm | -2/+177 |
| 2018-11-24 | Rollup merge of #55838 - dralley:fix-cfg-step, r=Kimundi | kennytm | -4/+4 |
| 2018-11-22 | std::str Adapt documentation to reality | Adrian Heine né Lang | -4/+2 |
| 2018-11-22 | Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -13/+118 |
| 2018-11-22 | Rollup merge of #56126 - Turbo87:bench-parse, r=alexcrichton | Guillaume Gomez | -0/+105 |
| 2018-11-22 | Rollup merge of #56063 - 0xrgb:patch-1, r=joshtriplett | Guillaume Gomez | -11/+11 |
| 2018-11-22 | Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNN | Guillaume Gomez | -2/+2 |
| 2018-11-22 | Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez | bors | -0/+16 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -20/+9 |
| 2018-11-21 | core/benches/num: Add `from_str/from_str_radix()` benchmarks | Tobias Bieniek | -0/+105 |
| 2018-11-20 | fix more links | Steve Klabnik | -3/+3 |
| 2018-11-20 | Capitalize | Simon Sapin | -4/+4 |
| 2018-11-20 | Add tracking issue for unfold and successors | Simon Sapin | -10/+10 |
| 2018-11-20 | Add std::iter::successors | Simon Sapin | -1/+89 |
| 2018-11-20 | `Copy` is best avoided on iterators | Simon Sapin | -1/+1 |
| 2018-11-20 | Unfold<St, F>: Debug without F: Debug | Simon Sapin | -1/+10 |
| 2018-11-20 | Add std::iter::unfold | Simon Sapin | -0/+78 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -1/+1 |
| 2018-11-20 | Auto merge of #56049 - newpavlov:revert_51601, r=sfackler | bors | -75/+14 |
| 2018-11-19 | Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakis | Pietro Albini | -1/+3 |
| 2018-11-19 | Update any.rs documentation using keyword dyn | 0xrgb | -11/+11 |
| 2018-11-18 | Rollup merge of #55919 - Turbo87:num-tests, r=dtolnay | Pietro Albini | -16/+8 |
| 2018-11-19 | fix test | Артём Павлов [Artyom Pavlov] | -1/+1 |
| 2018-11-18 | tests | Артём Павлов [Artyom Pavlov] | -0/+10 |
| 2018-11-18 | revert | Артём Павлов [Artyom Pavlov] | -80/+9 |
| 2018-11-17 | add comment explaining why what we do is legal | Ralf Jung | -0/+2 |
| 2018-11-16 | avoid shared ref in UnsafeCell::get | Ralf Jung | -1/+1 |
| 2018-11-15 | Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichton | Pietro Albini | -8/+71 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -2/+2 |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -0/+18 |
| 2018-11-15 | Rollup merge of #55507 - fhartwig:size_of_intrinsic_docs, r=frewsxcv | Pietro Albini | -0/+3 |
| 2018-11-14 | core/tests/num: Simplify `test_int_from_str_overflow()` test code | Tobias Bieniek | -16/+8 |
| 2018-11-14 | core/char: Add comment to `to_digit()` | Tobias Bieniek | -0/+3 |
| 2018-11-14 | core/char: Drop `radix == 10` special case | Tobias Bieniek | -8/+1 |