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-30
std: add tests for the Vec<u8> Writer impl
Erick Tryzelaar
-0
/
+12
2014-11-28
small doc fixes
Steve Klabnik
-3
/
+3
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-299
/
+278
2014-11-26
/*! -> //!
Steve Klabnik
-299
/
+278
2014-11-26
rollup merge of #19328: sfackler/buffered-get-mut
Alex Crichton
-10
/
+26
2014-11-26
rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Alex Crichton
-2
/
+2
2014-11-26
rollup merge of #19273: ogham/rename-file-types
Alex Crichton
-22
/
+21
2014-11-26
auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton
bors
-6
/
+4
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-2
/
+2
2014-11-26
auto merge of #19169 : aturon/rust/fds, r=alexcrichton
bors
-4
/
+51
2014-11-25
Fallout from stabilization
Aaron Turon
-6
/
+4
2014-11-25
Allow mutable access to wrapped internal type in Buffered*
Steven Fackler
-10
/
+26
2014-11-25
auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon
bors
-11
/
+47
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-22
/
+21
2014-11-24
Don't call drop in tcpstream docs
Steve Klabnik
-6
/
+10
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-8
/
+23
2014-11-23
Rename unwrap functions to into_inner
Alex Crichton
-11
/
+47
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-4
/
+51
2014-11-20
Disable dubious pipe test
Aaron Turon
-1
/
+1
2014-11-20
Make most of std::rt private
Aaron Turon
-4
/
+4
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-2
/
+0
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-7
/
+5
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-4
/
+5
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-43
/
+54
2014-11-18
rollup merge of #19016: gkoz/use_util_copy
Jakub Bukaj
-9
/
+1
2014-11-17
Return proper errors with update_err
Gleb Kozyrev
-1
/
+1
2014-11-17
Remove duplicate code by using util::copy()
Gleb Kozyrev
-9
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+18
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-294
/
+294
2014-11-16
Fix warnings
Jakub Bukaj
-1
/
+1
2014-11-16
rollup merge of #18985: alexcrichton/issue-18900
Jakub Bukaj
-24
/
+22
2014-11-16
rollup merge of #18976: bjz/rfc369-numerics
Jakub Bukaj
-3
/
+2
2014-11-16
auto merge of #18788 : ricky26/rust/master, r=aturon
bors
-11
/
+24
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-3
/
+2
2014-11-15
std: Fix a flaky test on OSX 10.10
Alex Crichton
-24
/
+22
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-2
/
+2
2014-11-13
Make std::io::Buffer object-safe.
Ricky Taylor
-11
/
+24
2014-11-11
std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}
Erick Tryzelaar
-3
/
+38
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-2
/
+2
2014-11-08
Runtime removal: fully remove rtio
Aaron Turon
-13
/
+2
2014-11-08
Runtime removal: refactor tty
Aaron Turon
-14
/
+12
2014-11-08
Runtime removal: refactor timer
Aaron Turon
-11
/
+8
2014-11-08
Runtime removal: refactor process
Aaron Turon
-78
/
+150
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-245
/
+120
2014-11-08
Runtime removal: refactor fs
Aaron Turon
-224
/
+95
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-87
/
+5
2014-11-08
Renamed Extendable to Extend
gamazeps
-1
/
+1
2014-11-06
rollup merge of #18691 : subhashb/add_clone_trait_to_filetype
Alex Crichton
-1
/
+1
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-3
/
+3
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-3
/
+3
[prev]
[next]