summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+9
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+9
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+2
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-2/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-2/+3
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-28std: Implement stdio for `std::io`Alex Crichton-2/+171
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-1/+1
2015-02-27remove leftover annotationsJorge Aparicio-1/+1
2015-02-27Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelixManish Goregaokar-2/+25
2015-02-25Fix overflow in precise_time_ns() on Windows,Vadim Chugunov-2/+25
2015-02-25Fix type inference error (fixup #22739)Manish Goregaokar-1/+1
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-30/+34
2015-02-25Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonwManish Goregaokar-7/+20
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-30/+34
2015-02-25Rollup merge of #22772 - tbu-:pr_panic_fail, r=alexcrichtonManish Goregaokar-1/+1
2015-02-25Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichtonManish Goregaokar-7/+18
2015-02-24Improve readability of an error check in `set_non_blocking`Tobias Bucher-5/+5
2015-02-24Revert a wrong replace of "fail" to "panic"Tobias Bucher-1/+1
2015-02-24Rollup merge of #22594 - alexcrichton:issue-22577, r=aturonManish Goregaokar-12/+27
2015-02-23Hide unnecessary error checking from the userTobias Bucher-5/+16
2015-02-23Test fixes and rebase conflictsAlex Crichton-2/+0
2015-02-23Fix windows failure (fixup #22538)Manish Goregaokar-2/+2
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+7
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