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
/
io
/
net
/
udp.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-07
std: Add I/O timeouts to networking objects
Alex Crichton
-0
/
+74
2014-05-07
core: Add unwrap()/unwrap_err() methods to Result
Alex Crichton
-0
/
+2
2014-05-07
auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
bors
-1
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-05-06
auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson
bors
-1
/
+47
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-4
/
+4
2014-04-26
std: Add experimental networking methods
Alex Crichton
-1
/
+47
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-2
/
+2
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+3
2014-03-25
std: Touch various I/O documentation blocks
Alex Crichton
-2
/
+30
2014-03-25
libstd: Document the following modules:
Patrick Walton
-9
/
+43
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-46
/
+46
2014-03-04
Rename struct fields with uppercase characters in their names to use lowercase
Palmer Cox
-4
/
+4
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-2
/
+2
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-0
/
+2
2014-02-11
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-02-11
io -- introduce local to avoid conflicting borrow
Niko Matsakis
-1
/
+2
2014-02-05
Make a double-write UDP test more robust
Alex Crichton
-7
/
+10
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-0
/
+117
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-40
/
+35
2014-02-03
std: Remove io::io_error
Alex Crichton
-35
/
+14
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-8
/
+8
2014-01-13
std: Ignore bind error tests on android. #11530
Brian Anderson
-1
/
+2
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-2
/
+0
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-2
/
+0
2014-01-05
Fix some warnings
Corey Richardson
-2
/
+1
2013-12-31
Implement native UDP I/O
Alex Crichton
-23
/
+25
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-5
/
+6
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-8
/
+3
2013-12-24
std: Delete rt::test
Alex Crichton
-114
/
+97
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-38
/
+29
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-9
/
+8
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-17
/
+8
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-3
/
+3
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-7
/
+5
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+3
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+321
[prev]