about summary refs log tree commit diff
path: root/src/libstd/comm.rs
AgeCommit message (Collapse)AuthorLines
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ↵Patrick Walton-2/+3
contain at least two components. r=graydon
2012-12-13Rename Send trait to OwnedBrian Anderson-7/+7
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-2/+2
As per #3637.
2012-12-10Minor cleanups to pipes and serializationBrian Anderson-4/+9
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-12Make moves explicit in std testsTim Chevalier-4/+4
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-2/+2
One instance remains in net_tcp due to a foreign fn. Lots of instances remain in serialization.rs, but IIRC that is being removed. I had to do unholy things to task-perf-word-count-generic to get it to compile after demoding pipes. I may well have messed up its performance, but it passes.
2012-09-28std: Make the DuplexStream constructor publicBrian Anderson-1/+1
2012-09-28De-export std::{arc,comm,sync}. Part of #3583.Graydon Hoare-3/+1
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+1
#[legacy_exports];
2012-09-10Make remaining moves explicit in libstdTim Chevalier-2/+2
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-1/+7
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-1/+1
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-3/+0
2012-08-28Convert core::pipes to camel caseBrian Anderson-5/+5
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-16Add std::comm with DuplexStreamEric Holk-0/+76
2012-01-09Remove leftover comm.rs in stdMarijn Haverbeke-186/+0
(The actual comm module lives in core.)
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-10/+10
And remove support for the old syntax
2011-12-19preparing for removing math from stdStefan Plantikow-0/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+184