summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-03-24[iOS] Fallout from 8389253Tamir Duberstein-1/+1
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-3/+7
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-1/+1
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-1/+1
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-1/+1
2015-03-25Bug fixesNick Cameron-1/+1
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-10/+6
2015-03-23rollup merge of #23640: nagisa/thread-less-weakAlex Crichton-11/+8
2015-03-23rollup merge of #23631: andersk/minstack-dlsymAlex Crichton-14/+26
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+79
2015-03-23rollup merge of #23557: aturon/rfc-909Alex Crichton-2/+2
2015-03-23Add generic conversion traitsAaron Turon-6/+5
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+79
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-2/+2
2015-03-23prctl instead of pthread on linux for name setupSimonas Kazlauskas-11/+8
2015-03-23min_stack_size: clarify both reasons to use dlsymAnders Kaseorg-5/+6
2015-03-23min_stack_size: update non-Linux implementation commentAnders Kaseorg-2/+2
2015-03-23Get __pthread_get_minstack at runtime with dlsymAnders Kaseorg-12/+23
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-4/+7
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+7
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-6/+6
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-16/+33
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-16/+33
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-6/+6
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-17/+10
2015-03-19std: Stablize io::ErrorKindAlex Crichton-17/+10
2015-03-19Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichtonbors-4/+4
2015-03-19Fix spelling errors in comments.Joseph Crail-4/+4
2015-03-19Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichtonManish Goregaokar-4/+2
2015-03-19Rollup merge of #23479 - tamird:fix-ios-build, r=aturonManish Goregaokar-3/+2
2015-03-18Register new snapshotsAlex Crichton-16/+0
2015-03-18iOS: fallout from 1d5983aTamir Duberstein-3/+2
2015-03-18openbsd/bitrig threadsSébastien Marie-4/+2
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-4/+4
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-221/+178
2015-03-17std: Implement `thread::sleep`Alex Crichton-1/+31
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+14
2015-03-16preemptively fix windows compilation errorsJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+13
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-24/+24
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-1/+1
2015-03-16Auto merge of #23396 - semarie:remove-sized-bounds, r=sfacklerbors-2/+2
2015-03-15Auto merge of #23353 - alexcrichton:stabilize-os, r=aturonbors-316/+390
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-221/+148
2015-03-15unbreak freebsd/openbsd/bitrig build after #23316Sébastien Marie-2/+2
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-316/+390
2015-03-15Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichtonbors-13/+3
2015-03-15Implement `winsize()` for {ios,dragonfly}Tamir Duberstein-12/+2