summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-0/+1
2018-09-16Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapinbors-0/+43
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-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
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
2018-09-05Updated libcore/macro.rs to note write macro can work in no_std setupsMagnumOpus21-0/+28
2018-09-04Breaking change upgradesMark Rousskov-11/+11
2018-09-04Clarify `ManuallyDrop` docsTobias Bucher-2/+8
2018-09-04Auto merge of #53928 - tbu-:pr_doc_fromrawmut, r=frewsxcvbors-4/+7
2018-09-03Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obkbors-56/+504
2018-09-03Link to more detailed docs in `slice::from_raw_parts_mut`Tobias Bucher-4/+7
2018-09-03Add const_unstable flag to `overflowing_shr`Tim Diekmann-0/+1
2018-09-02Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcvbors-1/+1
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-2/+2
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-1/+1
2018-09-01Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytmkennytm-1/+1
2018-09-01rebaseTim-56/+503
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-0/+28
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-2/+10
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-1/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-0/+28
2018-08-30Rollup merge of #53785 - tbu-:pr_comment, r=Mark-SimulacrumPietro Albini-6/+1
2018-08-30Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAusPietro Albini-1/+1
2018-08-30Rollup merge of #51760 - GuillaumeGomez:add-another-partialeq-example, r=Quie...Pietro Albini-1/+84
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-2/+10
2018-08-30Added feature attribute to example code in map_or_else docIsaac van Bakel-0/+1
2018-08-29Corrected type variable output T -> U in Result::map_or_elseIsaac van Bakel-1/+1
2018-08-29Corrected feature status of Result::map_or_elseIsaac van Bakel-1/+1