summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-11/+11
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-15/+25
2015-07-25Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichtonbors-12/+19
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-0/+2
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+19
2015-07-22Auto merge of #27172 - alexcrichton:snapshots, r=brsonbors-1/+4
2015-07-21Auto merge of #27073 - alexcrichton:less-proc-fs, r=brsonbors-45/+58
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-45/+58
2015-07-21Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichtonbors-9/+15
2015-07-20std: Fix compiling the standard library on i686-MSVCAlex Crichton-1/+4
2015-07-20Improve Debug impl for File on WindowsPeter Atashian-9/+15
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-10/+157
2015-07-18Auto merge of #27088 - tamird:fix-ios-build, r=alexcrichtonbors-6/+4
2015-07-17[ios] std: avoid `result::fold`Tamir Duberstein-6/+4
2015-07-17Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichtonManish Goregaokar-1/+1
2015-07-16Fix typo in stability attribute.Lee Jeffery-1/+1
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+140
2015-07-11fixing trailing whitespaceDave Huseby-1/+1
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-7/+9
2015-07-11Auto merge of #26929 - alexcrichton:windows-dir-junction, r=brsonbors-35/+225
2015-07-11Auto merge of #26941 - fhartwig:osx-file-debug, r=alexcrichtonbors-3/+15
2015-07-10Auto merge of #26896 - tbu-:pr_getcwd, r=alexcrichtonbors-19/+26
2015-07-10std: Consider directory junctions as directoriesAlex Crichton-35/+225
2015-07-10Show file name and access mode in Debug instance for File on OS XFlorian Hartwig-3/+15
2015-07-10Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichtonbors-1/+66
2015-07-10Remove the generic `fill_bytes_buf` functionTobias Bucher-31/+13
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-1/+66
2015-07-09Auto merge of #26766 - jespino:add-more-filetypes, r=alexcrichtonbors-2/+24
2015-07-09Address some comments on the pull requestTobias Bucher-40/+25
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-2/+1
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-2/+24
2015-07-08Make `std::env::current_dir` work for path names longer than 2048 bytes on no...Tobias Bucher-9/+49
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-2/+6
2015-07-01Add netbsd amd64 supportAlex Newman-16/+26
2015-07-01msvc: Fix TLS destructorsAlex Crichton-2/+6
2015-06-30std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT optionAlex Crichton-16/+34
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-242/+352
2015-06-23Auto merge of #26219 - Veedrac:patch-1, r=alexcrichtonbors-0/+5
2015-06-22Fix build on Android API levels below 21Geoffrey Thomas-0/+20
2015-06-22sys/unix/process: Reset signal behavior before execGeoffrey Thomas-2/+85
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-268/+199
2015-06-22sys/unix/c.rs: Remove unused codeGeoffrey Thomas-75/+5
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-1/+1
2015-06-18std: Add FromRaw{Fd,Handle,Socket} to os preludesAlex Crichton-1/+3
2015-06-18Fix libstd testsAlex Crichton-2/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-25/+1
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-4/+4
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-25/+0
2015-06-17std: Split the `std_misc` featureAlex Crichton-4/+4