about summary refs log tree commit diff
path: root/src/libstd/sys/windows/pipe.rs
AgeCommit message (Expand)AuthorLines
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-1/+9
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-3/+3
2019-02-28libstd => 2018Taiki Endo-13/+13
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-5/+5
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
2018-04-05typosmemoryleak47-1/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-3/+15
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-06-20Add `Read::initializer`.Steven Fackler-4/+0
2017-01-04std: Don't pass overlapped handles to processesAlex Crichton-20/+57
2016-11-20support creation of anonymous pipe on WinXP/2K3jsen--8/+25
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-2/+3
2016-03-22try! -> ?Jorge Aparicio-9/+9
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-10/+259
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+6
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-2/+0
2015-11-09std: Migrate to the new libcAlex Crichton-4/+3
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+2
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-0/+2
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+48
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-775/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-9/+9
2015-01-29Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichtonManish Goregaokar-9/+6
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-9/+6
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-8/+13
2015-01-03Remove deprecated functionalityAlex Crichton-13/+14
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
2014-12-27Implement Sync/Send for windows' UnixStreamFlavio Percoco-0/+6
2014-12-26Implement `Sync` for some windows sys typesFlavio Percoco-0/+6
2014-12-05Fall out of the std::sync rewriteAlex Crichton-4/+3
2014-11-21libs: add std::os::windows moduleAaron Turon-1/+1
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-1/+9
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-18Windows and OS X falloutNick Cameron-4/+4
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+751