about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-12-01Rollup merge of #55011 - vi:panic_immediate_abort, r=alexcrichtonkennytm-3/+25
2018-12-01Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoeristerkennytm-0/+1
2018-12-01Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboatskennytm-0/+87
2018-11-30Remove unused feature gate from `libcore`Oliver Scherer-1/+0
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-1/+1
2018-11-30Fix exceeding line width limitVitaly _Vi Shukela-1/+2
2018-11-30panic_immediate_abort: Fix issues from reviewVitaly _Vi Shukela-7/+6
2018-11-30Add libstd and libcore Cargo features "panic_immediate_abort"Vitaly _Vi Shukela-3/+25
2018-11-29Add inline attributes and add unit to CommonTypesJohn Kåre Alsaker-0/+1
2018-11-29Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddybbors-0/+185
2018-11-29Rollup merge of #56273 - GuillaumeGomez:iterator-fnmut-missing-link, r=stevek...Guillaume Gomez-1/+2
2018-11-29Rollup merge of #56236 - frewsxcv:frewsxcv-unsafe-unsafe, r=cramertjGuillaume Gomez-5/+2
2018-11-29Rollup merge of #56023 - vorner:doc/atomic-ordering-strip, r=@stjepangGuillaume Gomez-7/+9
2018-11-28put the MaybeUninit inside the UnsafeCellRalf Jung-3/+0
2018-11-27Move feature enable in ptr::hash doc exampleDale Wijnand-1/+1
2018-11-27Try to fix ptr::hash's doc exampleDale Wijnand-2/+3
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-27Fix issue numberDale Wijnand-1/+1
2018-11-27Add an assert_eq in ptr::hash's doc exampleDale Wijnand-1/+7
2018-11-27Pick a better variable name for ptr::hashDale Wijnand-2/+2
2018-11-27Fix stability attribute for ptr::hashDale Wijnand-1/+1
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+9
2018-11-27Add missing doc linkGuillaume Gomez-1/+2
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+185
2018-11-26Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapinbors-52/+53
2018-11-26Fix ptr::hex doc exampleDale Wijnand-1/+1
2018-11-26FIXME is the new TODODale Wijnand-1/+1
2018-11-26Introduce ptr::hash for referencesDale Wijnand-0/+23
2018-11-26Add missing link in docsGuillaume Gomez-1/+1
2018-11-26Remove unsafe `unsafe` inner function.Corey Farwell-5/+2
2018-11-26Auto merge of #55705 - ethanboxx:master, r=SimonSapinbors-1/+24
2018-11-25Add TryFrom<&[T]> for [T; $N] where T: CopySimon Sapin-0/+87
2018-11-25fix missing borrowEthan Brierley-1/+1
2018-11-25Use a reference rather than take ownershipEthan Brierley-1/+1
2018-11-25Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisaPietro Albini-36/+12
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-1/+1
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-36/+12
2018-11-23use more inlining, and force some of itRalf Jung-4/+13
2018-11-23use MaybeUninit in core::ptr::swap_nonoverlapping_bytesRalf Jung-4/+4
2018-11-23use MaybeUninit in core::ptr::swapRalf Jung-8/+5
2018-11-23use MaybeUninit in core::ptr::{read,read_unaligned}Ralf Jung-7/+7
2018-11-23use MaybeUninit in core::slice::rotateRalf Jung-9/+3
2018-11-23use MaybeUninit in core::slice::sortRalf Jung-7/+7
2018-11-23use MaybeUninit in core::fmtRalf Jung-13/+14
2018-11-23Merge branch 'master' into frewsxcv-dynCorey Farwell-36/+146
2018-11-24Rollup merge of #56162 - adrianheine:patch-1, r=withoutboatskennytm-4/+2
2018-11-24Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichtonkennytm-2/+177
2018-11-24Rollup merge of #55838 - dralley:fix-cfg-step, r=Kimundikennytm-4/+4
2018-11-22drop glue takes in mutable references, it should reflect that in its typeRalf Jung-2/+12
2018-11-22std::str Adapt documentation to realityAdrian Heine né Lang-4/+2