about summary refs log tree commit diff
path: root/src/libstd/sys/windows/mod.rs
AgeCommit message (Expand)AuthorLines
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-1/+1
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+21
2015-11-21Also check for NULs in environment variablesTobias Bucher-4/+11
2015-11-09std: Migrate to the new libcAlex Crichton-30/+31
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-10/+0
2015-08-10Stabilize the Duration APISteven Fackler-3/+3
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-1/+2
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-0/+22
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-0/+22
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-3/+3
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-5/+3
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-174/+2
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+1
2015-03-19std: Stablize io::ErrorKindAlex Crichton-9/+5
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+10
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-20/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+1
2015-02-25Fix type inference error (fixup #22739)Manish Goregaokar-1/+1
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-6/+8
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-6/+8
2015-02-24Improve readability of an error check in `set_non_blocking`Tobias Bucher-5/+5
2015-02-23Hide unnecessary error checking from the userTobias Bucher-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-13Add std::processAaron Turon-0/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+1
2015-02-09std: Add a new `fs` moduleAlex Crichton-3/+37
2015-02-03std: Add `io` module againAlex Crichton-0/+29
2015-02-01std: Add a new `env` moduleAlex Crichton-19/+92
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-24/+24
2015-01-24Add ffi::OsString and OsStrAaron Turon-0/+1
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-0/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-2/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-0/+24
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-24/+0
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+1
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+1