about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-04-23std: Add missing stability for symlink functionsAlex Crichton-0/+1
2015-04-22std: Audit std::thread implementationsAlex Crichton-130/+144
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-31/+16
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-31/+0
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-0/+34
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-31/+16
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-0/+34
2015-04-21Remove unused filesTamir Duberstein-31/+0
2015-04-21Implement Debug for FileChris Wong-0/+49
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-7/+7
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-2116/+6
2015-04-14Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturonbors-7/+10
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-9/+9
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-39/+42
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-241/+203
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-30/+50
2015-04-09std: Make FromRawFd::from_raw_fd an unsafe methodAlex Crichton-7/+10
2015-04-10Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturonManish Goregaokar-2/+2
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-2/+2
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-1/+76
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-1/+76
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