about summary refs log tree commit diff
path: root/src/libstd/io/comm_adapters.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-2/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-3/+3
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-19/+19
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+5
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-19/+19
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+5
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-7/+3
2014-12-18Fallout from new thread APIAaron Turon-3/+7
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-5/+5
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-5/+5
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-5/+5
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-1/+1
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-6/+6
2014-10-16impl Buffer for ChanReaderRaphael Speyer-15/+60
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-5/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+5
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-5/+4
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-2/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-5/+8
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-4/+4
2014-06-09auto merge of #14709 : alexcrichton/rust/collections, r=brsonbors-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-09Converted PortReader and ChanWriter to use Vec.Raphael Speyer-22/+23
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-12/+12
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-0/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-10std: Make std::comm return types consistentAlex Crichton-7/+5
2014-03-31std: Switch field privacy as necessaryAlex Crichton-5/+5
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-38/+39
2014-02-28std: Improve some I/O documentationAlex Crichton-1/+3
2014-02-14Fix all code examplesAlex Crichton-4/+13