about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-1/+2
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-2/+2
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+2
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+2
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+4
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-18/+19
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-11/+4
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-18/+19
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-24/+103
2015-03-31std: Add a process::exit functionAlex Crichton-0/+4
2015-03-31Stabilize `std::convert` and related codeAaron Turon-11/+4
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-2/+2
2015-03-28iOS: int/uint falloutValerii Hiora-3/+3
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-53/+53
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-24/+103
2015-03-26Revise use of conversion traitsAaron Turon-4/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-53/+53
2015-03-25Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakisManish Goregaokar-2/+2
2015-03-25unbreak bitrig/openbsd build after 8389253dSébastien Marie-2/+2
2015-03-24[iOS] Fallout from 8389253Tamir Duberstein-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-2/+3
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-23Add generic conversion traitsAaron Turon-6/+5
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-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-4/+4
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-1/+8
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-1/+8
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-4/+4
2015-03-19Auto merge of #23430 - alexcrichton:io-error, r=aturonbors-8/+5
2015-03-19std: Stablize io::ErrorKindAlex Crichton-8/+5
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-2/+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-3/+3
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-181/+137
2015-03-17std: Implement `thread::sleep`Alex Crichton-1/+15
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-4/+4