about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-11-01Use guard-pages also on DragonFly/FreeBSD.Michael Neumann-0/+4
2015-10-29Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichtonbors-59/+173
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-59/+173
2015-10-26std: Slightly more robust env var handlingAlex Crichton-22/+27
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-5/+8
2015-10-15Auto merge of #29021 - ogham:master, r=alexcrichtonbors-0/+1
2015-10-14Remove unnecessary parentheses around range expressionsAndrew Paseltiner-1/+1
2015-10-13Make the Metadata struct CloneBen S-0/+1
2015-10-12Don't use a Vec in os::current_exe on FreeBSD.Peter Marheine-4/+4
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-29Tweak Travis to use GCEAlex Crichton-11/+22
2015-09-26Add support for the rumprun unikernelSebastian Wicki-4/+4
2015-09-22Fix alignment of pthread types on NetBSDSebastian Wicki-11/+19
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-12/+99
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