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
2015-02-23
Rollup merge of #22640 - sfackler:fix-take, r=alexcrichton
Manish Goregaokar
-0
/
+35
2015-02-21
Implement BufRead for Take
Steven Fackler
-0
/
+15
2015-02-22
Rollup merge of #22567 - Gankro:unstable, r=alexcrichton
Manish Goregaokar
-4
/
+4
2015-02-21
Fix io::Take behavior with limit 0
Steven Fackler
-0
/
+20
2015-02-21
Fix typo in std::io unstable reason
Jake Goulding
-1
/
+1
2015-02-20
try to reduce bajillion warnings
Alexis
-4
/
+4
2015-02-17
Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
Manish Goregaokar
-2
/
+2
2015-02-16
Make io::Seek docs less prescriptive
Steven Fackler
-3
/
+2
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-2
/
+2
2015-02-06
Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
Manish Goregaokar
-3
/
+2
2015-02-05
Replace one more slice::from_raw_mut_buf added with new io
Mikhail Zabaluev
-3
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+948
2015-01-26
std: Rename io to old_io
Alex Crichton
-1939
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-2
/
+2
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-24
/
+8
2015-01-21
rollup merge of #21423: oli-obk/prettier_read_until
Alex Crichton
-10
/
+8
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-24
/
+8
2015-01-21
Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturon
Barosl LEE
-3
/
+3
2015-01-20
prettier Buffer::read_until
Oliver Schneider
-10
/
+8
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-17
Remove Send bound from Error trait.
Michael Sproul
-3
/
+3
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-16
/
+11
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-07
register new snapshots
Jorge Aparicio
-2
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-4
/
+6
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-9
/
+11
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+1
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-9
/
+11
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+10
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-4
/
+6
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+10
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-4
/
+4
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+4
2015-01-06
Fallout
Nick Cameron
-4
/
+4
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+3
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-1
/
+0
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
[next]