summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-06-19std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+1
2015-06-17std: Stabilize a number of new fs featuresAlex Crichton-70/+91
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-38/+23
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-38/+23
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-2/+2
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-1/+1
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-10/+7
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-15/+15
2015-05-07Rollup merge of #25138 - tshepang:typos, r=sanxiynSteve Klabnik-1/+1
2015-05-06Stabilize from_raw_osSteven Allen-6/+6
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-05Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturonManish Goregaokar-3/+3
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