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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
net
Age
Commit message (
Expand
)
Author
Lines
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-2
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-4
/
+4
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-13
/
+16
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
/
+52
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-13
auto merge of #12855 : alexcrichton/rust/shutdown, r=brson
bors
-0
/
+18
2014-03-13
io: Bind to shutdown() for TCP streams
Alex Crichton
-0
/
+18
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-159
/
+116
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
/
+10
2014-02-27
std: Small cleanup and test improvement
Alex Crichton
-6
/
+10
2014-02-25
auto merge of #12522 : erickt/rust/hash, r=alexcrichton
bors
-1
/
+0
2014-02-24
Remove std::from_str::FromStr from the prelude
Brendan Zabarauskas
-0
/
+1
2014-02-24
std: minor whitespace cleanup
Erick Tryzelaar
-1
/
+0
2014-02-24
Correctly ignore some tests on windows
Alex Crichton
-1
/
+1
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-13
/
+14
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-14
/
+2
2014-02-16
Implement named pipes for windows, touch up unix
Alex Crichton
-42
/
+61
2014-02-14
Fix all code examples
Alex Crichton
-5
/
+8
2014-02-11
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2014-02-11
io -- introduce local to avoid conflicting borrow
Niko Matsakis
-1
/
+2
2014-02-10
IterBytes for IpAddr and SocketAddr
Tom Lee
-2
/
+13
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
-1
/
+393
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-6
/
+8
2014-02-03
std: Fixing all documentation
Alex Crichton
-18
/
+0
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-185
/
+144
2014-02-03
std: Remove io::io_error
Alex Crichton
-139
/
+59
2014-01-31
auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton
bors
-7
/
+3
2014-01-30
Remove Times trait
Brendan Zabarauskas
-10
/
+10
2014-01-30
Prefix _ to unused variables.
OGINO Masanori
-3
/
+3
2014-01-30
Remove unused imports.
OGINO Masanori
-4
/
+0
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-62
/
+62
2014-01-27
Set SO_REUSEADDR by default in libnative.
xales
-0
/
+40
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-2
/
+2
2014-01-24
libstd: Use iotest! for for get_host_addresses.
Luqman Aden
-5
/
+11
2014-01-13
std: Ignore bind error tests on android. #11530
Brian Anderson
-2
/
+4
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-5
/
+0
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-5
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+3
2014-01-07
auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton
bors
-3
/
+3
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-3
/
+3
2014-01-06
auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton
bors
-0
/
+21
2014-01-06
Don't wait for a full buffer when reading TCP
Alex Crichton
-0
/
+21
2014-01-05
Fix some warnings
Corey Richardson
-2
/
+1
2013-12-31
Implement native UDP I/O
Alex Crichton
-23
/
+25
2013-12-27
Implement native TCP I/O
Alex Crichton
-65
/
+40
2013-12-27
Bring native process bindings up to date
Alex Crichton
-2
/
+1
[next]