]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/uv/uvio.rs
auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brson
[rust.git] / src / libstd / rt / uv / uvio.rs
2013-10-26 borsauto merge of #10070 : alexcrichton/rust/fewer-missiles...
2013-10-25 Alex CrichtonFire fewer homing missiles
2013-10-25 borsauto merge of #10067 : sanxiyn/rust/addr-of-bot, r...
2013-10-25 borsauto merge of #10066 : sanxiyn/rust/mut-ptr-clone,...
2013-10-25 borsauto merge of #10060 : alexcrichton/rust/cached-stdout...
2013-10-25 Alex CrichtonCache and buffer stdout per-task for printing
2013-10-25 borsauto merge of #10054 : alexcrichton/rust/basic-event...
2013-10-25 borsauto merge of #10055 : pcwalton/rust/arc-clone-inline...
2013-10-24 Alex CrichtonRemove the 'callback_ms' function from EventLoop
2013-10-24 borsauto merge of #9901 : alexcrichton/rust/unix-sockets...
2013-10-24 Alex CrichtonAnother round of test fixes and merge conflicts
2013-10-24 Alex CrichtonBring io::signal up to date with changes to rt::rtio
2013-10-24 Do Nhat Minhwrapping libuv signal for use in Rust
2013-10-24 Alex CrichtonTest fixes and merge conflicts
2013-10-24 Alex CrichtonMove stdin to using libuv's pipes instead of a tty
2013-10-24 Alex CrichtonMove as much I/O as possible off of native::io
2013-10-24 Alex CrichtonMigrate the last typedefs to ~Trait in rtio
2013-10-24 Alex CrichtonDon't attempt to export uv functions directly
2013-10-24 Alex CrichtonRemove IoFactoryObject for ~IoFactory
2013-10-24 Alex CrichtonRemove rt::io::support
2013-10-24 Alex CrichtonMigrate Rtio objects to true trait objects
2013-10-24 Alex CrichtonMove rt::io::stdio from FileStream to a TTY
2013-10-24 Alex CrichtonRemove unbound pipes from io::pipe
2013-10-24 Alex CrichtonFinish implementing io::net::addrinfo
2013-10-24 Alex CrichtonImplement io::net::unix
2013-10-23 borsauto merge of #10032 : thestinger/rust/snapshot, r...
2013-10-23 borsauto merge of #10022 : hatahet/rust/master, r=alexcrichton
2013-10-23 Ziad HatahetMerge remote-tracking branch 'upstream/master'
2013-10-23 borsauto merge of #9810 : huonw/rust/rand3, r=alexcrichton
2013-10-23 borsauto merge of #10027 : catamorphism/rust/testcases...
2013-10-23 borsauto merge of #10021 : alexcrichton/rust/asm-now-analyz...
2013-10-23 borsauto merge of #10015 : huonw/rust/minor-fixes, r=alexcr...
2013-10-23 Ziad HatahetRemove thread-blocking call to `libc::stat` in `Path...
2013-10-23 borsauto merge of #10020 : mletterle/rust/documentation...
2013-10-22 borsauto merge of #9969 : reedlepee123/rust/priv_fields...
2013-10-22 reedlepeeRemoved Unnecessary comments and white spaces #4386
2013-10-22 reedlepeeMaking fields in std and extra : private #4386
2013-10-19 borsauto merge of #9856 : alexcrichton/rust/privacy-errors...
2013-10-17 borsauto merge of #9891 : alexcrichton/rust/allow-warnings...
2013-10-17 borsauto merge of #9846 : cmr/rust/serialize_uuid, r=alexcr...
2013-10-17 borsauto merge of #9721 : klutzy/rust/uv-net-read-fix,...
2013-10-17 borsauto merge of #9833 : alexcrichton/rust/fixes, r=brson
2013-10-17 borsauto merge of #9634 : blake2-ppc/rust/by-ref-iter,...
2013-10-16 borsauto merge of #9885 : thestinger/rust/vector, r=brson
2013-10-16 borsauto merge of #9892 : Kimundi/rust/ResultToStr, r=alexc...
2013-10-16 borsauto merge of #9655 : kballard/rust/path-rewrite, r...
2013-10-16 Kevin Ballardpath2: Adjust the API to remove all the _str mutation...
2013-10-16 Kevin Ballardpath2: Replace the path module outright
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-10 borsauto merge of #9783 : huonw/rust/macro-items, r=bstrie
2013-10-10 borsauto merge of #9780 : sfackler/rust/extensions2, r...
2013-10-10 borsauto merge of #9774 : sebcrozet/rust/master, r=huonw
2013-10-09 borsauto merge of #9750 : alexcrichton/rust/safer-strings...
2013-10-09 borsauto merge of #9742 : alexcrichton/rust/issue-9739...
2013-10-09 borsauto merge of #9386 : Geal/rust/base64-doc, r=alexcrichton
2013-10-09 borsauto merge of #9748 : klutzy/rust/print-git-revision...
2013-10-09 borsauto merge of #9664 : alexcrichton/rust/logging, r...
2013-10-09 borsauto merge of #9359 : thestinger/rust/option, r=huonw
2013-10-09 Daniel Micayoption: rewrite the API to use composition
2013-10-04 borsauto merge of #9662 : vadimcn/rust/package-runtime...
2013-10-03 borsauto merge of #9522 : steveklabnik/rust/doc_std_opts...
2013-10-02 borsauto merge of #9638 : pnkfelix/rust/fsk-issue7526-attem...
2013-10-02 borsauto merge of #9656 : thestinger/rust/immediate, r...
2013-10-02 borsauto merge of #9600 : MicahChalmer/rust/fill-with-code...
2013-10-02 borsauto merge of #9578 : alexcrichton/rust/un-ignore-libuv...
2013-10-01 borsauto merge of #9645 : dckc/rust/patch-2, r=catamorphism
2013-10-01 borsauto merge of #9644 : alexcrichton/rust/clarify, r...
2013-10-01 borsauto merge of #9636 : alexcrichton/rust/rustdoc, r...
2013-10-01 borsauto merge of #9576 : FlaPer87/rust/issue/9125, r=alexc...
2013-10-01 borsauto merge of #9599 : alexcrichton/rust/less-fmt, r...
2013-10-01 Alex Crichtonstd: Remove usage of fmt!
2013-09-26 borsauto merge of #9404 : blake2-ppc/rust/result-map-opt...
2013-09-25 borsauto merge of #9345 : Dretch/rust/digest-result-bytes...
2013-09-23 borsauto merge of #9301 : luqmana/rust/ncm, r=brson
2013-09-21 borsauto merge of #9369 : sebcrozet/rust/f64_inline, r...
2013-09-20 borsauto merge of #9276 : alexcrichton/rust/dox, r=brson
2013-09-20 borsauto merge of #9315 : thestinger/rust/doc, r=alexcrichton
2013-09-20 borsauto merge of #9308 : ben0x539/rust/lexer-error-spans...
2013-09-19 borsauto merge of #9295 : alexcrichton/rust/fix-lang-items...
2013-09-19 borsauto merge of #9279 : erickt/rust/master, r=alexcrichton
2013-09-19 borsauto merge of #9313 : brson/rust/relnotes, r=thestinger
2013-09-19 borsauto merge of #9299 : alexcrichton/rust/fmt-trailing...
2013-09-19 borsauto merge of #9292 : blake2-ppc/rust/borrow-ref-eq...
2013-09-19 borsauto merge of #9291 : jzelinskie/rust/remove-cond,...
2013-09-19 borsauto merge of #9280 : alexcrichton/rust/less-c++, r...
2013-09-19 borsauto merge of #9260 : alexcrichton/rust/libuv-processes...
2013-09-18 Alex CrichtonImplement process bindings to libuv
2013-09-18 borsauto merge of #9272 : luqmana/rust/esln, r=catamorphism
2013-09-18 borsauto merge of #9271 : brson/rust/extra-help, r=catamorphism
2013-09-18 borsauto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichton
2013-09-18 borsauto merge of #9254 : vadimcn/rust/fix-mingw-v4, r...
2013-09-18 borsauto merge of #9133 : dcrewi/rust/bigint-random-range...
2013-09-18 borsauto merge of #9258 : thestinger/rust/doc, r=catamorphism
2013-09-17 borsauto merge of #9257 : alexcrichton/rust/better-address...
2013-09-17 borsauto merge of #9235 : olsonjeffery/rust/newrt_file_io_1...
2013-09-17 borsauto merge of #9256 : thestinger/rust/drop, r=alexcrichton
2013-09-17 borsauto merge of #9236 : steveklabnik/rust/rustpkg_init...
2013-09-17 Daniel Micayremove unnecessary transmutes
2013-09-17 borsauto merge of #9245 : kballard/rust/bytes-span, r=catam...
2013-09-17 borsauto merge of #9244 : thestinger/rust/drop, r=catamorphism
next