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
/
extensions.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+0
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
Change extensions traits to blanket impls
Nick Cameron
-3
/
+0
2014-10-30
changes to tests
Nick Cameron
-1
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-13
/
+11
2014-08-29
Register new snapshots
Alex Crichton
-19
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+19
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-04
make any_pat! and u64_from_be_bytes_bench_impl! macros hygienic
John Clements
-8
/
+9
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-2
/
+2
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-2
/
+2
2014-05-13
io: Add .read_at_least() to Reader
Kevin Ballard
-18
/
+18
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-5
/
+6
2014-04-15
Use the unsigned integer types for bitwise intrinsics.
Huon Wilson
-7
/
+7
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-8
/
+8
2014-04-10
std,serialize: remove some internal uses of ~[].
Huon Wilson
-5
/
+5
2014-04-06
De-~[] Mem{Reader,Writer}
Steven Fackler
-5
/
+5
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-12
/
+12
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-25
libstd: Document the following modules:
Patrick Walton
-5
/
+44
2014-03-20
std: Rename {push,read}_bytes to {push,read}_exact
Alex Crichton
-11
/
+11
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-4
/
+4
2014-03-12
Update io iterators to produce IoResults
Palmer Cox
-12
/
+17
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-0
/
+2
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-13
remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...
JeremyLetang
-3
/
+4
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-3
/
+3
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-84
/
+48
2014-02-03
std: Remove io::io_error
Alex Crichton
-1
/
+1
2014-02-01
Optimize u64_to_{le,be}_bytes
Björn Steinbrink
-28
/
+14
2014-01-30
Prefix _ to unused variables.
OGINO Masanori
-1
/
+1
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-2
/
+2
2014-01-25
Uppercase numeric constants
Chris Wong
-4
/
+4
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-18
Rename iterators for consistency
Palmer Cox
-6
/
+6
2014-01-17
auto merge of #11598 : alexcrichton/rust/io-export, r=brson
bors
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-12
Removed remnants of `@mut` and `~mut` from comments and the type system.
Eduard Burtescu
-3
/
+3
2014-01-10
std::io: Optimize u64_from_be_bytes()
Carl-Anton Ingmarsson
-11
/
+19
[next]