about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-01-22reposition markdown hyperlink referenceCorey Farwell-2/+2
2019-01-22Mention that core::intrinsics::transmute is available at core::mem::transmute.Johnathan Van Why-0/+4
2019-01-22Move trivial constructors to inherent methodsClar Fon-26/+76
2019-01-22Move nontrivial constructors to inherent methodsClar Fon-25/+60
2019-01-22Don't expose ZipImpl to IteratorClar Fon-5/+5
2019-01-22Move super_nth out of ZipImplClar Fon-7/+9
2019-01-22Don't expose FlattenCompat to IteratorClar Fon-13/+24
2019-01-22Don't expose ChainState to IteratorClar Fon-8/+12
2019-01-22Move Flatten and FlatMap to own moduleClar Fon-313/+321
2019-01-22Move Chain and ChainState to own moduleClar Fon-251/+258
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-6/+20
2019-01-22Move Zip and ZipImpl to own moduleClar Fon-258/+266
2019-01-22Move FusedIterator, TrustedLen to own moduleClar Fon-45/+46
2019-01-22Move Sum, Product to own moduleClar Fon-226/+227
2019-01-22Move FromIterator, IntoIterator, Extend into own moduleClar Fon-350/+351
2019-01-22Move ExactSizeIterator to own moduleClar Fon-143/+145
2019-01-22Move DoubleEndedIterator to own moduleClar Fon-298/+300
2019-01-22Move core::iter iterator.rs to traits moduleClar Fon-8/+11
2019-01-22Move core::iter adapters to adapters.rsClar Fon-2769/+2790
2019-01-22Stabilize Any::get_type_id and rename to type_idSimon Sapin-10/+6
2019-01-22Rollup merge of #57604 - alercah:str-index, r=sfacklerMazdak Farrokhzad-195/+132
2019-01-22Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichtonMazdak Farrokhzad-4/+117
2019-01-22Fixed Deref coercion explanation for DerefMut using shared referencesdanielhenrymantilla-1/+1
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-16/+30
2019-01-21un-deprecate mem::zeroedRalf Jung-1/+0
2019-01-21Speed up the fast path for assert_eq! and assert_ne!Björn Steinbrink-4/+16
2019-01-21Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAusbors-4/+212
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-2/+2
2019-01-19Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcvMazdak Farrokhzad-3/+12
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-195/+132
2019-01-18Rollup merge of #57350 - folex:master, r=estebankMazdak Farrokhzad-0/+30
2019-01-18Rollup merge of #57685 - pthariensflame:enhancement/pin-impl-applicability, r...Mazdak Farrokhzad-3/+45
2019-01-18Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavusMazdak Farrokhzad-16/+22
2019-01-18Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-SimulacrumMazdak Farrokhzad-11/+11
2019-01-18Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNNMazdak Farrokhzad-7/+10
2019-01-18Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAusbors-9/+26
2019-01-17Override `Iterator::is_sorted_by` in `slice::Iter` implLukas Kalbertodt-13/+22
2019-01-17Compare pairs with `slice::windows`Kevin Leimkuhler-8/+9
2019-01-17Improve documentation and slice implKevin Leimkuhler-11/+18
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-0/+4
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-21/+109
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+99
2019-01-17Add signed num::NonZeroI* typesSimon Sapin-16/+30
2019-01-17Auto merge of #57694 - pietroalbini:revert-beta-on-master, r=pietroalbinibors-20/+0
2019-01-17Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"Pietro Albini-20/+0
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-15/+14
2019-01-16Fix tidy errors.Alexander Ronald Altman-2/+0
2019-01-16Enhance `Pin` impl applicability for `PartialEq` and `PartialOrd`.Alexander Ronald Altman-3/+47
2019-01-16allow unused warnings related to rustc_layout_scalar_valid_range_startPietro Albini-0/+20
2019-01-15demonstrate symmetryCorey Farwell-1/+1