about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-3/+4
2013-11-11Clean lint on test buildCorey Richardson-2/+0
2013-11-10Enable uv pipe tests on windowsAlex Crichton-1/+5
2013-11-10Register new snapshotsAlex Crichton-23/+4
2013-11-10Fix usage of libuv for windowsAlex Crichton-7/+13
2013-11-10Another round of test fixes from previous commitsAlex Crichton-24/+23
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-5/+2
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-4/+5
2013-11-10Rework the idle callback to have a safer interfaceAlex Crichton-21/+11
2013-11-10Add bindings to uv's utime functionAlex Crichton-4/+47
2013-11-10Clean up the remaining chunks of uvAlex Crichton-14/+14
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-2/+0
2013-11-10Remove usage of ~fn from the schedulerAlex Crichton-3/+2
2013-11-10Remove usage of ~fn() from uv async/idleAlex Crichton-18/+31
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/+1
2013-11-05Move implementation for threads to RustDirkjan Bussink-30/+97
2013-11-04auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brsonbors-13/+5
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-55/+26
2013-11-04Stop extra buffering when stdout isn't a ttyAlex Crichton-13/+5
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-301/+350
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-575/+919
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-415/+900
2013-11-03Modify IoFactory's fs_mkdir, and add fs_renameAlex Crichton-1/+2
2013-11-01Remove unnecessary unwind messagesAlex Crichton-55/+26
2013-11-01auto merge of #10204 : alexcrichton/rust/better-names, r=brsonbors-0/+3
2013-11-01auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichtonbors-1/+1
2013-11-01Give test and main tasks better namesAlex Crichton-0/+3
2013-11-01auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmrbors-14/+27
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-1/+1
2013-10-31Provide a sound method of flushing stdoutAlex Crichton-14/+27
2013-10-31libstd: Remove mocks.Patrick Walton-181/+131
2013-10-31auto merge of #10180 : alexcrichton/rust/flush-default, r=brsonbors-31/+6
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-24/+57
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-31/+6
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-24/+57
2013-10-30auto merge of #10168 : reedlepee123/rust/priv_fields, r=brsonbors-21/+21
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-0/+1
2013-10-30changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #...reedlepee-21/+21
2013-10-29Register new snapshotsAlex Crichton-6760/+0
2013-10-29auto merge of #10140 : brson/rust/comm, r=alexcrichtonbors-7/+1
2013-10-29auto merge of #10132 : pcwalton/rust/proc, r=pcwaltonbors-7/+9
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-7/+9
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-41/+87
2013-10-29Add repr attributes in various places that need them.Jed Davis-0/+1
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-18/+72
2013-10-29auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichtonbors-1/+4
2013-10-29auto merge of #10135 : alexcrichton/rust/snapshots, r=thestingerbors-110/+83
2013-10-28auto merge of #10127 : thestinger/rust/cold, r=pcwaltonbors-0/+1
2013-10-28rt::task: Make current_stack_segment public againKeegan McAllister-1/+4