summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-05-01Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnikManish Goregaokar-4/+4
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-4/+4
2015-04-30Add downcasting to std::error::ErrorAaron Turon-3/+4
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-29Test fixes and rebase conflictsAlex Crichton-1/+0
2015-04-29rollup merge of #24873: alexcrichton/fix-windows-stdioAlex Crichton-177/+138
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-722/+1202
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-177/+138
2015-04-28std: Implement fs::DirBuilderAlex Crichton-12/+46
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-2/+6
2015-04-27std: Expand the area of std::fsAlex Crichton-710/+1156
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-7/+6
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-25std: Fix process spawn for arguments ending in backslashes on WindowsBrad King-18/+21
2015-04-25Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichtonbors-1/+1
2015-04-25Auto merge of #24724 - alexcrichton:symlink-stable, r=aturonbors-0/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-24Auto merge of #24594 - doomsplayer:patch-2, r=alexcrichtonbors-2/+6
2015-04-23std: Add missing stability for symlink functionsAlex Crichton-0/+3
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-04-22std: Audit std::thread implementationsAlex Crichton-221/+235
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-49/+29
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-16/+13
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-1002/+0
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-1/+90
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1004/+16
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-1/+90
2015-04-21Remove unused filesTamir Duberstein-1002/+0
2015-04-21Implement Debug for FileChris Wong-0/+59
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-3/+3
2015-04-15Auto merge of #24426 - alexcrichton:windows-pipes, r=aturonbors-82/+46
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-2/+10
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14std: Remove final usage of fds from WindowsAlex Crichton-82/+46
2015-04-14std: Set overlap/noinherit flags on windows socketsAlex Crichton-2/+10
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-62/+62
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-4890/+13
2015-04-14Auto merge of #24251 - alexcrichton:unsafe-from-raw-fd, r=aturonbors-13/+28
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-65/+65
2015-04-13Auto merge of #24198 - alexcrichton:windows-readlink, r=aturonbors-14/+63
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-53/+75
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-249/+213