summary refs log tree commit diff
path: root/src/libstd/net_tcp.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Remove comment that is now falseTim Chevalier-4/+2
2012-10-05Silence most of the remaining warningsBrian Anderson-1/+2
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-10/+11
2012-10-04De-mode comm::ChanTim Chevalier-15/+15
2012-10-03De-export net::*. Part of #3583.Graydon Hoare-35/+17
2012-10-03Remove uses of + mode from libstdTim Chevalier-7/+7
2012-10-02Removing explicit uses of + modeTim Chevalier-4/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-21/+21
2012-09-28std: More demodingBrian Anderson-1/+1
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-28Fix missed pattern on std::net_tcp.Graydon Hoare-1/+1
2012-09-28Long linesBrian Anderson-2/+3
2012-09-28std: Eliminate deprecated patternsBrian Anderson-17/+17
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-25Demode core::resultBrian Anderson-14/+14
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+5
2012-09-19std: Mostly demode net::tcpBrian Anderson-30/+30
2012-09-15vec::u8 => vec::bytes (#3444)Erick Tryzelaar-1/+1
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-2/+2
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-1/+1
2012-09-11Make moves explicit in argumentsTim Chevalier-8/+11
2012-09-10Make remaining moves explicit in libstdTim Chevalier-4/+4
2012-09-09libstd: Fix botched exports for net_tcpPatrick Walton-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-04std: Remove struct ctorsBrian Anderson-2/+12
2012-09-04Demode libstd/net_ip.rsKevin Cantu-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-8/+8
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-1/+1
2012-08-31std: Camel case net modulesBrian Anderson-146/+146
2012-08-29std: More camel casingBrian Anderson-9/+9
2012-08-29core: Demode int/uint modsBrian Anderson-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-30/+30
2012-08-27Convert core::result to camel caseBrian Anderson-53/+53
2012-08-27remove ipv4 match which looks like it was... purposelessNiko Matsakis-58/+54
2012-08-26Camel case the option typeBrian Anderson-36/+36
2012-08-25libstd: Don't make task-local GC data when creating TCP streams.Patrick Walton-9/+12
2012-08-25libstd: Suppress warning about unused variable in net_tcp.Erick Tryzelaar-1/+1
2012-08-24Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...Michael Sullivan-9/+9
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-69/+69
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-16Add std::comm with DuplexStreamEric Holk-91/+94
2012-08-15Convert more core types to camel caseBrian Anderson-28/+28
2012-08-14Convert more core types to camel caseBrian Anderson-11/+11
2012-08-08Convert impls to new syntaxBrian Anderson-8/+5
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-33/+33
2012-08-05Switch alts to use arrowsBrian Anderson-90/+67
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-5/+5
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-69/+69