about summary refs log tree commit diff
path: root/src/libstd/sys/windows/handle.rs
AgeCommit message (Expand)AuthorLines
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-1/+13
2019-02-28libstd => 2018Taiki Endo-8/+7
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-5/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-06-20Add `Read::initializer`.Steven Fackler-5/+0
2016-12-26std: Clamp max read/write sizes on UnixAlex Crichton-7/+2
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-0/+30
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-2/+2
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-1/+69
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-1/+20
2016-02-23Fix reading/writing 4 GiB or larger files on Windows 64-bitOliver Middleton-5/+11
2015-11-09std: Migrate to the new libcAlex Crichton-18/+17
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-13/+36
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-1/+1
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-0/+13
2015-04-14std: Remove final usage of fds from WindowsAlex Crichton-34/+25
2015-02-28std: Implement stdio for `std::io`Alex Crichton-2/+9
2015-02-13Add std::processAaron Turon-0/+44
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+31