about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-09-29Merge branch 'master' into dropMichael Bradshaw-45/+52
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-436/+3
2018-09-29Auto merge of #54240 - csmoe:nonzero_from, r=alexcrichtonbors-0/+14
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-5/+5
2018-09-29add MaybeUninitJorge Aparicio-0/+96
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-136/+47
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-436/+3
2018-09-27Don't have two adjacent "see also" sentencesTobias Bucher-3/+1
2018-09-26Gate const core::mem::needs_drop behind const_needs_dropMichael Bradshaw-0/+1
2018-09-26Remove useless lifetimes from `Pin` `impl`s.Alexander Ronald Altman-5/+5
2018-09-26Make core::mem::needs_drop a const fnMichael Bradshaw-0/+9
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-82/+82
2018-09-25Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmasterPietro Albini-0/+232
2018-09-25Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcvPietro Albini-0/+26
2018-09-25Add examples for docSon-4/+22
2018-09-25Also rename ExactChunks iterator name to ChunksExactSebastian Dröge-25/+25
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-0/+9
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-59/+59
2018-09-24Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichtonbors-549/+701
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-424/+43
2018-09-23Introduce the partition_dedup/by/by_key methods for slicesClément Renault-0/+232
2018-09-22address Mark-Simulacrum commentsJorge Aparicio-11/+8
2018-09-22don't deprecate mem::{uninitialized,zeroed} just yetJorge Aparicio-2/+3
2018-09-22core: fix deprecated warningsJorge Aparicio-44/+40
2018-09-22add MaybeUninit and deprecate mem::{uninitialized,zeroed}Jorge Aparicio-0/+95
2018-09-22Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-SimulacrumPietro Albini-6/+6
2018-09-22Rollup merge of #54280 - japaric:no-cas-for-thumbv6, r=alexcrichtonPietro Albini-0/+23
2018-09-22Rollup merge of #53652 - oconnor663:copy_in_place, r=alexcrichtonPietro Albini-0/+104
2018-09-21clarify write_bytes a bitRalf Jung-0/+4
2018-09-21Simplify slice's first(_mut) and last(_mut) with getljedrz-6/+6
2018-09-20Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichtonkennytm-1/+120
2018-09-20add tests for copy_withinJack O'Connor-0/+47
2018-09-20define copy_within on slicesJack O'Connor-0/+57
2018-09-19Remove spawning from task::ContextTaylor Cramer-424/+43
2018-09-19Added tracking issue, fixed check, 1.30 -> 1.31Artyom Pavlov-8/+8
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-102/+306
2018-09-18Cleanup Deref impls and add ?Sized bound to &mut T implsTaylor Cramer-4/+4
2018-09-18clarify swapRalf Jung-5/+10
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-60/+102
2018-09-17Adjust the docs of `from_raw_parts` to match the implementationTobias Bucher-4/+4
2018-09-17Use more obvious calculation for slice size checkTobias Bucher-4/+2
2018-09-17rearrange for clarityRalf Jung-41/+40
2018-09-17tweaksRalf Jung-4/+27
2018-09-17move from_nonzero test from run-pass to libcorecsmoe-0/+7
2018-09-17introduce from_nonzero featurecsmoe-1/+1
2018-09-16Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapinbors-0/+43
2018-09-16remove (more) CAS API from Atomic* types where not natively supportedJorge Aparicio-0/+23
2018-09-16Auto merge of #53754 - RalfJung:slice_align_to, r=alexcrichtonbors-9/+8
2018-09-15implement From<NonZero<Int>> for Intcsmoe-0/+7
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+43