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
2015-01-21
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-12
/
+12
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-68
/
+51
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-1
/
+2
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-3
/
+0
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
-5
/
+5
2015-01-21
rollup merge of #21389: retep998/timer
Alex Crichton
-0
/
+6
2015-01-21
Fallout from stabilization.
Aaron Turon
-12
/
+12
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-68
/
+51
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-3
/
+0
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
-5
/
+5
2015-01-19
Impl Send for Timer on Windows
Peter Atashian
-0
/
+6
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+2
2015-01-17
Remove Send bound from Error trait.
Michael Sproul
-3
/
+3
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-25
/
+14
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-0
/
+2
2015-01-14
auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro
bors
-11
/
+10
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-17
/
+17
2015-01-12
Initialize memory for BufferedReader buffer
Steven Fackler
-11
/
+10
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-17
/
+17
2015-01-12
auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton
bors
-3
/
+3
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-3
/
+3
2015-01-10
Implement Show for types in std::io::{buffered,util}
Steven Fackler
-10
/
+46
2015-01-09
Merge pull request #20699 from vhbit/ios-archs
bors
-8
/
+21
2015-01-09
iOS: fixed test build
Valerii Hiora
-8
/
+21
2015-01-08
Improvements to feature staging
Brian Anderson
-31
/
+31
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-33
/
+31
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-9
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-33
/
+31
2015-01-07
register new snapshots
Jorge Aparicio
-9
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-4
/
+4
2015-01-07
Register new snapshots
Alex Crichton
-9
/
+1
2015-01-06
More test fixes
Alex Crichton
-31
/
+31
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-29
/
+33
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
-2
/
+2
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
-5
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-48
/
+69
2015-01-07
markers -> marker
Nick Cameron
-2
/
+2
2015-01-07
fallout
Nick Cameron
-28
/
+24
2015-01-06
Fallout from stabilization
Aaron Turon
-29
/
+33
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-48
/
+69
[next]