about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-7/+7
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-22/+25
2015-05-07std: Remove unused helper_thread.rs fileAlex Crichton-170/+0
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-28/+28
2015-05-07Rollup merge of #25138 - tshepang:typos, r=sanxiynSteve Klabnik-1/+1
2015-05-06Stabilize from_raw_osSteven Allen-13/+14
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-05-03Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug implsNick Hamann-3/+6
2015-05-03Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS...Nick Hamann-13/+28
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-0/+29
2015-05-02Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturonbors-12/+29
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