summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-12-03Rollup merge of #56419 - mark-i-m:remove-try, r=Centrilkennytm-5/+5
2018-12-02Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapinbors-0/+6
2018-12-02let FIXME refer to tracking issueRalf Jung-2/+2
2018-12-01remove some uses of try!Mark Mansi-5/+5
2018-12-01Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakisbors-2/+12
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-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-27remove uses of feature gateMark Mansi-1/+0
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-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
2018-11-22Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-13/+118
2018-11-22Rollup merge of #56126 - Turbo87:bench-parse, r=alexcrichtonGuillaume Gomez-0/+105
2018-11-22Rollup merge of #56063 - 0xrgb:patch-1, r=joshtriplettGuillaume Gomez-11/+11
2018-11-22Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNNGuillaume Gomez-2/+2
2018-11-22Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomezbors-0/+16
2018-11-21update various stdlib docsSteve Klabnik-20/+9
2018-11-21core/benches/num: Add `from_str/from_str_radix()` benchmarksTobias Bieniek-0/+105