about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-21update various stdlib docsSteve Klabnik-11/+9
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
2018-11-10reduce list to functions callable in const ctx.Mazdak Farrokhzad-20/+20
2018-11-10constify parts of libstd.Mazdak Farrokhzad-53/+52
2018-11-08Deprecate channel selectionStjepan Glavina-4/+6
2018-11-08Clarifying documentation for collections::hash_map::Entry::or_insertMeltinglava-2/+2
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-0/+1
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-23/+23
2018-11-06Add a tracking issue for extra Layout methodsAmanieu d'Antras-0/+1
2018-11-06refactor: use shorthand fieldsteresy-23/+23
2018-11-06Rollup merge of #55621 - GuillaumeGomez:create-dir, r=QuietMisdreavuskennytm-0/+7
2018-11-06Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAuskennytm-4/+4