]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/io/file.rs
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson"
[rust.git] / src / libstd / rt / io / file.rs
2013-08-29 Brian AndersonRevert "auto merge of #8645 : alexcrichton/rust/issue...
2013-08-29 borsauto merge of #8800 : fhahn/rust/ticket_5239, r=alexcri...
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8447 : alexcrichton/rust/local-data...
2013-08-28 borsauto merge of #8807 : alexcrichton/rust/remove-two...
2013-08-28 borsauto merge of #8806 : klutzy/rust/winmain, r=cmr
2013-08-28 borsauto merge of #8805 : jfager/rust/remove-hashutil,...
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 #8697 : kballard/rust/rustpkg-no-args...
2013-08-28 borsauto merge of #8802 : pcwalton/rust/compile-speed,...
2013-08-28 Patrick Waltonlibrustc: Fix merge fallout
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 Olsonstd: put FileMode/Access->whence-mask in uvio, open...
2013-08-22 Jeff Olsonstd: slight refactor on UvFilestream seek behavior...
2013-08-22 Jeff Olsonstd: rename tmp file paths to go into ./tmp folder...
2013-08-22 Jeff Olsonstd: more seek tests
2013-08-22 Jeff Olsonstd: lint appeasement for unused param in condition...
2013-08-22 Jeff Olsonstd: rework file io.. support [p]read,[p]write, impl...
2013-08-22 Jeff Olsonstd: add FileStream::unlink + more tests
2013-08-22 Jeff Olsonstd: rt::io::file::FileStream fleshed out.. needs more...
2013-08-22 borsauto merge of #8669 : lkuper/rust/infer-refactor, r...
2013-08-22 borsauto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphism
2013-08-22 borsauto merge of #8666 : nikomatsakis/rust/issue-3678...
2013-08-22 borsauto merge of #8627 : kballard/rust/fix-rusti, r=catamo...
2013-08-22 borsauto merge of #8626 : kballard/rust/issue-8615, r=catam...
2013-08-22 borsauto merge of #8620 : brson/rust/issue-7563, r=alexcrichton
2013-08-22 borsauto merge of #8616 : kballard/rust/url-parse-errors...
2013-08-22 borsauto merge of #8590 : blake2-ppc/rust/std-str, r=alexcr...
2013-08-22 borsauto merge of #8570 : catamorphism/rust/2013-08-16...
2013-08-22 Tim Chevalierstd/extra: changing XXX to FIXME; cleanup
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-13 borsauto merge of #7079 : thestinger/rust/jemalloc, r=graydon
2013-06-12 borsauto merge of #7077 : SiegeLord/rust/new_css, r=pnkfelix
2013-06-12 borsauto merge of #7073 : influenza/rust/iterator-doc-fixes...
2013-06-12 borsauto merge of #7072 : thestinger/rust/ptr, r=catamorphism
2013-06-12 borsauto merge of #7060 : huonw/rust/more-str, r=thestinger
2013-06-12 Huon Wilsonstd: unify the str -> [u8] functions as 3 methods:...
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...