]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/uv/uvio.rs
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson"
[rust.git] / src / libstd / rt / uv / uvio.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 CrichtonFix merge fallout
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 Patrick Waltonlibrustc: Fix problem with cross-crate reexported stati...
2013-08-28 Patrick Waltonlibstd: Fix merge fallout.
2013-08-28 Patrick Waltonlibrustc: Ensure that type parameters are in the right...
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8700 : alexcrichton/rust/better-llvm...
2013-08-27 borsauto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-26 borsauto merge of #8749 : gifnksm/rust/bigint-cfg, r=pnkfelix
2013-08-26 borsauto merge of #8737 : blake2-ppc/rust/std-str-rsplit...
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
2013-08-25 borsauto merge of #8723 : anasazi/rust/temporary-unkillable...
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-23 Jeff Olsonfix 32bit mac build error
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: 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: rename tmp file paths to go into ./tmp folder...
2013-08-22 Jeff Olsonstd: naive stdio print test in uvio
2013-08-22 Jeff Olsonstd: UvFileStream implements HomingIO + .home_for_io...
2013-08-22 Jeff Olsonstd: rework file io.. support [p]read,[p]write, impl...
2013-08-22 Jeff Olsonstd: rt::io::file::FileStream fleshed out.. needs more...
2013-08-22 Jeff Olsonstd: CRUD file io bindings in uvio, fs_open()/unlink...
2013-08-22 borsauto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphism
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 #8562 : bblum/rust/superkinds, r=nikomatsakis
2013-08-22 borsauto merge of #8595 : vadimcn/rust/print_link_args...
2013-08-21 borsauto merge of #8594 : bytewiseand/rust/static-fn-ptr...
2013-08-21 borsauto merge of #8546 : jld/rust/discrim-symbol-rm, r...
2013-08-21 borsauto merge of #8610 : kballard/rust/mod_floor, r=alexcr...
2013-08-21 borsauto merge of #8604 : kballard/rust/iter-size-hint...
2013-08-21 borsauto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
2013-08-21 borsauto merge of #8600 : sfackler/rust/http, r=brson
2013-08-21 borsauto merge of #8585 : jankobler/rust/extract-grammar...
2013-08-21 borsauto merge of #8582 : thestinger/rust/container, r...
2013-08-21 borsauto merge of #8580 : bytewiseand/rust/tuple-struct...
2013-08-21 borsauto merge of #8573 : mrordinaire/rust/struct-new-as...
2013-08-21 borsauto merge of #8656 : toddaaro/rust/idle-opt+cleaning...
2013-08-21 borsauto merge of #8631 : anasazi/rust/homing-io, r=brson
2013-08-20 toddaaroFixed a memory leak caused by the singleton idle callba...
2013-08-20 borsauto merge of #8563 : graydon/rust/2013-08-16-condition...
2013-08-20 borsauto merge of #8519 : msullivan/rust/objects, r=catamor...
2013-08-20 Eric ReedAdded home_for_io_with_sched variant. Temporarily makin...
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-20 borsauto merge of #8566 : toddaaro/rust/idle-opt+cleaning...
2013-08-20 borsauto merge of #8584 : thestinger/rust/jemalloc, r=graydon
2013-08-19 Eric ReedMake IO thread-safe.
2013-08-19 Eric ReedHomed UDP sockets
2013-08-19 Eric ReedWorking homing UDP socket prototype.
2013-08-19 borsauto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8459 : thestinger/rust/checked, r=graydon
2013-08-19 toddaaroclean whitespace :/
2013-08-19 borsauto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8535 : nikomatsakis/rust/issue-3678...
2013-08-19 Niko MatsakisAdd externfn macro and correctly label fixed_stack_segments
2013-08-19 borsauto merge of #8565 : bblum/rust/select-bugfix, r=brson
2013-08-18 borsauto merge of #8555 : chris-morgan/rust/time-clone...
2013-08-18 borsauto merge of #8551 : huonw/rust/speling, r=alexcrichton
2013-08-18 borsauto merge of #8550 : kballard/rust/token-start-err...
2013-08-18 borsauto merge of #8547 : kballard/rust/trait-parse-err...
2013-08-18 borsauto merge of #8544 : dim-an/rust/fix-match-pipes,...
2013-08-17 borsauto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichton
2013-08-17 borsauto merge of #8531 : brson/rust/test-waitpid-workaroun...
2013-08-16 toddaaroMoved the logic for a pausible idle callback into a...
2013-08-16 Brian Andersonstd::rt: Fix a race in UvRemoteCallback's dtor that...
2013-08-16 borsauto merge of #8534 : huonw/rust/tls-key-macro, r=alexc...
next