about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-12/+14
2015-06-14Implement RFC 1014Steven Fackler-12/+14
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-77/+105
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-06-11Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brsonbors-88/+32
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-1/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-88/+32
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-77/+105
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-09fix example in comments about demanglingAndrew Straw-1/+1
2015-06-09Auto merge of #26102 - retep998:openoptionsext, r=alexcrichtonbors-17/+17
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-6/+6