about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-05-04std: Fix {atime,mtime,ctime}_nsec accessorsAlex Crichton-3/+3
2015-04-30std: Always check for EDEADLK in rwlocks on unixAlex Crichton-2/+24
2015-04-30std: Favor cfg! over #[cfg] in unix rwlocksAlex Crichton-10/+5
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-361/+641
2015-04-28std: Implement fs::DirBuilderAlex Crichton-6/+34
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-2/+6
2015-04-27std: Expand the area of std::fsAlex Crichton-355/+607
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-1/+1
2015-04-27std: Don't assume dlopen() works on yourselfAlex Crichton-1/+4
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+2
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