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
/
comm_adapters.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-3
/
+3
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-19
/
+19
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+5
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-19
/
+19
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+5
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-7
/
+3
2014-12-18
Fallout from new thread API
Aaron Turon
-3
/
+7
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-3
/
+3
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-5
/
+5
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-5
/
+5
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-5
/
+5
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-30
rollup merge of #18443 : alexcrichton/deref-vec-and-string
Alex Crichton
-1
/
+1
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+6
2014-10-16
impl Buffer for ChanReader
Raphael Speyer
-15
/
+60
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-5
/
+4
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-4
/
+5
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-5
/
+4
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-5
/
+8
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-06-28
librustc: Match trait self types exactly.
Patrick Walton
-1
/
+4
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-4
/
+4
2014-06-09
auto merge of #14709 : alexcrichton/rust/collections, r=brson
bors
-1
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-09
Converted PortReader and ChanWriter to use Vec.
Raphael Speyer
-22
/
+23
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-12
/
+12
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-0
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-7
/
+5
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-5
/
+5
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-38
/
+39
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-1
/
+3
2014-02-14
Fix all code examples
Alex Crichton
-4
/
+13
2014-02-14
extra: Capture stdout/stderr of tests by default
Alex Crichton
-0
/
+6
[next]