about summary refs log tree commit diff
path: root/src/libstd/sys/windows
AgeCommit message (Expand)AuthorLines
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-3/+5
2014-12-30Fallout from stabilizationAaron Turon-2/+4
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-92/+50
2014-12-29Test fixes and rebase conflictsAlex Crichton-10/+10
2014-12-29rollup merge of #20231: fhahn/issue-20226-eexistAlex Crichton-0/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-15/+18
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+1
2014-12-27Implement Sync/Send for windows' UnixStreamFlavio Percoco-0/+6
2014-12-26Implement Sync/Send for windows TCP typesFlavio Percoco-0/+12
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-0/+3
2014-12-26Implement `Sync` for some windows sys typesFlavio Percoco-0/+8
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-6/+7
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+38
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-14/+8
2014-12-18Rebasing fixes.Aaron Turon-2/+2
2014-12-18std: Lower abstractions for thread_local/at_exitAlex Crichton-20/+42
2014-12-18Revise std::thread API to join by defaultAaron Turon-16/+17
2014-12-18Fallout from new thread APIAaron Turon-5/+2
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-2/+2
2014-12-18Refactor std::os to use sys::osAaron Turon-3/+195
2014-12-18libs: merge librustrt into libstdAaron Turon-3/+592
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+9
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-5/+6
2014-12-11Register new snapshotsAlex Crichton-2/+2
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