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
/
libnative
/
io
/
pipe_win32.rs
Age
Commit message (
Expand
)
Author
Lines
2014-08-23
Complete renaming of win32 to windows
Vadim Chugunov
-713
/
+0
2014-08-07
windows: Fix INVALID_HANDLE_VALUE
Peter Atashian
-5
/
+5
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-9
/
+9
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-1
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-15
Register new snapshots
Alex Crichton
-6
/
+6
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-09
std: Remove the as_utf16_p functions
Alex Crichton
-64
/
+62
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-13
/
+24
2014-05-21
auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson
bors
-13
/
+13
2014-05-21
std,green: Mark some queue types as NoShare
Alex Crichton
-8
/
+8
2014-05-20
core: Stabilize the mem module
Alex Crichton
-4
/
+4
2014-05-19
native: Remove UnsafeArc in favor of just Arc
Alex Crichton
-5
/
+5
2014-05-07
native: Implement timeouts for windows pipes
Alex Crichton
-19
/
+69
2014-05-07
std: Add close_{read,write}() methods to I/O
Alex Crichton
-30
/
+145
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-6
/
+8
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-3
/
+3
2014-04-24
std: Add timeouts to unix connect/accept
Alex Crichton
-6
/
+50
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+1
2014-03-31
native: Switch field privacy as necessary
Alex Crichton
-7
/
+7
2014-03-27
doc: Update the tutorial about bounds for traits
Alex Crichton
-6
/
+6
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-3
/
+3
2014-02-16
Implement named pipes for windows, touch up unix
Alex Crichton
-0
/
+492