summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-11vec: with_capacity: check for overflowCorey Richardson-1/+5
2013-11-11Clean lint on test buildCorey Richardson-2/+0
2013-11-10auto merge of #10408 : alexcrichton/rust/snapshots, r=huonwbors-195/+24
2013-11-10Enable uv pipe tests on windowsAlex Crichton-7/+5
2013-11-10Register new snapshotsAlex Crichton-195/+24
2013-11-10auto merge of #10406 : alexcrichton/rust/issue-10405, r=huonwbors-1/+22
2013-11-10Only run dsymutil on OSX in debug buildsAlex Crichton-2/+3
2013-11-10auto merge of #10399 : huonw/rust/get-opt-doc, r=alexcrichtonbors-1/+2
2013-11-10Remove a debug! statement before I/O is readyAlex Crichton-1/+22
2013-11-10Fix usage of libuv for windowsAlex Crichton-40/+87
2013-11-10extra::getopts: update docs for minor renaming.Huon Wilson-1/+2
2013-11-10Carefully destroy channels at the right time.Alex Crichton-9/+67
2013-11-10Another round of test fixes from previous commitsAlex Crichton-74/+311
2013-11-10Update to the latest libuvAlex Crichton-467/+169
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-10/+19
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-828/+846
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-144/+134
2013-11-10Rework the idle callback to have a safer interfaceAlex Crichton-86/+79
2013-11-10Update all uv tests to pass againAlex Crichton-1341/+706
2013-11-10Work around bugs in 32-bit enum FFIAlex Crichton-2/+12
2013-11-10Migrate all streams to synchronous closingAlex Crichton-32/+14
2013-11-10Add bindings to uv's utime functionAlex Crichton-5/+67
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-121/+105
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-319/+501
2013-11-10Fixing rebase conflicts and suchAlex Crichton-144/+91
2013-11-10Remove usage of ~fn from the schedulerAlex Crichton-3/+2
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-266/+279
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-127/+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-955/+310
2013-11-10temporarily disable tests on android and tagging issue number #10393Young-il Choi-0/+2
2013-11-10temporarily disable tests on android and tagging issue number #10380Young-il Choi-99/+13
2013-11-10temporarily disable tests on android and tagging issue number #10379Young-il Choi-0/+3
2013-11-10temporarily disable tests on android and tagging issue number #10378Young-il Choi-3/+3
2013-11-10disable tests on android since tcp/ip permission cannot be acquired without h...Young-il Choi-0/+2
2013-11-10tagging issue number(#10381)Young-il Choi-60/+62
2013-11-09auto merge of #10367 : alexcrichton/rust/system-abi, r=nikomatsakisbors-106/+131
2013-11-09Add a "system" ABIAlex Crichton-106/+131
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-3605/+5024
2013-11-09Make irrelevant changes to regions-mock-tcx to convince the pretty printer to...Niko Matsakis-4/+0
2013-11-09Make main public to accommodate check-fastNiko Matsakis-2/+2
2013-11-09auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphismbors-8/+4
2013-11-09xfail-fast regions-mock-tcx.rsNiko Matsakis-0/+2