about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-27Fix a typo in the documentation of std::ffipolyfloyd-2/+2
2018-11-27Fix small typo in commentMarius Nuennerich-1/+1
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-22Fix the tracking issue for hash_raw_entrySteven Fackler-38/+38
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-21update various stdlib docsSteve Klabnik-11/+9
2018-11-21fix small doc mistakeantoine-de-1/+1
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
2018-11-15Rollup merge of #55622 - jakllsch:netbsd-librt, r=alexcrichtonPietro Albini-1/+4
2018-11-15Rollup merge of #55211 - fintelia:bufwriter-buffer, r=shepmasterPietro Albini-10/+38
2018-11-15Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichtonPietro Albini-63/+235
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-16/+60
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-99/+8
2018-11-13fix various typos in doc commentsAndy Russell-11/+11
2018-11-13Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichtonkennytm-0/+5
2018-11-13Rollup merge of #55863 - dwijnand:patch-1, r=blusskennytm-1/+1
2018-11-13The example values are now easyer to differenciateMeltinglava-8/+8
2018-11-13Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichtonkennytm-3/+6
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-4/+3
2018-11-12global allocators: add a few commentsRalf Jung-0/+5
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-6/+438
2018-11-11do not skip return code check in release buildsRalf Jung-1/+1
2018-11-11Unix RwLock: avoid racy access to write_lockedRalf Jung-2/+2
2018-11-11Fix a typo in std::panicDale Wijnand-1/+1
2018-11-10Avoid converting bytes to UTF-8 strings to print, just pass bytes to stdout/errSantiago Pastorino-3/+6
2018-11-10Fix documentation typos.Bruce Mitchener-2/+2
2018-11-10revert some more constification.Mazdak Farrokhzad-11/+11
2018-11-10revert making internal APIs const fn.Mazdak Farrokhzad-18/+18