about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-02-20Register new snapshotsAlex Crichton-479/+0
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-9/+33
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-25/+47
2015-02-20unbreak openbsd build after 1860ee52Sébastien Marie-1/+1
2015-02-19Round 8 tex fixesManish Goregaokar-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-3/+32
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-2/+166
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-8/+8
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-8/+8
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-4/+4
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+5
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-86/+94
2015-02-18std: Implement CString-related RFCsAlex Crichton-86/+94
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+3
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+277
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-4/+4
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-16/+34
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-11/+15
2015-02-17Fallout from stabilizationAaron Turon-5/+5
2015-02-17rollup merge of #22024: alexcrichton/asciiAlex Crichton-1/+6
2015-02-17Revise std::thread semanticsAaron Turon-6/+10
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-1/+6
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-1/+1
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+9
2015-02-17fix windowsManish Goregaokar-2/+2
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-0/+8
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/+8
2015-02-15openbsd: disable test_file_desc testSébastien Marie-1/+4
2015-02-13Add std::processAaron Turon-36/+1211
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+44
2015-02-11rollup merge of #22015: alexcrichton/netv2Alex Crichton-6/+621
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-6/+621
2015-02-11Test fixes and rebase conflictsAlex Crichton-3/+5
2015-02-11fixing PR review commentsDave Huseby-9/+4
2015-02-11PR review fixesDave Huseby-12/+2
2015-02-11fixing more trailing whitespaceDave Huseby-1/+1
2015-02-11fixing trailing whitespace errorsDave Huseby-9/+9
2015-02-11bitrig integrationDave Huseby-16/+159
2015-02-11rollup merge of #22186: GuillaumeGomez/fix-fsAlex Crichton-1/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-6/+6
2015-02-11Add read and write rights to group and other when creating fileGuillaumeGomez-1/+3
2015-02-10rollup merge of #21920: vojtechkral/main-thread-nameAlex Crichton-4/+0
2015-02-10Fix aarch64 test issues (same level to arm32)Eunji Jeong-1/+9
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-13/+1055
2015-02-09std: Add a new `fs` moduleAlex Crichton-13/+1055