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
/
old_io
Age
Commit message (
Expand
)
Author
Lines
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-6
/
+6
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-18
/
+18
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-9
/
+10
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-12
/
+12
2015-02-01
std: Add a new `env` module
Alex Crichton
-9
/
+10
2015-01-31
Kill more `isize`s
Tobias Bucher
-4
/
+4
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-6
/
+6
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-8
/
+8
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-2
/
+3
2015-01-30
rollup merge of #21736: sfackler/bufread-capacity-fix
Alex Crichton
-1
/
+1
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-2
/
+3
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-49
/
+59
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-8
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-25
/
+25
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-24
/
+24
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-5
/
+5
2015-01-28
Fix up check to bypass internal buffer
Steven Fackler
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+12833
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-5
/
+5
2015-01-27
accommodate new scoping rules in libstd unit tests.
Felix S. Klock II
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-82
/
+86
2015-01-26
Fallout of io => old_io
Alex Crichton
-21
/
+21
2015-01-26
std: Rename io to old_io
Alex Crichton
-0
/
+12819