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
/
pipe.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-09
std: Migrate to the new libc
Alex Crichton
-4
/
+3
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-0
/
+1
2015-06-09
std: Tweak process raising/lowering implementations
Alex Crichton
-0
/
+2
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-0
/
+48
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-775
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+2
2015-02-01
std: Add a new `env` module
Alex Crichton
-9
/
+9
2015-01-29
Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichton
Manish Goregaokar
-9
/
+6
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-3
/
+3
2015-01-26
Make Unix and Windows impls consistent
Flavio Percoco
-9
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-8
/
+13
2015-01-03
Remove deprecated functionality
Alex Crichton
-13
/
+14
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+3
2014-12-27
Implement Sync/Send for windows' UnixStream
Flavio Percoco
-0
/
+6
2014-12-26
Implement `Sync` for some windows sys types
Flavio Percoco
-0
/
+6
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-4
/
+3
2014-11-21
libs: add std::os::windows module
Aaron Turon
-1
/
+1
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-1
/
+9
2014-11-20
Make most of std::rt private
Aaron Turon
-1
/
+1
2014-11-18
Windows and OS X fallout
Nick Cameron
-4
/
+4
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-0
/
+751