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-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
2015-01-03
Remove deprecated functionality
Alex Crichton
-94
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-9
/
+9
2015-01-03
Register new snapshots
Jorge Aparicio
-24
/
+0
2015-01-03
std: fix fallout
Jorge Aparicio
-4
/
+12
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-2
/
+25
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-4
/
+4
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+1
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-1
/
+1
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-2
/
+25
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+3
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-4
/
+4
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
[next]