about summary refs log tree commit diff
path: root/src/libstd/net_tcp.rs
AgeCommit message (Collapse)AuthorLines
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 ↵Graydon Hoare-0/+5
#[legacy_exports];
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
Fixes #3261 Fixes #3443
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
Closes #3302
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
This exposed an ICE in a test; it's commented out for now.
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 ↵Michael Sullivan-9/+9
unsafe/closure interactions.
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-2/+2
Closes #3245
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
2012-07-26std: Create correctly-sized buffers on TCP readBrian Anderson-2/+1
2012-07-26core::io::writer : add get_type() methodDamian Gryski-0/+3
The get_type() method can hint to users what kind of item might be under the hood.
2012-07-23Switch reader to work with preallocated vecsErick Tryzelaar-21/+28
This closes #2901.
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-104/+104
#2907.
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-12/+12
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-296/+284
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-04Remove empty argument lists from do expressionsBen Striegel-6/+6
2012-07-03Change crust -> extern.Graydon Hoare-9/+9