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
Age
Commit message (
Expand
)
Author
Lines
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-213
/
+94
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-11-05
Fixed not compiling code in docstring
Vladimir Matveev
-2
/
+2
2014-11-05
Added more documentation on ToSocketAddr trait
Vladimir Matveev
-3
/
+92
2014-11-05
Fixed tidy errors
Vladimir Matveev
-3
/
+3
2014-11-05
Fixed other tests to pass make check
Vladimir Matveev
-6
/
+3
2014-11-05
Migrated io::net::udp over to ToSocketAddr
Vladimir Matveev
-20
/
+34
2014-11-05
Switched io::net::tcp to use ToSocketAddr
Vladimir Matveev
-227
/
+130
2014-11-05
Added ToSocketAddr trait
Vladimir Matveev
-0
/
+151
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-4
/
+4
2014-10-30
rollup merge of #18443 : alexcrichton/deref-vec-and-string
Alex Crichton
-0
/
+1
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-0
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-43
/
+43
2014-10-28
Update code with new lint names
Aaron Turon
-4
/
+4
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-16
libstd: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-13
Clean up rustc warnings.
NODA, Kai
-4
/
+0
2014-10-10
improve the performance of the vec![] macro
Daniel Micay
-1
/
+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
-4
/
+4
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-4
/
+4
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
-4
/
+4
2014-10-01
Remove iotest macro
Aaron Turon
-166
/
+267
2014-09-30
Fix libstd
Steven Fackler
-1
/
+1
2014-09-27
auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton
bors
-3
/
+3
2014-09-25
Ignore two I/O tests that are failing on the win32 bot
Brian Anderson
-0
/
+2
2014-09-23
Deprecate `#[ignore(cfg(...))]`
Steven Fackler
-3
/
+3
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-4
/
+12
2014-09-17
rollup merge of #17297 : treeman/net-unix
Alex Crichton
-4
/
+3
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-16
Rename std::io::net::unix to std::io::net::pipe.
Jonas Hietala
-4
/
+3
2014-08-28
auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson
bors
-3
/
+3
2014-08-24
native: clone/close_accept for win32 pipes
Alex Crichton
-2
/
+3
2014-08-24
native: Implement clone/close_accept for unix
Alex Crichton
-0
/
+227
2014-08-21
libstd: Limit Duration range to i64 milliseconds.
Ruud van Asseldonk
-14
/
+2
2014-08-20
libstd: Refactor Duration.
Ruud van Asseldonk
-5
/
+17
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-6
/
+1
2014-08-14
auto merge of #16332 : brson/rust/slicestab, r=aturon
bors
-2
/
+2
2014-08-13
std: Fix build errors
Brian Anderson
-2
/
+2
2014-08-13
std: Make connect_timeout return Err on zero duration
Brian Anderson
-12
/
+16
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-1
/
+2
2014-08-13
std: connect_timeout requires a positive Duration
Brian Anderson
-9
/
+27
2014-08-13
std: Make the TCP/UDP connect_timeout methods take Duration
Brian Anderson
-6
/
+14
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-08-06
Use byte literals in libstd
nham
-6
/
+6
[next]