about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-02-06Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichtonManish Goregaokar-14/+14
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-05complete openbsd support for `std::env`Sébastien Marie-7/+3
2015-02-05unbreak tree for openbsd after #21787Sébastien Marie-7/+11
2015-02-04remove all kind annotations from closuresJorge Aparicio-7/+7
2015-02-03rollup merge of #21893: vhbit/ios-build-fixAlex Crichton-14/+17
2015-02-03rollup merge of #21835: alexcrichton/iov2Alex Crichton-1/+31
2015-02-03Add new path moduleAaron Turon-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-03std: Add `io` module againAlex Crichton-1/+31
2015-02-03iOS: fixed buildValerii Hiora-14/+17
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