about summary refs log tree commit diff
path: root/src/libstd/sys/windows/mod.rs
AgeCommit message (Expand)AuthorLines
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-0/+1
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+1
2016-10-01std: Move platform specific env code into sysBrian Anderson-0/+1
2016-10-01std: Move platform specific path code into sysBrian Anderson-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-3/+16
2016-06-14Add ERROR_FILE_EXISTS to ErrorKind conversion on WindowsGleb Kozyrev-0/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-0/+1
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+1
2016-01-26Fix warnings during testsAlex Crichton-22/+20
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