about summary refs log tree commit diff
path: root/src/libstd/sys/unix/tcp.rs
AgeCommit message (Expand)AuthorLines
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-4/+0
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+2
2015-02-23Hide unnecessary error checking from the userTobias Bucher-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-5/+6
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+4
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+2
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+2
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-8/+10
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+157