about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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-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-17Cleanup and fix method resolution issueTaylor Cramer-60/+102
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
2018-09-08Document .0 to unpack the value from WrappingMartin Pool-0/+3
2018-09-08Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum...bors-16/+8
2018-09-07Rollup merge of #53979 - alexcrichton:remove-repr-transparent-atomics-master,...kennytm-3/+0
2018-09-07Rollup merge of #53946 - tbu-:pr_doc_manuallydrop, r=cramertjkennytm-2/+8
2018-09-07Rollup merge of #53455 - llogiq:num-byte-conversion-docs, r=steveklabnikkennytm-251/+314
2018-09-07Rollup merge of #53299 - MagnumOpus21:fix-macro-write, r=steveklabnikkennytm-0/+20
2018-09-06Fix invalid urlsGuillaume Gomez-16/+8
2018-09-05Auto merge of #52994 - varkor:trim_direction, r=alexcrichtonbors-13/+157
2018-09-05Remove `#[repr(transparent)]` from atomicsAlex Crichton-3/+0
2018-09-05Individual docs for {from,to}_*_bytesAndre Bogus-251/+314
2018-09-05Spacing changes made to the exampleSiva Prasad-11/+10
2018-09-05Added a missing backtick to no stdMagnumOpus21-1/+1
2018-09-05Made the requested changes for Note: and no_std within backticksMagnumOpus21-2/+2
2018-09-05Prefixed no_run to the no_std write macroMagnumOpus21-1/+1
2018-09-05Formatting errors rectifiedMagnumOpus21-2/+7
2018-09-05Refined the exampleMagnumOpus21-22/+10