2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-09-13 07:04:05 +00:00

Commit graph

  • 2c02037673 Fix a typo Stjepan Glavina 2019-09-09 09:18:56 +0200
  • b849669998
    Merge #165 bors[bot] 2019-09-08 22:34:38 +0000
  • 7c05356ef4
    Merge #148 bors[bot] 2019-09-08 22:19:29 +0000
  • 8e2bf24456
    Apply suggestions from code review yshui 2019-09-08 23:16:34 +0100
  • 45cd3b0894
    adds stream::nth combinator Fedor Sakharov 2019-09-08 21:42:35 +0300
  • 41f345d319 Fix a bug in conversion of File into raw handle Stjepan Glavina 2019-09-08 19:18:37 +0200
  • 9bf06ce52b fix io::copy link (#164) Yoshua Wuyts 2019-09-08 17:41:23 +0200
  • c79470f525
    fix io::copy link Yoshua Wuyts 2019-09-08 17:31:07 +0200
  • 14eda7cea9
    no reason to split these impls Fedor Sakharov 2019-09-08 18:11:02 +0300
  • 55bdea4649
    adds stream::filter_map combinator Fedor Sakharov 2019-09-08 18:09:33 +0300
  • debb969cf5
    fixes to stream::min_by Fedor Sakharov 2019-09-08 17:49:09 +0300
  • 63f3a809aa
    Merge #161 bors[bot] 2019-09-08 14:27:43 +0000
  • ba43a05d01 split stream into multiple files (#150) Yoshua Wuyts 2019-09-08 12:56:51 +0200
  • be71ac9d76 update deps (#149) Yoshua Wuyts 2019-09-08 12:56:25 +0200
  • 55550c6fc9 Split BufRead into multiple files Stjepan Glavina 2019-09-08 12:54:22 +0200
  • 8c00cc53ce Flush more often to prevent flushes during seek Stjepan Glavina 2019-09-08 12:14:07 +0200
  • ff440dbd76
    Merge branch 'master' into update-deps Stjepan Glavina 2019-09-08 12:02:00 +0200
  • 8d3d80a678
    Merge #151 bors[bot] 2019-09-08 09:57:36 +0000
  • a8a2ae9e29
    Merge #157 bors[bot] 2019-09-08 08:44:17 +0000
  • 6ed0e857fd Fix some typos, expand comments Stjepan Glavina 2019-09-08 10:43:47 +0200
  • cc9e078d1b
    Merge #160 bors[bot] 2019-09-08 08:18:08 +0000
  • ec1f33fe62
    inline better Yoshua Wuyts 2019-09-08 02:03:09 +0200
  • b1d85ab460
    add io::prelude Yoshua Wuyts 2019-09-08 01:55:39 +0200
  • 0db4c5c2cc
    update deps Yoshua Wuyts 2019-09-06 12:07:49 +0200
  • 17c95a39d7
    More robust file implementation Stjepan Glavina 2019-09-05 01:23:27 +0200
  • d7b3a553d2
    cargo fmt Yoshua Wuyts 2019-09-06 13:08:25 +0200
  • 25b75eac16
    split stream into multiple files Yoshua Wuyts 2019-09-06 12:32:41 +0200
  • 910801e2d6
    fix doc compile Yoshua Wuyts 2019-09-06 14:29:27 +0200
  • e1137345d4
    cargo fmt Yoshua Wuyts 2019-09-06 13:08:09 +0200
  • 4a2194f37c
    split io::write into multiple files Yoshua Wuyts 2019-09-06 13:04:20 +0200
  • a90100962d
    split io::read into multiple files Yoshua Wuyts 2019-09-06 12:56:30 +0200
  • 98d9284e64
    disable mdbook to allow tests to pass again (#159) Yoshua Wuyts 2019-09-07 23:11:20 +0200
  • 44d14810a4
    disable mdbook to allow tests to pass again Yoshua Wuyts 2019-09-07 22:51:08 +0200
  • b281172d6f Run cargo-deadlinks on travis Darin Morrison 2019-08-20 09:28:32 -0700
  • 1340dd6870 Add cargo-deadlinks install script Darin Morrison 2019-09-06 15:10:08 -0700
  • d75d43e10d Add shims for missing docs Darin Morrison 2019-08-20 17:49:26 -0700
  • f27f927d1d
    Merge pull request #156 from montekki/fs-fix-153 Florian Gilcher 2019-09-07 00:03:42 +0200
  • 91a66c2d94
    append doc example for io::buf_read::read_until Fedor Sakharov 2019-09-06 21:58:53 +0300
  • 5d73776c69 Use the latest toolchain with rustfmt available if rustfmt is unavailable on the latest nightly (#155) Atul Bhosale 2019-09-06 23:33:26 +0530
  • d319f2b257 Use the latest toolchain with rustfmt available if rustfmt is unavailable on the latest nightly Atul Bhosale 2019-09-06 22:57:02 +0530
  • 481002ee71
    Merge pull request #152 from montekki/fs-fix-buf-read-docs Florian Gilcher 2019-09-06 17:20:43 +0200
  • a2c2413bc5
    fixes docs for io::buf_read::read_until Fedor Sakharov 2019-09-06 17:45:24 +0300
  • 7e3599a6a5 add stream::min_by method (#146) Fedor Sakharov 2019-09-06 13:08:51 +0300
  • 876059cfe0
    Make sure ownership is transferred in into_raw_fd Yuxuan Shui 2019-09-05 23:57:24 +0100
  • 2ca9c46b4b
    Add tests for UnixDatagram from_raw_fd/into_raw_fd Yuxuan Shui 2019-09-05 23:56:31 +0100
  • fed13feb11
    Update src/stream/stream.rs Fedor Sakharov 2019-09-05 21:31:21 +0300
  • 708a7a6a31
    add stream::min_by method Fedor Sakharov 2019-09-05 18:17:36 +0300
  • bac74c2d7f
    Reduce dependency on futures crate (#140) Stjepan Glavina 2019-09-05 01:22:41 +0200
  • bef2a52982 Merge branch 'master' into remove-futures Stjepan Glavina 2019-09-05 01:03:10 +0200
  • 75a4ba80cc
    Merge pull request #144 from matklad/move-a-chat Aleksey Kladov 2019-09-04 21:46:43 +0300
  • 5b96fa9daa move a-chat tutorial's code to this repo Aleksey Kladov 2019-09-04 19:39:04 +0300
  • 238a3c882b Implement an async version of ToSocketAddrs (#74) DCjanus 2019-09-05 02:09:49 +0800
  • 1f7f318c36 Add bors.toml Stjepan Glavina 2019-09-04 19:32:47 +0200
  • 6db0085596 lifetime for future DCjanus 2019-09-05 01:12:17 +0800
  • d2c61b6636 remove unnecessary type bound DCjanus 2019-09-05 00:09:26 +0800
  • ff40561871 fix typo(tutorial) DCjanus 2019-08-29 21:42:34 +0800
  • 63c2c75a6e migrate: std::net::ToSocketAddrs -> async_std::net::ToSocketAddrs DCjanus 2019-08-29 21:32:08 +0800
  • 242cc9faec remove unnecessary format DCjanus 2019-08-29 20:16:51 +0800
  • bfdf6ffabf some mirror changes DCjanus 2019-08-28 18:25:27 +0800
  • dc4d7bd524 fix broken link DCjanus 2019-08-28 16:05:31 +0800
  • 815271b949 Remove re-exports in async_std::net Stjepan Glavina 2019-08-23 19:29:15 +0200
  • 11cdff793f Stylistic changes Stjepan Glavina 2019-08-23 19:27:10 +0200
  • e1b49351a6 Move unit tests into the tests directory Stjepan Glavina 2019-08-23 19:17:42 +0200
  • 8baf8dfc09 replace std::net::ToSocketAddrs with async-std::net::ToSocketAddrs DCjanus 2019-08-20 21:35:31 +0800
  • 7cba6c4efe genius hack: pretending to be impl Future DCjanus 2019-08-19 02:39:22 +0800
  • 4ad633eea1 fix documentation issue DCjanus 2019-08-18 20:48:21 +0800
  • 2d397084ef Implement an async version of ToSocketAddrs DCjanus 2019-08-18 11:46:42 +0800
  • 0f85f11fad change task counter AtomicU64 to AtomicU32 kolapapa 2019-09-04 16:39:42 +0800
  • d2ac916484 Require more features in the futures-preview crate Stjepan Glavina 2019-09-03 16:48:35 +0200
  • 88d07c0eb0 Refactor Stjepan Glavina 2019-09-03 13:53:13 +0200
  • ec3c4970ac Remove futures-executor-preview Stjepan Glavina 2019-09-03 09:34:17 +0200
  • dde4b89369 Make Travis cfg pretty and modular (#118) Roman Proskuryakov 2019-09-03 10:09:05 +0300
  • a292b745de
    Merge branch 'master' into pretty_travis Stjepan Glavina 2019-09-03 09:08:38 +0200
  • 1be499da08 Rename: server -> accept_loop, client -> connection_loop, client_writer -> connection_writer_loop Oleksii Kachaiev 2019-09-02 19:18:16 -0700
  • a1d0561c56 Remove futures-util dependency Stjepan Glavina 2019-09-02 17:04:58 +0200
  • 4c6688c173 Fix imports in docs Stjepan Glavina 2019-09-02 11:35:46 +0200
  • 21c779abb1 Use futures subcrates Stjepan Glavina 2019-09-01 19:06:55 +0200
  • 405b081911 Threshold fixes for congestion case Mahmut Bulut 2019-09-02 00:00:19 +0200
  • bff10fe83b Stream::any implementation (#135) Shady Khalifa 2019-09-01 19:58:16 +0200
  • e15e619f63 fix docs return type in ret macro Shady Khalifa 2019-09-01 18:20:33 +0200
  • 6e383b7849 Remove some use of futures from File Stjepan Glavina 2019-09-01 17:59:18 +0200
  • 9e436db1a2 use ret macro and small improvements Shady Khalifa 2019-09-01 17:54:42 +0200
  • 532c73cf77 Fix typo in stability-guarantees.md (#136) Yuki Okushi 2019-08-31 23:15:26 +0900
  • f40ecf786e Fix typo in stability-guarantees.md Yuki Okushi 2019-08-31 22:53:06 +0900
  • db5696da84 add stream::any method Shady Khalifa 2019-08-31 13:36:30 +0200
  • e99eafe64f
    Merge pull request #132 from shekohex/stream-all-method James Munns 2019-08-31 13:10:02 +0200
  • a4d2cd1c82 Fix typo. (#134) Jason Davies 2019-08-31 10:36:34 +0100
  • 853dcfcc12 Fix typo. Jason Davies 2019-08-30 23:10:09 +0100
  • e934a5e237
    Safe arithmetic ops Mahmut Bulut 2019-08-30 22:20:29 +0200
  • 6664f4b1ae
    Removal of Arc Mahmut Bulut 2019-08-30 22:01:51 +0200
  • 4b0bebf852
    stjepan feedback Yoshua Wuyts 2019-08-30 20:33:59 +0200
  • e517c60fb1
    remove comments Shady Khalifa 2019-08-30 20:32:03 +0200
  • e8860454e7
    remove extra newline Shady Khalifa 2019-08-30 20:30:48 +0200
  • 38a86766d3 Add future::timeout() (#20) Stjepan Glavina 2019-08-30 20:28:49 +0200
  • 4d392984cb
    docs Yoshua Wuyts 2019-08-30 20:11:21 +0200
  • 4ad4209cd5
    use taiki-e version, and atomic example Yoshua Wuyts 2019-08-30 20:04:36 +0200
  • 243a48c14e remove debug Shady Khalifa 2019-08-30 18:37:58 +0200
  • fe45ba5628 update docs and examples Shady Khalifa 2019-08-30 18:35:51 +0200
  • 3b80165532 add stream::all method Shady Khalifa 2019-08-30 17:42:35 +0200
  • a2d8e6173e
    from_fn example Yoshua Wuyts 2019-08-30 16:28:43 +0200