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
2015-01-26
std: Rename io to old_io
Alex Crichton
-457
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-10
/
+10
2015-01-03
Remove deprecated functionality
Alex Crichton
-156
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-37
/
+37
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-15
/
+18
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-2
/
+2
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-37
/
+37
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-14
/
+17
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-2
/
+2
2014-12-27
Fix fallout
Nick Cameron
-2
/
+2
2014-12-23
Fix some spelling errors.
Huon Wilson
-1
/
+1
2014-12-14
std: Bind port early to make a test more reliable
Alex Crichton
-1
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-11
/
+11
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-1
/
+4
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-0
/
+7
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-30
/
+30
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-41
/
+19
2014-11-05
Added more documentation on ToSocketAddr trait
Vladimir Matveev
-1
/
+7
2014-11-05
Fixed other tests to pass make check
Vladimir Matveev
-1
/
+1
2014-11-05
Migrated io::net::udp over to ToSocketAddr
Vladimir Matveev
-14
/
+9
2014-10-29
Rename fail! to panic!
Steve Klabnik
-16
/
+16
2014-10-25
Deprecate UdpStream
Julian Orth
-0
/
+12
2014-10-25
Make UdpStream block until the next non-empty msg.
Julian Orth
-13
/
+20
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-19
/
+0
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-15
/
+18
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-18
/
+15
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-15
/
+18
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-01
Remove iotest macro
Aaron Turon
-25
/
+41
2014-09-27
auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton
bors
-1
/
+1
2014-09-25
Ignore two I/O tests that are failing on the win32 bot
Brian Anderson
-0
/
+1
2014-09-23
Deprecate `#[ignore(cfg(...))]`
Steven Fackler
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-07-03
Rename set_broadast() to set_broadcast().
Joseph Crail
-1
/
+7
2014-07-02
Add `recvfrom` and `sendto`.
OGINO Masanori
-0
/
+13
2014-07-02
Rename recvfrom -> recv_from, sendto -> send_to.
OGINO Masanori
-34
/
+34
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+1
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-11
/
+27
2014-05-15
Updates with core::fmt changes
Alex Crichton
-2
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-0
/
+1
2014-05-08
std: Mark timeout methods experimental
Alex Crichton
-0
/
+3
[next]