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
/
rt
/
io
Age
Commit message (
Expand
)
Author
Lines
2013-08-01
A major refactoring that changes the way the runtime uses TLS. In the
toddaaro
-38
/
+38
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-4
/
+4
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-14
/
+14
2013-07-26
libstd: Tests for {peer, socket}_name.
Luqman Aden
-0
/
+86
2013-07-25
libstd: Add ToStr impl for IpAddr.
Luqman Aden
-0
/
+42
2013-07-25
libstd: Get rid of duplication in {peer, socket}_name and remove extra *.
Luqman Aden
-3
/
+3
2013-07-25
libstd: Implement {peer, socket}_name for new rt tcp & udp.
Luqman Aden
-3
/
+48
2013-07-22
std: make check appeasement
Jeff Olson
-6
/
+7
2013-07-22
std: minor timer cleanup based on feedback
Jeff Olson
-5
/
+5
2013-07-22
std: add rt::io::Timer
Jeff Olson
-0
/
+67
2013-07-19
Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...
Eric Reed
-8
/
+9
2013-07-08
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-5
/
+8
2013-07-02
IPv6 support for UDP and TCP.
Eric Reed
-9
/
+271
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-2
/
+5
2013-06-28
Convert vec::{reserve, reserve_at_least, capacity} to methods.
Huon Wilson
-1
/
+1
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-2
/
+2
2013-06-26
converted TCP interface to newtype structs
Eric Reed
-24
/
+9
2013-06-26
removed unecessary method
Eric Reed
-3
/
+1
2013-06-25
Converted UdpSocket into a newtype struct and (dis)connecting uses move seman...
Eric Reed
-27
/
+12
2013-06-25
IPv6 struct
Eric Reed
-2
/
+4
2013-06-25
satisfy the formatting check
Eric Reed
-2
/
+2
2013-06-25
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-1
/
+2
2013-06-25
UDP networking with tests
Eric Reed
-4
/
+99
2013-06-23
Split out starting a listener from accepting incoming connections.
Eric Reed
-61
/
+111
2013-06-19
derived instances of Eq and TotalEq for IpAddr rather than implement them man...
Eric Reed
-21
/
+1
2013-06-19
socket based UDP io
Eric Reed
-24
/
+77
2013-06-19
Wrote the Eq instance of IpAddr in a slightly different way.
Eric Reed
-3
/
+3
2013-06-18
std::rt: Work around a dynamic borrowck bug
Brian Anderson
-3
/
+2
2013-06-17
Merge remote-tracking branch 'upstream/io' into io
Eric Reed
-15
/
+17
2013-06-17
stated to implement UdpStream
Eric Reed
-4
/
+13
2013-06-17
added Eq and TotalEq instances for IpAddr
Eric Reed
-0
/
+21
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-3
/
+2
2013-06-15
rm vec::uniq_len
Daniel Micay
-1
/
+2
2013-06-13
automated whitespace fixes
Daniel Micay
-1
/
+0
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+2
2013-06-10
std::rt: Work around a dynamic borrowck bug
Brian Anderson
-3
/
+2
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-2
/
+2
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-9
/
+9
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+4
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-4
/
+2
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+50
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+2700
[prev]