Commit Graph

  • 6db71e597b Add link to silence doc warning James Munns 2019-09-10 03:50:03 +0200
  • 43b7523c69
    remove Debug derive from NthFuture Fedor Sakharov 2019-09-09 12:42:52 +0300
  • 714e173948 Cache cargo artifacts Stjepan Glavina 2019-09-09 09:26:00 +0200
  • 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
  • 55bdea4649
    adds stream::filter_map combinator Fedor Sakharov 2019-09-08 18:09:33 +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
  • 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
  • 17c95a39d7
    More robust file implementation Stjepan Glavina 2019-09-05 01:23:27 +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
  • 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
  • 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
  • bac74c2d7f
    Reduce dependency on futures crate (#140) Stjepan Glavina 2019-09-05 01:22:41 +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
  • dde4b89369 Make Travis cfg pretty and modular (#118) Roman Proskuryakov 2019-09-03 10:09:05 +0300
  • bff10fe83b Stream::any implementation (#135) Shady Khalifa 2019-09-01 19:58:16 +0200
  • 532c73cf77 Fix typo in stability-guarantees.md (#136) Yuki Okushi 2019-08-31 23:15:26 +0900
  • 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
  • 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
  • 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
  • 374f0c9eb8 Refactor TcpStream::connect into resolving loop and TcpStream::connect_to (#119) Roman Proskuryakov 2019-08-28 23:09:15 +0300
  • c6e4c659c4 Restore Version Sort (#121) James Munns 2019-08-28 17:16:02 +0200
  • d89b384620
    Merge pull request #116 from async-rs/install-mdbook-bin Florian Gilcher 2019-08-27 10:30:08 -0700
  • 192c9683d9 Correct boolean inversion and overrided env vars James Munns 2019-08-27 16:45:32 +0200
  • b39c720681 Only install mdbook if building the book James Munns 2019-08-27 16:41:31 +0200
  • b6c8186846 Don't use version sort (bsd sort doesn't seem to have it) James Munns 2019-08-27 16:06:51 +0200
  • e0212e5229 Don't install cargo-update at all James Munns 2019-08-27 15:59:28 +0200
  • f5823df70c Include modified trust file James Munns 2019-08-27 15:52:55 +0200
  • eba85c3ede Fix regex, also install cargo-update with trust James Munns 2019-08-27 15:33:46 +0200
  • de62620460 Implement installation using trust James Munns 2019-08-27 15:23:34 +0200
  • 8dff8951a6 Reduce io::TimeoutFuture to futures_timer::TryFutureExt (#113) Roman Proskuryakov 2019-08-27 12:47:15 +0300
  • d501bf6849
    Merge pull request #112 from async-rs/fix-101 Florian Gilcher 2019-08-26 16:04:33 -0700
  • 366546b9ce
    Visibly import in tasks example Florian Gilcher 2019-08-26 14:39:25 -0700
  • b768a7bab7
    Don't trim msg twice Florian Gilcher 2019-08-26 14:35:57 -0700
  • bfaa9c510c
    Import HashMap visibly in the tutorial Florian Gilcher 2019-08-26 14:33:11 -0700
  • 5c17185464
    Merge branch 'master' of github.com:async-std/async-std Florian Gilcher 2019-08-26 14:24:56 -0700
  • 101979fcc3
    Fix some final errors Florian Gilcher 2019-08-26 14:24:20 -0700
  • b2fc92e5d6
    Merge branch 'book-test' of https://github.com/freebroccolo/async-std into freebroccolo-book-test Florian Gilcher 2019-08-26 14:12:22 -0700
  • a14b11c032
    Merge pull request #111 from dfrankland/expose-fs-create_dir_all Florian Gilcher 2019-08-26 13:38:00 -0700
  • 23683363f2
    Merge pull request #95 from kpp/add_tests_io_timeout Florian Gilcher 2019-08-26 13:37:38 -0700
  • d47f7d3e92 rustfmt fs::create_dir_all Dylan Frankland 2019-08-26 12:59:30 -0700
  • 2fc6610d6d Update CHANGELOG.md Dylan Frankland 2019-08-26 12:54:55 -0700
  • c21e381098 Remove unused import from fs::create_dir_all Dylan Frankland 2019-08-26 12:50:06 -0700
  • 8451789da5 Expose fs::create_dir_all Dylan Frankland 2019-08-26 12:47:15 -0700
  • dfd520c778
    rustfmt all examples Florian Gilcher 2019-08-26 11:38:11 -0700
  • 9370cd3298
    Fix README example Florian Gilcher 2019-08-26 11:08:51 -0700
  • 06952b4c97 Test and build the book on travis Darin Morrison 2019-08-18 16:35:54 -0700
  • 6302805b54 Fix book tests Darin Morrison 2019-08-17 08:48:39 -0700
  • 58e783b194 Add empty data.csv for book tests Darin Morrison 2019-08-18 13:49:52 -0700
  • 05a9bd1abd Enable "async-await" for futures-preview (select!) Darin Morrison 2019-08-18 10:11:39 -0700
  • 34802cae7e [docs] Make sure that "All Together" code compiles (#104) Oleksii Kachaiev 2019-08-23 17:17:12 -0700
  • 6d6328a9c8 use `broker_handle` to avoid overloading the `broker` fn (#100) Zach Kemp 2019-08-23 17:16:17 -0700
  • 15445e3ac1 Remove re-exports in async_std::net tosocketaddrs Stjepan Glavina 2019-08-23 19:29:15 +0200
  • ddb4dc87a1 Stylistic changes Stjepan Glavina 2019-08-23 19:27:10 +0200
  • 144e1c4c1b Move unit tests into the tests directory Stjepan Glavina 2019-08-23 19:17:42 +0200
  • 794c12fe7e Fix some typos in tutorial (#98) Rui Loura 2019-08-23 06:37:54 -0700
  • be616f35bf
    Update sending_messages.md Stjepan Glavina 2019-08-22 23:56:13 +0200
  • c61f4c8b81
    Update receiving_messages.md Stjepan Glavina 2019-08-22 23:17:52 +0200
  • c9d8b197ca
    Add dependencies explanation to book Florian Gilcher 2019-08-22 07:53:32 -0700
  • 393b72e4fc
    Release version 0.99.4 v0.99.4 Florian Gilcher 2019-08-21 20:04:31 -0700
  • b95dd13d3b add tests for io::timeout Roman Proskuryakov 2019-08-21 12:57:00 +0300
  • 2644089e49
    Changelog for 0.99.4 Florian Gilcher 2019-08-21 11:24:24 -0700
  • 70769d8bac
    Merge pull request #94 from async-rs/remove-async_await-gate Florian Gilcher 2019-08-21 11:17:28 -0700
  • 63ad786768
    remove async_await feature gate Yoshua Wuyts 2019-08-20 17:16:22 -0700
  • bcb4910e4b
    Merge pull request #86 from matklad/count-lines-fixed James Munns 2019-08-20 22:01:55 -0700
  • a0759a6c53 Implement LineWriter and BufWriter Kirill Mironov 2019-08-20 19:06:20 +0300
  • 48d4c9b18d begin implementing BufWriter Kirill Mironov 2019-08-20 18:30:33 +0300
  • 798aa19409 replace `std::net::ToSocketAddrs` with `async-std::net::ToSocketAddrs` DCjanus 2019-08-20 21:35:31 +0800