| Age | Commit message (Expand) | Author | Lines |
| 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 | Tiny improvement to docs for `core::convert`. | Simon Heath | -1/+4 |
| 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 | Instead of adding a paragraph mentioning std::mem::transmute and core::mem::t... | Johnathan Van Why | -4/+1 |
| 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 | Mention that core::intrinsics::transmute is available at core::mem::transmute. | Johnathan Van Why | -0/+4 |
| 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 |
| 2019-01-22 | Move core::iter iterator.rs to traits module | Clar Fon | -8/+11 |
| 2019-01-22 | Move core::iter adapters to adapters.rs | Clar Fon | -2769/+2790 |
| 2019-01-22 | Stabilize Any::get_type_id and rename to type_id | Simon Sapin | -10/+6 |
| 2019-01-22 | Rollup merge of #57604 - alercah:str-index, r=sfackler | Mazdak Farrokhzad | -195/+132 |
| 2019-01-22 | Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton | Mazdak Farrokhzad | -4/+117 |
| 2019-01-22 | Fixed Deref coercion explanation for DerefMut using shared references | danielhenrymantilla | -1/+1 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -16/+30 |
| 2019-01-21 | un-deprecate mem::zeroed | Ralf Jung | -1/+0 |