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
/
mem.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-765
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-5
/
+5
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-16
/
+16
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-16
/
+16
2015-03-26
Register new snapshots
Alex Crichton
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+4
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-6
/
+6
2015-03-18
Register new snapshots
Alex Crichton
-3
/
+0
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-4
/
+4
2015-03-16
remove imports
Jorge Aparicio
-1
/
+1
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+3
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-4
/
+4
2015-03-11
Example -> Examples
Steve Klabnik
-4
/
+4
2015-02-26
Check stability of struct fields.
Huon Wilson
-0
/
+1
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-9
/
+9
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-3
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-0
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-12
/
+12
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-4
/
+4
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+759
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-3
/
+3
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-26
std: Rename io to old_io
Alex Crichton
-0
/
+757