about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-08-15std: Add issues to all unstable featuresAlex Crichton-31/+37
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-15/+0
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-41/+0
2015-08-11Register new snapshotsAlex Crichton-41/+0
2015-08-11std: Fix imports for ios targetMichael Macias-1/+3
2015-08-11Auto merge of #27549 - tshepang:clarity, r=alexcrichtonbors-1/+1
2015-08-11Auto merge of #26818 - sfackler:duration-stabilization, r=aturonbors-8/+8
2015-08-10Stabilize the Duration APISteven Fackler-8/+8
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-43/+34
2015-08-10Remove morestack supportAlex Crichton-43/+34
2015-08-10Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichtonbors-2/+1
2015-08-10Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brsonbors-0/+4
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+1
2015-08-06fs: indicate that we only copy regular filesTshepang Lekhonkhobe-1/+1
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-4/+20
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-0/+1
2015-08-04std: Ignore test_process_mask on OSXAlex Crichton-0/+4
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+19
2015-08-01std: Allow to spawn a process as a session leader on UNIXMickaël Salaün-3/+19
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-07-21Auto merge of #27073 - alexcrichton:less-proc-fs, r=brsonbors-38/+50
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-38/+50
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-4/+62
2015-07-17[ios] std: avoid `result::fold`Tamir Duberstein-6/+4
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-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/+17
2015-07-10Remove the generic `fill_bytes_buf` functionTobias Bucher-31/+13
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-1/+17
2015-07-09Address some comments on the pull requestTobias Bucher-40/+25
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-01Add netbsd amd64 supportAlex Newman-16/+24
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/+1
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-3/+3
2015-06-14Implement RFC 1014Steven Fackler-3/+3
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-70/+91
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-48/+17
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-70/+91
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-0/+45
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-4/+63
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+45
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-26/+17
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-1/+1