index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
windows
/
handle.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-1
/
+13
2019-02-28
libstd => 2018
Taiki Endo
-8
/
+7
2019-01-01
privacy: Use common `DefId` visiting infra for all privacy visitors
Vadim Petrochenkov
-5
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-06-20
Add `Read::initializer`.
Steven Fackler
-5
/
+0
2016-12-26
std: Clamp max read/write sizes on Unix
Alex Crichton
-7
/
+2
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-0
/
+30
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-1
/
+69
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-1
/
+20
2016-02-23
Fix reading/writing 4 GiB or larger files on Windows 64-bit
Oliver Middleton
-5
/
+11
2015-11-09
std: Migrate to the new libc
Alex Crichton
-18
/
+17
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-05-16
std: Implement lowering and raising for process IO
Alex Crichton
-13
/
+36
2015-05-07
std: Mark `mem::forget` as a safe function
Alex Crichton
-1
/
+1
2015-04-29
std: Fix inheriting standard handles on windows
Alex Crichton
-0
/
+13
2015-04-14
std: Remove final usage of fds from Windows
Alex Crichton
-34
/
+25
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-2
/
+9
2015-02-13
Add std::process
Aaron Turon
-0
/
+44
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-0
/
+31