summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-2/+6
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-3/+17
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-2/+6
2015-09-08Let's see if lifetime elision works in this casellogiq-1/+1
2015-09-08Fixed required type coercionllogiq-1/+2
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-2/+1
2015-09-08some more clippy-based improvementsAndre Bogus-10/+10
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-238/+14
2015-09-04Add ptr import (fixup #28187)Manish Goregaokar-1/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-14/+16
2015-08-30Atomically set CLOEXEC on duplicated socketsTobias Bucher-5/+25
2015-08-27std: Fix backtrace imports for ios targetsMichael Macias-4/+1
2015-08-28Use a different buffer doubling logic for `std::sys::os::getcwd`Barosl Lee-5/+7
2015-08-28Reduce the reliance on `PATH_MAX`Barosl Lee-15/+30
2015-08-24Atomically open files with O_CLOEXEC where possibleTobias Bucher-1/+4
2015-08-23Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichtonbors-586/+688
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-586/+681
2015-08-18std: Add into_raw_os traits to the OS preludesAlex Crichton-1/+1
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