about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-11-30Add libstd and libcore Cargo features "panic_immediate_abort"Vitaly _Vi Shukela-2/+18
2018-11-29Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddybbors-0/+8
2018-11-29Rollup merge of #56319 - RalfJung:async-mutable-ref, r=cramertjGuillaume Gomez-2/+2
2018-11-29Rollup merge of #56294 - polyfloyd:fix-typo-ffi-doc, r=sfacklerGuillaume Gomez-2/+2
2018-11-29Rollup merge of #56289 - marius:patch-1, r=cramertjGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNNGuillaume Gomez-12/+24
2018-11-29Rollup merge of #56124 - antoine-de:fix_read_to_end_doc_mistake, r=TimNNGuillaume Gomez-1/+1
2018-11-28fix futures aliasing mutable and shared refRalf Jung-2/+2
2018-11-28get_ref -> get_mutRalf Jung-8/+8
2018-11-28fix buildRalf Jung-5/+13
2018-11-28put the MaybeUninit inside the UnsafeCellRalf Jung-10/+7
2018-11-27Fix a typo in the documentation of std::ffipolyfloyd-2/+2
2018-11-27Fix small typo in commentMarius Nuennerich-1/+1
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+3
2018-11-27add missing featureRalf Jung-0/+1
2018-11-27fix buildRalf Jung-1/+1
2018-11-27use MaybeUninit instead of mem::uninitialized for Windows MutexRalf Jung-9/+9
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+8
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-22/+78
2018-11-25Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisaPietro Albini-36/+0
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-2/+2
2018-11-23Merge branch 'master' into frewsxcv-dynCorey Farwell-22/+20
2018-11-23make park/unpark example more realisticRalf Jung-4/+15
2018-11-22Fix the tracking issue for hash_raw_entrySteven Fackler-38/+38
2018-11-22expand thread::park explanationRalf Jung-1/+6
2018-11-22Rollup merge of #55784 - meltinglava:master, r=KodrAusGuillaume Gomez-8/+8
2018-11-21Move a flaky process test out of libstdAlex Crichton-36/+0
2018-11-22Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni-12/+24
2018-11-21OsStr: clarify `len()` method documentationLyndon Brown-6/+11
2018-11-21OsString: mention storage form in discussionLyndon Brown-0/+7
2018-11-21Remove trailing whitespaceBastian Gruber-1/+1
2018-11-21Adjust doc commentsBastian Gruber-21/+10
2018-11-21update various stdlib docsSteve Klabnik-11/+9
2018-11-21fix small doc mistakeantoine-de-1/+1
2018-11-21Update style of commentsBastian Gruber-14/+26
2018-11-21Update commentsBastian Gruber-4/+2
2018-11-21Remove 'unsafe' commentsBastian Gruber-3/+0
2018-11-21Document `From` implementationsBastian Gruber-0/+24
2018-11-20fix more linksSteve Klabnik-5/+5
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-2/+2
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-1/+1
2018-11-19Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavusPietro Albini-1/+1
2018-11-18Increase `Duration` approximate equal threshold to 1usAlex Crichton-1/+1
2018-11-17std: Add debugging for a failing test on appveyorAlex Crichton-1/+5
2018-11-16Replace data.clone() by Arc::clone(&data) in mutex doc.BenoƮt C-1/+1
2018-11-15use ? operator instead of matchSebastian Geisler-20/+6
2018-11-15Rename checked_add_duration to checked_add and make it take the duration by v...Sebastian Geisler-5/+5
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-22/+92
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-11/+11
2018-11-15Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichtonPietro Albini-3/+3