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
2015-01-26
std: Rename io to old_io
Alex Crichton
-562
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-03
std: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-7
/
+7
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-2
/
+7
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+3
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-11
/
+11
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-24
/
+24
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
[next]