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
Age
Commit message (
Expand
)
Author
Lines
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-15
/
+15
2014-11-06
Make Filetype Clonable
Subhash Bhushan
-1
/
+1
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
-8
/
+5
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-03
std: Fix fallout of changing `#[deriving(Clone)]`
Jorge Aparicio
-1
/
+0
2014-11-03
auto merge of #18463 : japaric/rust/bytes2, r=alexcrichton
bors
-1
/
+1
2014-11-02
Add Error impls to a few key error types
Aaron Turon
-0
/
+18
2014-11-01
Remove unnecessary allocations
Jorge Aparicio
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-11
/
+2
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-23
/
+23
2014-10-30
rollup merge of #18443 : alexcrichton/deref-vec-and-string
Alex Crichton
-1
/
+2
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-30
auto merge of #18374 : steveklabnik/rust/gh18197, r=sfackler
bors
-4
/
+3
2014-10-30
Change extensions traits to blanket impls
Nick Cameron
-17
/
+18
2014-10-30
changes to tests
Nick Cameron
-2
/
+5
2014-10-30
changes to libs
Nick Cameron
-14
/
+32
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-1
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-99
/
+98
2014-10-28
Fix example for BufferedReader
Steve Klabnik
-4
/
+3
2014-10-28
Update code with new lint names
Aaron Turon
-23
/
+23
2014-10-27
rollup merge of #18329 : sfackler/memwriter-clear
Alex Crichton
-2
/
+7
2014-10-25
Add MemWriter::from_vec
Steven Fackler
-2
/
+7
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-20
auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon
bors
-19
/
+0
2014-10-20
auto merge of #18108 : mahkoh/rust/buffered_reader, r=alexcrichton
bors
-2
/
+11
2014-10-20
Optimize BufferedReader::read for large buffers.
Julian Orth
-2
/
+11
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-19
/
+0
2014-10-17
auto merge of #17998 : rapha/rust/master, r=alexcrichton
bors
-15
/
+60
2014-10-16
libstd: Remove all uses of {:?}.
Luqman Aden
-2
/
+2
2014-10-16
impl Buffer for ChanReader
Raphael Speyer
-15
/
+60
2014-10-13
Clean up rustc warnings.
NODA, Kai
-41
/
+38
2014-10-10
Register new snapshots
Alex Crichton
-8
/
+6
2014-10-10
improve the performance of the vec![] macro
Daniel Micay
-1
/
+0
2014-10-09
std: Convert statics to constants
Alex Crichton
-38
/
+38
2014-10-07
Remove use of `final` and `override` (now reserved)
John Gallagher
-1
/
+1
2014-10-07
Rename slice::Slice
Nick Cameron
-3
/
+3
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
-42
/
+41
2014-10-06
Rename the file permission statics in std::io to be uppercase
P1start
-60
/
+118
2014-10-04
Fix infinite recursion in Writer impl for &mut Writer
Brian Koropoff
-2
/
+2
2014-10-03
rollup merge of #17739 : eddyb/fix-process-test
Alex Crichton
-26
/
+0
2014-10-03
Fix a race condition between remove_from_env and other io::process tests.
Eduard Burtescu
-26
/
+0
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
[prev]
[next]