about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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
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-13/+28
2015-04-10Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturonManish Goregaokar-3/+3
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-3/+3
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-2/+546
2015-04-08std: Fix fs::read_link behavior on WindowsAlex Crichton-14/+63
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-2/+546
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-02Tweak relese notes + rebase fixesAlex Crichton-5/+5
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-1/+2
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-1/+2
2015-04-01Test fixes and rebase conflictsAlex Crichton-6/+12
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-6/+5
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-4/+4