about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-02-20Register new snapshotsAlex Crichton-194/+0
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-7/+20
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-12/+27
2015-02-19Round 8 tex fixesManish Goregaokar-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-2/+31
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-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-3/+5
2015-02-17Revise std::thread semanticsAaron Turon-3/+5
2015-02-17fix windowsManish Goregaokar-2/+2
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+4
2015-02-13Add std::processAaron Turon-18/+604
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+43
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+133
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-7/+525
2015-02-09std: Add a new `fs` moduleAlex Crichton-7/+525
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-2/+2
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-6/+5
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-2/+2
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03rollup merge of #21835: alexcrichton/iov2Alex Crichton-0/+29
2015-02-03Add new path moduleAaron Turon-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-2/+2
2015-02-03std: Add `io` module againAlex Crichton-0/+29
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-5/+5
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-5/+5
2015-02-01std: Add a new `env` moduleAlex Crichton-349/+568
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-3/+3
2015-01-30rollup merge of #21678: vojtechkral/threads-native-namesAlex Crichton-0/+7
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-2/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-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-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-70/+70
2015-01-27Thread native name setting, fix #10302Vojtech Kral-2/+2
2015-01-27Thread native name setting, fix #10302Vojtech Kral-0/+7
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-70/+70
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-2/+115
2015-01-25wrmdir -> RemoveDirectoryWPeter Atashian-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-11/+13