]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/uv/file.rs
Turned off libstd unit tests that currently fail on Windows.
[rust.git] / src / libstd / rt / uv / file.rs
2013-08-28 Vadim ChugunovTurned off libstd unit tests that currently fail on...
2013-08-28 borsauto merge of #8645 : alexcrichton/rust/issue-6436...
2013-08-28 Alex CrichtonImplement process bindings to libuv
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
2013-08-25 borsauto merge of #8607 : sfackler/rust/extensions, r=brson
2013-08-24 borsauto merge of #8679 : singingboyo/rust/json-to-impl...
2013-08-23 borsauto merge of #8695 : thestinger/rust/build, r=pcwalton
2013-08-23 borsauto merge of #8684 : michaelwoerister/rust/stepping_an...
2013-08-23 borsauto merge of #8692 : kballard/rust/ffi-tutorial-c_str...
2013-08-23 borsauto merge of #8691 : anasazi/rust/fix-timer-interface...
2013-08-23 borsauto merge of #8686 : kmcallister/rust/doc, r=catamorphism
2013-08-23 borsauto merge of #8682 : adridu59/rust/master, r=cmr
2013-08-23 borsauto merge of #8681 : mrordinaire/rust/remove-set_args...
2013-08-23 borsauto merge of #8677 : bblum/rust/scratch, r=alexcrichton
2013-08-23 borsauto merge of #8671 : kballard/rust/range_inclusive...
2013-08-23 borsauto merge of #8596 : vadimcn/rust/master, r=alexcrichton
2013-08-23 borsauto merge of #8639 : singingboyo/rust/use-decl-doc...
2013-08-23 borsauto merge of #8655 : olsonjeffery/rust/newrt_file_io...
2013-08-22 Jeff Olsonmake check appeasement
2013-08-22 Jeff Olsonstd: all of the calls in rt::uv::file take a &Loop
2013-08-22 Jeff Olsonstd: moved static file actions (open,unlink) to FsRequest
2013-08-22 Jeff Olsonstd: reform fn sigs of FileDescriptor methods (better...
2013-08-22 Jeff Olsonstd: rename tmp file paths to go into ./tmp folder...
2013-08-22 Jeff Olsonchange FileDescriptor instance methods to use &mut...
2013-08-22 Jeff Olsonstd: writing to stdout only works when using -1 offset..
2013-08-22 Jeff Olsonstd: rt::io::file::FileStream fleshed out.. needs more...
2013-08-22 Jeff Olsonstd: remove fcntl const bindings + making valgrind...
2013-08-22 Jeff Olsonstd: support async/threadpool & sync paths in uv_fs_...
2013-08-22 Jeff Olsonstd: add read and unlink to low-level FileDescriptor...
2013-08-22 Jeff Olsonstd: working tests for low-level libuv open, write...
2013-08-22 Jeff Olsonstd: bootstrapping libuv-based fileio in newrt... open...
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-24 borsauto merge of #6680 : ben0x539/rust/slashslashslash...
2013-05-24 borsauto merge of #6706 : brson/rust/glue, r=catamorphism
2013-05-23 Patrick Waltonlibstd: Rename libcore to libstd and libstd to libextra...