summary refs log tree commit diff
path: root/src/libstd/sys/windows/os.rs
AgeCommit message (Expand)AuthorLines
2017-10-06Add current_pid functionThayne McCombs-0/+4
2017-05-11Add testJethro Beekman-0/+14
2017-05-03Windows io::Error: also format NTSTATUS error codesJethro Beekman-3/+21
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-56/+0
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-10/+17
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-02-11Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian-2/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-11-21Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichtonbors-4/+6
2015-11-21Also check for NULs in environment variablesTobias Bucher-4/+6
2015-11-19Re-unignore environment test on MinGWTobias Bucher-1/+1
2015-11-19Ignore malformed environment variables on Windows tooTobias Bucher-15/+24
2015-11-09std: Migrate to the new libcAlex Crichton-54/+31
2015-10-26std: Slightly more robust env var handlingAlex Crichton-24/+24
2015-08-25Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichtonbors-3/+2
2015-08-25Do not recalculate string length in error_stringSimonas Kazlauskas-3/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-9/+0
2015-08-07Trim trailing newline from FormatMessageWdiaphore-3/+7
2015-06-11Changed patch wordingJoshua Landau-3/+5
2015-06-11Comment for #26196.Joshua Landau-0/+3
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-1/+1
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-27/+5
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-31rollup merge of #23907: alexcrichton/impl-exitAlex Crichton-0/+4
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-6/+7
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-6/+7
2015-03-31std: Add a process::exit functionAlex Crichton-0/+4
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-2/+2
2015-03-25Bug fixesNick Cameron-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-4/+1
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-1/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-3/+5
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-17/+19
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-5/+5
2015-02-17fix windowsManish Goregaokar-2/+2
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+4
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-1/+1
2015-02-09std: Add a new `fs` moduleAlex Crichton-1/+1
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-2/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-207/+246
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1