summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-30/+117
2015-03-26Revise use of conversion traitsAaron Turon-4/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-44/+44
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-3/+7
2015-03-25Bug fixesNick Cameron-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-8/+3
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-4/+6
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+6
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-2/+2
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-5/+12
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-5/+12
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-2/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-9/+5
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-1/+1
2015-03-17Auto merge of #23330 - alexcrichton:thread-sleep, r=aturonbors-30/+36
2015-03-17std: Implement `thread::sleep`Alex Crichton-0/+16
2015-03-17Auto merge of #23104 - japaric:inherent, r=nikomatsakisbors-0/+1
2015-03-16preemptively fix windows compilation errorsJorge Aparicio-0/+1
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-4/+4
2015-03-15std: Clean up the sys::thread modulesAlex Crichton-30/+20
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-149/+178
2015-03-13std: Stabilize the `net` moduleAlex Crichton-4/+4
2015-03-13Fallout of std::old_io deprecationAlex Crichton-7/+38
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-3/+10
2015-03-12Stabilize std::pathAaron Turon-3/+10
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-36/+12
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
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