about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-14/+25
2019-01-28rename first_mut_ptr -> first_ptr_mutRalf Jung-6/+6
2019-01-28fix typos, improve docsRalf Jung-2/+2
2019-01-28Use warn() for extra diagnostics; with -D warnings this leads to errorsRalf Jung-3/+3
2019-01-28add macro for creating uninitialized arrayRalf Jung-21/+22
2019-01-28avoid mem::uninitialized in BTreeMapRalf Jung-1/+1
2019-01-28libcore: avoid mem::uninitialized and raw ptr castsRalf Jung-13/+49
2019-01-28libcore: remove unneeded allow(deprecated)Ralf Jung-4/+2
2019-01-27Update generator transform and generated function signatureWim Looman-0/+1
2019-01-27Mark static generators as !UnpinWim Looman-0/+1
2019-01-27Change generator trait to use pinningWim Looman-14/+23
2019-01-27Auto merge of #56932 - clarcharr:iter_refactor, r=Centrilbors-3862/+4032
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-153/+10
2019-01-27Auto merge of #57826 - danielhenrymantilla:master, r=Centrilbors-1/+1
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-3/+2
2019-01-26Remove lexical scope examples from std::mem::dropAlex Macleod-28/+1
2019-01-26Tiny improvement to docs for `core::convert`.Simon Heath-1/+4
2019-01-26Rollup merge of #57825 - RalfJung:zeroed, r=nikomatsakisMazdak Farrokhzad-1/+0
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-150/+8
2019-01-25std: Stabilize fixed-width integer atomicsAlex Crichton-55/+96
2019-01-25Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdreavusMazdak Farrokhzad-1/+25
2019-01-24Instead of adding a paragraph mentioning std::mem::transmute and core::mem::t...Johnathan Van Why-4/+1
2019-01-24Rollup merge of #57873 - milesand:master, r=CentrilMazdak Farrokhzad-16/+8
2019-01-24Stabilize no_panic_powJewoo Lee-16/+8
2019-01-24Rollup merge of #57834 - SimonSapin:type_id, r=CentrilMazdak Farrokhzad-10/+6
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