about summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
2013-11-24Remove linked failure from the runtimeAlex Crichton-140/+111
2013-11-22Fix up mingw64 target.Luqman Aden-1/+1
2013-11-19auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwaltonbors-1/+6
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-2/+2
2013-11-18Allow piped stdout/stderr use uv_tty_tAlex Crichton-1/+6
2013-11-13Implement native::IoFactoryAlex Crichton-5/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-24/+24
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-8/+6
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-224/+179
2013-11-11auto merge of #10409 : alexcrichton/rust/issue-10386, r=brsonbors-6/+0
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-0/+1
2013-11-10Enable uv pipe tests on windowsAlex Crichton-6/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-33/+74
2013-11-10Carefully destroy channels at the right time.Alex Crichton-9/+67
2013-11-10Another round of test fixes from previous commitsAlex Crichton-38/+277
2013-11-10Update to the latest libuvAlex Crichton-315/+144
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-5/+17
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-828/+846
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-140/+129
2013-11-10Rework the idle callback to have a safer interfaceAlex Crichton-65/+68
2013-11-10Update all uv tests to pass againAlex Crichton-1341/+706
2013-11-10Work around bugs in 32-bit enum FFIAlex Crichton-2/+7
2013-11-10Migrate all streams to synchronous closingAlex Crichton-32/+14
2013-11-10Add bindings to uv's utime functionAlex Crichton-1/+20
2013-11-10Don't overflow in a converting stat times to u64Alex Crichton-1/+3
2013-11-10Clean up the remaining chunks of uvAlex Crichton-100/+82
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-1067/+618
2013-11-10Migrate uv getaddrinfo away from ~fn()Alex Crichton-142/+70
2013-11-10Migrate uv file bindings away from ~fn()Alex Crichton-675/+405
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-317/+501
2013-11-10Fixing rebase conflicts and suchAlex Crichton-144/+91
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-248/+248
2013-11-10Migrate uv signal handling away from ~fn()Alex Crichton-87/+56
2013-11-10Migrate uv process bindings away from ~fn()Alex Crichton-200/+115
2013-11-10Migrate uv timer bindings away from ~fn()Alex Crichton-122/+151
2013-11-10uv: Remove closure-based home_for_io for raiiAlex Crichton-385/+326
2013-11-10uv: Provide a helper fn to Result<(), IoError>Alex Crichton-74/+19
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-603/+310
2013-11-10disable tests on android since tcp/ip permission cannot be acquired without h...Young-il Choi-0/+1
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-05Make TypeContents consider the type `T` to be reachable via `*T` pointersNiko Matsakis-11/+8
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-12/+15
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-264/+337
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-9/+40
2013-11-03Modify IoFactory's fs_mkdir, and add fs_renameAlex Crichton-3/+34
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+0
2013-11-02Statically link libuv to librustuvAlex Crichton-0/+12
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-1/+1
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-3/+0
2013-10-29Register new snapshotsAlex Crichton-9/+7