about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-12-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-8/+13
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-72/+105
2015-12-20Auto merge of #30454 - mmcco:size_t, r=alexcrichtonbors-2/+2
2015-12-18Use memchr in libstd where possible, closes #30076Florian Hahn-1/+2
2015-12-17Add a type prefix to fix buildMichael McConville-1/+1
2015-12-17Make runtime function return size_tMichael McConville-2/+2
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-09Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichtonbors-2/+2
2015-12-08Fix a typo in `fd.rs`. Fixes #30231.Richard Diamond-2/+2
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-14/+16
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-14/+16
2015-12-05Auto merge of #30177 - retep998:handling-threads, r=alexcrichtonbors-0/+55
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+55
2015-12-04Fix the time overflow on mac as wellSean Griffin-1/+1
2015-12-02Ensure two `SystemTime`s are equal when nanos add to exactly 1BSean Griffin-1/+1
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-59/+329
2015-11-18Fix buildbot failuresVadim Petrochenkov-0/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+13
2015-11-17Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichtonManish Goregaokar-11/+9
2015-11-17Fix libc module name for FreeBSDOle Krüger-11/+9
2015-11-16Ignore malformed environment strings like glibc doesTobias Bucher-8/+17
2015-11-09std: Migrate to the new libcAlex Crichton-1097/+203
2015-11-06Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturonbors-51/+49
2015-11-06std: Refactor process exit code handling slightlyAlex Crichton-51/+49
2015-11-06Auto merge of #29305 - alexcrichton:bad-getenv, r=brsonbors-22/+27
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