about summary refs log tree commit diff
path: root/src/libstd/net_tcp.rs
AgeCommit message (Expand)AuthorLines
2013-03-01`std::net::tcp` docs: Use current syntax and typesBenjamin Herr-76/+76
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-2/+2
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-1/+2
2013-02-15libstd: Get rid of `move`.Luqman Aden-25/+25
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-4/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-10/+10
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-0/+1
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-13/+13
2013-01-30RIMOV, round 5Ben Striegel-1/+1
2013-01-29std: Stop using oldcommBrian Anderson-303/+276
2013-01-28TidyBrian Anderson-6/+9
2013-01-28Greatly improve performance for TcpSocketBuf.readMichael Neumann-35/+77
2013-01-28Convert log(debug, ...) to debug!(...)Michael Neumann-69/+62
2013-01-26Merge remote-tracking branch 'brson/nocommupstream2'Brian Anderson-340/+372
2013-01-25Fix Option camel case in commentsTyler Bindon-4/+4
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-340/+372
2013-01-24convert most of libstd over to structsErick Tryzelaar-33/+35
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-33/+41
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-579/+681
2013-01-13Support ARM and Androidkyeongwoon-0/+2
2013-01-13Merge pull request #4411 from wting/4203_rename_memcpyTim Chevalier-1/+1
2013-01-12libstd: "target_os = win32", not "target_os = windows". rs=bustagePatrick Walton-2/+2
2013-01-11libstd: Ignore failing test on WindowsPatrick Walton-0/+3
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-3/+4
2013-01-10std: Fix test that was commented outTim Chevalier-14/+11
2013-01-10Rename memcpy, memmove, memset to prevent any confusion with the C equivalents.William Ting-1/+1
2013-01-09std: fix net::tcp::test fallout from 2db3abd harderGraydon Hoare-13/+14
2013-01-09std: fix net::tcp::test fallout from 2db3abdGraydon Hoare-1/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+8
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-8/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-3/+8
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-5/+29
2012-12-24Convert core::io to use explicit self (for issue #4118 and issue #2004)gareth-10/+10
2012-12-14Rename core::comm to core::oldcommBrian Anderson-111/+110
2012-12-10Minor cleanups to pipes and serializationBrian Anderson-2/+2
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-3/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-3/+0
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-1/+1
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-4/+4
2012-11-14Convert libstd to use the Drop traitBen Striegel-2/+5
2012-11-14Revert "Convert libstd to use the Drop trait"Brian Anderson-5/+2
2012-11-14Convert libstd to use the Drop traitBen Striegel-2/+5
2012-11-08std: Eliminate copy warningBrian Anderson-1/+1
2012-11-07Fix whitespace issues from previous commits.a_m0d-2/+48
2012-11-06Fix trailing whitespace issuesa_m0d-3/+3