| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-21 | Speed up the fast path for assert_eq! and assert_ne! | Björn Steinbrink | -4/+16 |
| 2019-01-21 | Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus | bors | -4/+212 |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -2/+2 |
| 2019-01-19 | Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv | Mazdak Farrokhzad | -3/+12 |
| 2019-01-19 | Make `str` indexing generic on `SliceIndex`. | Alexis Hunt | -195/+132 |
| 2019-01-18 | Rollup merge of #57350 - folex:master, r=estebank | Mazdak Farrokhzad | -0/+30 |
| 2019-01-18 | Rollup merge of #57685 - pthariensflame:enhancement/pin-impl-applicability, r... | Mazdak Farrokhzad | -3/+45 |
| 2019-01-18 | Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus | Mazdak Farrokhzad | -16/+22 |
| 2019-01-18 | Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum | Mazdak Farrokhzad | -11/+11 |
| 2019-01-18 | Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNN | Mazdak Farrokhzad | -7/+10 |
| 2019-01-18 | Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAus | bors | -9/+26 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -13/+22 |