about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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-17rearrange for clarityRalf Jung-41/+40
2018-09-17tweaksRalf Jung-4/+27
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-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+43
2018-09-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-1/+2
2018-09-14Rollup merge of #53218 - weiznich:feature/option_ref_into, r=KodrAuskennytm-0/+14
2018-09-13add panics section to method docsArtyom Pavlov-0/+9
2018-09-13move checks to from_float_secsArtyom Pavlov-25/+15
2018-09-13remove trailing spacesArtyom Pavlov-2/+2
2018-09-13add as_float_secs and from_float_secs methods, refactor float methodsArtyom Pavlov-36/+55
2018-09-12fix testsArtyom Pavlov-3/+3
2018-09-12fix testsArtyom Pavlov-1/+4
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12fix doctestsArtyom Pavlov-0/+6
2018-09-12more explicit implArtyom Pavlov-1/+1
2018-09-12remove newlineArtyom Pavlov-1/+0
2018-09-12Move float ops to unstable inherent methodsArtyom Pavlov-84/+83
2018-09-12Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichtonkennytm-0/+30
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-11Address attribute naming and use `Bound` enumOliver Schneider-1/+1
2018-09-11Get rid of the `non_zero` lang item in favour of arbitrary range specificationsOliver Schneider-1/+2