about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-1/+1
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-1/+1
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-5/+5
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-5/+5
2014-12-05rollup merge of #19274: alexcrichton/rewrite-syncCorey Richardson-5/+262
2014-12-05Fall out of the std::sync rewriteAlex Crichton-7/+10
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+254
2014-12-05std: Close TcpListener with closesocket()Alex Crichton-20/+24
2014-12-04libstd: io::fs::File::stat() need not to take &mut self.NODA, Kai-1/+1
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-17/+13
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-6/+6
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-2/+2
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-4/+113
2014-11-25/** -> ///Steve Klabnik-17/+13
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-24Clean up FileType enum following enum namespacingBen S-6/+6
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-3/+242
2014-11-21libs: add std::os::windows moduleAaron Turon-1/+102
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-4/+12
2014-11-20Make most of std::rt privateAaron Turon-2/+2
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-3/+3
2014-11-18Windows and OS X falloutNick Cameron-11/+11
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-10Fix 'renamed lint' warningsMichael Gehring-1/+1
2014-11-08Runtime removal: refactor ttyAaron Turon-0/+167
2014-11-08Runtime removal: refactor timerAaron Turon-0/+209
2014-11-08Runtime removal: refactor processAaron Turon-0/+972
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+39
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-2/+991
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+531