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

  • ac4727e814
    final logic Yoshua Wuyts 2019-08-30 16:24:04 +0200
  • 0918fe15e5
    init stream::from_fn Yoshua Wuyts 2019-08-30 16:18:53 +0200
  • 572b80fadb
    Refactor doc comments Mahmut Bulut 2019-08-30 16:09:19 +0200
  • 234025097b
    Make no format block text Mahmut Bulut 2019-08-30 12:43:58 +0200
  • e765cee30d
    Doc comments for the module Mahmut Bulut 2019-08-30 11:44:25 +0200
  • 186d55ffa6
    Typos and table formatting Mahmut Bulut 2019-08-30 02:33:06 +0200
  • 73ccc67bf8
    Solve pool max threads problem for MacOS Mahmut Bulut 2019-08-30 01:58:31 +0200
  • 4606893a5e
    Move to the exponential scaling algorithm Mahmut Bulut 2019-08-30 00:00:56 +0200
  • ba5586b050 Simplify ReadDir and DirEntry Stjepan Glavina 2019-08-29 11:43:41 +0200
  • 790eee519f Remove some uses of futures Stjepan Glavina 2019-08-29 11:43:13 +0200
  • 0cc460aae1
    add future::poll_fn Yoshua Wuyts 2019-08-29 11:16:15 +0200
  • 97ed93a34d Replace all uses of poll_fn with the new one Stjepan Glavina 2019-08-29 00:41:44 +0200
  • 240e57f490 Add future::poll_fn Stjepan Glavina 2019-08-28 22:33:08 +0200
  • 8e486bf2fe
    Merge branch 'master' into future-timeout Stjepan Glavina 2019-08-28 22:10:50 +0200
  • 374f0c9eb8 Refactor TcpStream::connect into resolving loop and TcpStream::connect_to (#119) Roman Proskuryakov 2019-08-28 23:09:15 +0300
  • 7850380f21 Reuse Stdin::Inner buffers in read_line and poll_read operations Roman Proskuryakov 2019-08-28 22:36:22 +0300
  • f1325084d1 Use async/await syntax in Stdin::read_line and AsyncRead for Stdin Roman Proskuryakov 2019-08-28 19:26:58 +0300
  • a31ae7a86a Refactor TcpStream::connect into resolving loop and TcpStream::connect_to Roman Proskuryakov 2019-08-28 03:18:27 +0300
  • c6e4c659c4 Restore Version Sort (#121) James Munns 2019-08-28 17:16:02 +0200
  • 9135ca0160
    Pool manager thread documentation Mahmut Bulut 2019-08-28 16:57:38 +0200
  • 71ba2a00eb
    Restore Version Sort James Munns 2019-08-28 14:28:06 +0200
  • b204f4841a Refactor TcpListener::incoming to use stream::poll_fn instread of hand-written impl futures::Stream for Incoming Roman Proskuryakov 2019-08-28 04:34:15 +0300
  • d9785cc725
    Ignore concurrency tests Mahmut Bulut 2019-08-28 05:05:16 +0200
  • 2dca64d26d
    Documentation for thread scale Mahmut Bulut 2019-08-28 04:44:35 +0200
  • 08c8e0441b Use thread adaptation mechanism Mahmut Bulut 2019-08-28 04:42:19 +0200
  • c0b5897493 Make Travis cfg pretty and modular Roman Proskuryakov 2019-08-28 01:48:18 +0300
  • d89b384620
    Merge pull request #116 from async-rs/install-mdbook-bin Florian Gilcher 2019-08-27 10:30:08 -0700
  • 71bb28340f Update Future description Yuki Okushi 2019-08-28 01:57:34 +0900
  • 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
  • fc9091c3f2 Put futues::timeout behind unstable feature Stjepan Glavina 2019-08-27 13:30:34 +0200
  • 8be2ebcd3c Update src/future/timeout.rs Florian Gilcher 2019-08-26 13:39:37 -0700
  • 38e5d15a8f Update src/future/timeout.rs Florian Gilcher 2019-08-26 13:39:28 -0700
  • f1a911e89a Add future::timeout() Stjepan Glavina 2019-08-14 16:16:24 +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
  • 2ad320b3e3
    CI: set cache to cargo Florian Gilcher 2019-08-26 15:53:19 -0700
  • 079c1c95d0 Reduce io::TimeoutFuture to futures_timer::TryFutureExt Roman Proskuryakov 2019-08-27 01:23:27 +0300
  • 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
  • 07eac6854d
    r/w ordering guarantees for atomics Mahmut Bulut 2019-08-26 22:43:23 +0200
  • 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
  • 1de75ee594
    Use longer spanning saturated joins during scale down Mahmut Bulut 2019-08-26 14:20:23 +0200
  • ecfce3a2f2
    Use guaranteed delta history for changes in current pool size Mahmut Bulut 2019-08-26 13:42:55 +0200
  • 55664f1b42
    Make frequency calculation more clear Mahmut Bulut 2019-08-26 11:56:03 +0200
  • 7f237b7f1d
    Use saturating_sub as a guard against low watermark Mahmut Bulut 2019-08-26 11:41:16 +0200
  • 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
  • 4a1afcd7e0
    Make cargo fmt happy Mahmut Bulut 2019-08-25 01:57:24 +0200
  • 0e6b30fd6a EMA based statistically adaptive blocking thread pool Mahmut Bulut 2019-08-25 01:34:50 +0200
  • 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
  • 723ae64fcc
    [docs] Make sure that "All Together" code compiles Oleksii Kachaiev 2019-08-23 13:53:36 -0700
  • de90104512
    Select wants a FusedFuture clemensw 2019-08-23 22:49:41 +0200
  • 6b257ebf4b Test and build the book on travis Darin Morrison 2019-08-18 16:35:54 -0700
  • 1027d41fbf Fix book tests Darin Morrison 2019-08-17 08:48:39 -0700
  • fbd5bc8fcc Enable "async-await" for futures-preview (select!) Darin Morrison 2019-08-18 10:11:39 -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
  • d22ad68c3b use broker_handle to avoid overloading the broker fn zvkemp 2019-08-23 10:24:54 -0700
  • 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
  • e8882c13b9 Merge branch 'master' of github.com:rjloura/async-std Rui Loura 2019-08-23 05:29:34 -0700
  • 5b9c28a47a writers in clean_shutdown.md return unit type Rui Loura 2019-08-23 05:29:03 -0700
  • be616f35bf
    Update sending_messages.md Stjepan Glavina 2019-08-22 23:56:13 +0200
  • 282cb9c659 add async_std::io::BufReader to tutorial code Rui Loura 2019-08-22 14:18:42 -0700
  • c61f4c8b81
    Update receiving_messages.md Stjepan Glavina 2019-08-22 23:17:52 +0200
  • 3bd0c54111 fix typo in tutorial Rui Loura 2019-08-22 14:16:52 -0700
  • 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
  • 7dfe6c68f1 Docs for std::io::ErrorKind Darin Morrison 2019-08-20 17:52:52 -0700
  • 7b135e94ab Docs for std::io::Error Darin Morrison 2019-08-20 17:52:21 -0700
  • 66268fcddd Import cfg_if Darin Morrison 2019-08-20 17:49:26 -0700
  • 984ca96be6 Run deadlinks when building docs Darin Morrison 2019-08-20 09:32:08 -0700
  • 5097599640 Install cargo-deadlinks in before_script Darin Morrison 2019-08-20 09:28:32 -0700
  • 8fc7a5143c Pin the toolchain Darin Morrison 2019-08-20 09:31:45 -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