about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-258/+0
2015-02-22Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonwManish Goregaokar-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-18/+142
2015-02-20Register new snapshotsAlex Crichton-258/+0
2015-02-20unbreak openbsd build after 1860ee52Sébastien Marie-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-2/+2
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-79/+82
2015-02-18std: Implement CString-related RFCsAlex Crichton-79/+82
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+249
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-3/+9
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-3/+5
2015-02-17Revise std::thread semanticsAaron Turon-3/+5
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+9
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-0/+4
2015-02-17Auto merge of #22397 - Manishearth:rollup, r=huonwbors-1/+4
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-2/+2
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+4
2015-02-15openbsd: disable test_file_desc testSébastien Marie-1/+4
2015-02-13Add std::processAaron Turon-18/+586
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-6/+94
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-6/+94
2015-02-11Test fixes and rebase conflictsAlex Crichton-3/+1
2015-02-11fixing PR review commentsDave Huseby-9/+4
2015-02-11fixing more trailing whitespaceDave Huseby-1/+1
2015-02-11fixing trailing whitespace errorsDave Huseby-9/+9
2015-02-11bitrig integrationDave Huseby-13/+142
2015-02-11rollup merge of #22186: GuillaumeGomez/fix-fsAlex Crichton-1/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-4/+4
2015-02-11Add read and write rights to group and other when creating fileGuillaumeGomez-1/+3
2015-02-10Fix aarch64 test issues (same level to arm32)Eunji Jeong-1/+9
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-6/+520
2015-02-09std: Add a new `fs` moduleAlex Crichton-6/+520
2015-02-07Fix struct passwd and _SC_GETPW_R_SIZE_MAX for DragonFlyMichael Neumann-1/+3
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-04std::os::errno returns platform specific value. fixes #21898Jormundir-2/+2
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