about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-02-02Test fixes and rebase conflictsAlex Crichton-6/+12
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-1/+1
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-139/+377
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-138/+377
2015-02-01openbsd: rebase to masterSébastien Marie-3/+6
2015-02-01openbsd: incoporate remarksSébastien Marie-2/+9
2015-02-01openbsd supportSébastien Marie-26/+125
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-4/+4
2015-01-30rollup merge of #21733: mneumann/fix-io-rename-dfAlex Crichton-1/+1
2015-01-30rollup merge of #21678: vojtechkral/threads-native-namesAlex Crichton-2/+41
2015-01-30Remove all `i` suffixesTobias Bucher-4/+4
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Fix wrong use std::io -> old_ioMichael Neumann-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-15/+14
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-58/+58
2015-01-27Thread native name setting, fix #10302Vojtech Kral-2/+2
2015-01-27Thread native name setting, fix #10302Vojtech Kral-0/+40
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-56/+56
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+161
2015-01-25Auto merge of #20613 - dgriffen:master, r=alexcrichtonbors-1/+40
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+11
2015-01-24Add ffi::OsString and OsStrAaron Turon-1/+121
2015-01-24Implement winsize() for unix.Daniel Griffen-1/+40
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-5/+7
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-1/+1
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-5/+7
2015-01-17Register new snapshots.Eduard Burtescu-6/+4
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-20/+161
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-20/+161
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-6/+16
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-1/+1
2015-01-11powerpc: pthread supportRicho Healey-3/+6
2015-01-11powerpc: Fixup more stack workRicho Healey-0/+1
2015-01-11powerpc: add cdefs for linuxRicho Healey-3/+9
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-1/+1
2015-01-11Give mmap a page-aligned stack start addressClifford Caoile-1/+13
2015-01-09Merge pull request #20699 from vhbit/ios-archsbors-3/+6