about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-02-02Test fixes and rebase conflictsAlex Crichton-6/+12
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-19/+8
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-502/+945
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-7/+7
2015-02-02register snapshotsJorge Aparicio-11/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-501/+945
2015-02-01openbsd: rebase to masterSébastien Marie-3/+6
2015-02-01openbsd: incoporate remarksSébastien Marie-39/+26
2015-02-01openbsd supportSébastien Marie-28/+144
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-7/+7
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/+52
2015-01-30smoke out remaining bugsJorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-7/+7
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+11
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-5/+5
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-14/+7
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-29Fix wrong use std::io -> old_ioMichael Neumann-1/+1
2015-01-29Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichtonManish Goregaokar-13/+6
2015-01-29Rollup merge of #21640 - retep998:rmdir, r=alexcrichtonManish Goregaokar-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/+18
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-140/+140
2015-01-27Thread native name setting, fix #10302Vojtech Kral-4/+4
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-27Thread native name setting, fix #10302Vojtech Kral-0/+47
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-72/+72
2015-01-26Fallout of io => old_ioAlex Crichton-68/+68
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-4/+0
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-9/+6
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-6/+1501
2015-01-25wrmdir -> RemoveDirectoryWPeter Atashian-1/+1
2015-01-25Auto merge of #20613 - dgriffen:master, r=alexcrichtonbors-1/+40
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-29/+34
2015-01-24Add ffi::OsString and OsStrAaron Turon-5/+1461
2015-01-24Implement winsize() for unix.Daniel Griffen-1/+40
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-12/+12
2015-01-21Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-13/+16