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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-15
auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichton
bors
-1
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-7
/
+13
2014-12-13
Add `Copy` to bitflags-generated structures
Valerii Hiora
-1
/
+0
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+17
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-11
/
+11
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-8
/
+8
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+4
2014-12-03
Back io::stdin with a global singleton BufferedReader
Steven Fackler
-4
/
+4
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-201
/
+199
2014-11-26
/*! -> //!
Steve Klabnik
-201
/
+199
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
-7
/
+6
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-2
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-7
/
+6
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-7
/
+5
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-3
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+7
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-5
/
+5
2014-11-16
auto merge of #18788 : ricky26/rust/master, r=aturon
bors
-11
/
+24
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
-2
/
+37
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 fs
Aaron Turon
-0
/
+1
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-87
/
+5
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
-2
/
+2
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-11-06
Make Filetype Clonable
Subhash Bhushan
-1
/
+1
2014-11-05
Fixed other tests to pass make check
Vladimir Matveev
-2
/
+2
2014-11-02
Add Error impls to a few key error types
Aaron Turon
-0
/
+18
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-16
/
+16
2014-10-30
Change extensions traits to blanket impls
Nick Cameron
-4
/
+16
2014-10-30
changes to libs
Nick Cameron
-12
/
+22
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-16
/
+16
2014-10-13
Clean up rustc warnings.
NODA, Kai
-21
/
+21
2014-10-09
std: Convert statics to constants
Alex Crichton
-34
/
+34
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-7
/
+7
2014-10-06
Rename the file permission statics in std::io to be uppercase
P1start
-26
/
+84
2014-10-04
Fix infinite recursion in Writer impl for &mut Writer
Brian Koropoff
-2
/
+2
[prev]
[next]