summary refs log tree commit diff
path: root/src/libstd/sys/windows/os.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-1/+3
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-0/+1
2014-12-31Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-2/+3
2014-12-30Fallout from stabilizationAaron Turon-1/+2
2014-12-30std: Re-enable at_exit()Alex Crichton-3/+1
2014-12-29Test fixes and rebase conflictsAlex Crichton-5/+6
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+38
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-4/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+4
2014-12-18Refactor std::os to use sys::osAaron Turon-3/+195
2014-11-18Windows and OS X falloutNick Cameron-1/+1
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+103