| Age | Commit message (Expand) | Author | Lines |
| 2019-02-01 | Stabilize split_ascii_whitespace | Simon Sapin | -6/+5 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -2/+32 |
| 2019-01-31 | Auto merge of #58003 - nikic:saturating-add, r=nagisa | bors | -0/+33 |
| 2019-01-31 | Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=Manishearth | Mazdak Farrokhzad | -8/+8 |
| 2019-01-31 | Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfackler | Mazdak Farrokhzad | -0/+12 |
| 2019-01-30 | fix #57686: update docs for fix_start/end_matches | Rett Berg | -8/+8 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -2/+32 |
| 2019-01-29 | Use LLVM intrinsics for saturating add/sub | Nikita Popov | -0/+33 |
| 2019-01-29 | Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg | bors | -8/+9 |
| 2019-01-29 | Update stdsimd | gnzlbg | -8/+9 |
| 2019-01-28 | Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapin | Mazdak Farrokhzad | -21/+56 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -14/+25 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -6/+6 |
| 2019-01-28 | fix typos, improve docs | Ralf Jung | -2/+2 |
| 2019-01-28 | Use warn() for extra diagnostics; with -D warnings this leads to errors | Ralf Jung | -3/+3 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -21/+22 |
| 2019-01-28 | avoid mem::uninitialized in BTreeMap | Ralf Jung | -1/+1 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -13/+49 |
| 2019-01-28 | libcore: remove unneeded allow(deprecated) | Ralf Jung | -4/+2 |
| 2019-01-27 | Update generator transform and generated function signature | Wim Looman | -0/+1 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+1 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -14/+23 |
| 2019-01-27 | Auto merge of #56932 - clarcharr:iter_refactor, r=Centril | bors | -3862/+4032 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -153/+10 |
| 2019-01-27 | Auto merge of #57826 - danielhenrymantilla:master, r=Centril | bors | -1/+1 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -3/+2 |
| 2019-01-26 | Remove lexical scope examples from std::mem::drop | Alex Macleod | -28/+1 |
| 2019-01-26 | Rollup merge of #57825 - RalfJung:zeroed, r=nikomatsakis | Mazdak Farrokhzad | -1/+0 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -150/+8 |
| 2019-01-25 | std: Stabilize fixed-width integer atomics | Alex Crichton | -55/+96 |
| 2019-01-25 | Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+25 |
| 2019-01-24 | Rollup merge of #57873 - milesand:master, r=Centril | Mazdak Farrokhzad | -16/+8 |
| 2019-01-24 | Stabilize no_panic_pow | Jewoo Lee | -16/+8 |
| 2019-01-24 | Rollup merge of #57834 - SimonSapin:type_id, r=Centril | Mazdak Farrokhzad | -10/+6 |
| 2019-01-22 | reposition markdown hyperlink reference | Corey Farwell | -2/+2 |
| 2019-01-22 | Move trivial constructors to inherent methods | Clar Fon | -26/+76 |
| 2019-01-22 | Move nontrivial constructors to inherent methods | Clar Fon | -25/+60 |
| 2019-01-22 | Don't expose ZipImpl to Iterator | Clar Fon | -5/+5 |
| 2019-01-22 | Move super_nth out of ZipImpl | Clar Fon | -7/+9 |
| 2019-01-22 | Don't expose FlattenCompat to Iterator | Clar Fon | -13/+24 |
| 2019-01-22 | Don't expose ChainState to Iterator | Clar Fon | -8/+12 |
| 2019-01-22 | Move Flatten and FlatMap to own module | Clar Fon | -313/+321 |
| 2019-01-22 | Move Chain and ChainState to own module | Clar Fon | -251/+258 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -6/+20 |
| 2019-01-22 | Move Zip and ZipImpl to own module | Clar Fon | -258/+266 |
| 2019-01-22 | Move FusedIterator, TrustedLen to own module | Clar Fon | -45/+46 |
| 2019-01-22 | Move Sum, Product to own module | Clar Fon | -226/+227 |
| 2019-01-22 | Move FromIterator, IntoIterator, Extend into own module | Clar Fon | -350/+351 |
| 2019-01-22 | Move ExactSizeIterator to own module | Clar Fon | -143/+145 |
| 2019-01-22 | Move DoubleEndedIterator to own module | Clar Fon | -298/+300 |