Commit Graph

  • 4996f29778 feat: Add no-std feature k-nasa 2020-01-16 10:30:27 +0900
  • 57974ae0b7 Use non-blocking connect for TcpStream. (#687) Toralf Wittner 2020-01-27 23:13:13 +0100
  • 57f9fb7e93
    Merge pull request #682 from k-nasa/impl_clone_for_dir_entry Yoshua Wuyts 2020-01-27 13:10:20 +0100
  • 6c1b5eb3ed
    Merge pull request #667 from olegnn/option_take_while Yoshua Wuyts 2020-01-27 11:54:20 +0100
  • beb8d240c2
    Merge pull request #688 from ninj/patch-1 Yoshua Wuyts 2020-01-25 23:40:43 +0100
  • b258215952
    fix syntax problem for task::sleep ninj 2020-01-25 22:13:26 +0000
  • 1ababac97f
    Merge branch 'accept_loop_pattern' Florian Gilcher 2020-01-22 12:47:41 +0100
  • f9fe5c90cf
    Fix some typos in accept-loop pattern chapter Florian Gilcher 2020-01-22 12:47:18 +0100
  • 84fe94444b
    Merge pull request #675 from k-nasa/add_timeout_example Florian Gilcher 2020-01-21 16:02:28 +0100
  • cad2880eb8
    Merge pull request #550 from sclaire-1/master Florian Gilcher 2020-01-21 15:44:44 +0100
  • 6b860c370a Remove usage of unstable format_code_in_doc_comments option (#685) Taiki Endo 2020-01-21 05:41:48 +0900
  • 81aa6d152a Changing task::block_on to park after a single poll (#684) Katharina Fey 2020-01-20 20:40:01 +0100
  • 2221441a4c feat: Implement Clone trait for DirEntry k-nasa 2020-01-18 08:36:54 +0900
  • ed7ddacb28
    Rewrote `Result`s implementation using `take_while` and `filter_map` Oleg Nosov 2020-01-17 17:13:52 +0300
  • d283352a9a update broadcastor to 1.0.0 (#681) nasa 2020-01-17 03:07:11 +0900
  • ed248017b4
    Use internal `scan` state in `Result`s implementation Oleg Nosov 2020-01-15 12:06:50 +0300
  • 0eb5ca14ac
    Merge pull request #676 from k-nasa/async_task_bump_to1.2.1 Yoshua Wuyts 2020-01-15 08:09:19 +0100
  • 38de0bfd22
    Use `std::convert::identity` Oleg Nosov 2020-01-15 09:42:30 +0300
  • 134089af2c
    Use `filter_map(identity)` + other fixes Oleg Nosov 2020-01-15 08:55:18 +0300
  • b72dd83726 update async-task to 1.2.1 k-nasa 2020-01-15 11:00:03 +0900
  • ee102dfc9e docs: Add stream::timeout example when timeout error k-nasa 2020-01-15 10:41:39 +0900
  • 1071e82132
    Merge pull request #671 from Noah-Kennedy/udp-socket-send-doc nasa 2020-01-15 10:41:04 +0900
  • 0a52864764 Revert "Fixes https://github.com/async-rs/async-std/issues/652" noah 2020-01-14 10:59:17 -0600
  • 76993dd755 Revert "Fixes https://github.com/async-rs/async-std/issues/652" noah 2020-01-14 10:55:10 -0600
  • 133e30e6f6
    Merge pull request #615 from lqf96/pending-stream Yoshua Wuyts 2020-01-14 15:58:27 +0100
  • 76ed174fd5 Version up of dependent crate (#672) nasa 2020-01-14 23:26:22 +0900
  • f53fcbb706 test,docs: Add stream::pending example code k-nasa 2020-01-14 10:18:14 +0900
  • e9357c0307 style: Run `cargo fmt` k-nasa 2020-01-14 09:49:34 +0900
  • 879e14c6ab Remove size_hint from Stream impl Qifan Lu 2019-12-10 18:31:06 -0800
  • f8dd3d9816 Add stream::pending::{pending, Pending} Qifan Lu 2019-12-10 18:18:15 -0800
  • a4f6806605 Fixes https://github.com/async-rs/async-std/issues/652 noah 2020-01-13 17:47:51 -0600
  • 5d5064b871 add FromStream Result example (#643) Yoshua Wuyts 2020-01-13 21:42:31 +0100
  • 0ed0d63094 Remove unnecessary trait bound on FlatMap (#651) nasa 2020-01-14 03:49:52 +0900
  • 0029037883 async-listen crate: Add `error_hint()` invocation Paul Colomiets 2020-01-13 08:46:32 +0200
  • fb567a3a09
    Recovered comments Oleg Nosov 2020-01-12 17:53:16 +0300
  • 83afbab2ef
    Use `take_while` instead of `scan` for `Option` Oleg Nosov 2020-01-12 17:32:59 +0300
  • c8c075615c book: Add Production-ready Accept Loop section Paul Colomiets 2020-01-12 03:45:41 +0200
  • 98d45f4be1
    Merge pull request #647 from dignifiedquire/feat/unstable-without-default Yoshua Wuyts 2020-01-11 12:24:00 +0100
  • 9c6ab5e7c3 fix dignifiedquire 2020-01-11 11:57:42 +0100
  • 9c9ab90da3 feature gate random dignifiedquire 2020-01-11 11:49:52 +0100
  • 5bf3d95313 feat: do not require default feature for unstable dignifiedquire 2019-12-26 22:51:50 +0100
  • 1f78efec64
    Merge pull request #660 from mehcode/mehcode-ecosystem Yoshua Wuyts 2020-01-10 13:20:30 +0100
  • 383057b8ea
    Merge pull request #659 from alfiedotwtf/master Yoshua Wuyts 2020-01-07 17:09:49 +0100
  • 763862acc7
    Merge pull request #661 from async-rs/fix-ci Yoshua Wuyts 2020-01-07 17:09:03 +0100
  • e2bb79c207
    Merge pull request #648 from spacekookie/master Yoshua Wuyts 2020-01-07 14:23:14 +0100
  • 57a62797f2
    Merge pull request #655 from u32i64/patch-1 Yoshua Wuyts 2020-01-07 14:22:52 +0100
  • dfb0c8124c
    remove usage of deprecated method Yoshua Wuyts 2020-01-07 14:21:17 +0100
  • d806a09599 Add a section on the async ecosystem to showcase crates that use async-std Ryan Leckey 2020-01-06 23:00:56 -0800
  • af2d46d9b9 Tiny grammar fix Alfie John 2020-01-07 13:29:30 +1100
  • 65d7950df1
    Fix crate documentation typo Artem Varaksa 2020-01-01 15:36:47 +0300
  • 6d69a3e368
    Merge pull request #650 from senden9/patch-1 nasa 2019-12-29 14:41:56 +0900
  • c3d5dba1b5
    Fix typo in stream documentation Stefano Probst 2019-12-28 17:27:37 +0100
  • 081166f204
    Fixing inaccurate function description in udp::recv Katharina Fey 2019-12-27 03:06:41 +0100
  • fee3b6f603
    Merge pull request #645 from async-rs/remove-tokio-mention Yoshua Wuyts 2019-12-24 15:05:39 +0100
  • b3942ecfa8
    remove tokio mention Yoshua Wuyts 2019-12-24 14:39:55 +0100
  • 86d3d74180
    Merge pull request #637 from async-rs/v1.4.0 v1.4.0 Yoshua Wuyts 2019-12-20 16:30:45 +0100
  • 3fd6d8b02e
    1.4.0 Yoshua Wuyts 2019-12-20 11:58:32 +0100
  • 0d4b4cd260
    Merge pull request #600 from miker1423/future-timeout nasa 2019-12-20 14:26:52 +0900
  • ef021dcb2b Changing test condition Miguel Pérez García 2019-12-18 07:18:57 -0600
  • eedf1d3367 Fixing docs Miguel Pérez García 2019-12-17 23:17:02 -0600
  • 97b4901b75 Fixing tests Miguel Pérez García 2019-12-17 23:12:09 -0600
  • 1eeb1019e9 Fixing example Miguel Pérez García 2019-12-17 23:05:06 -0600
  • 980a1f7834 Correcting docs on function Miguel Pérez García 2019-12-17 22:46:25 -0600
  • d2c25f483a
    Merge pull request #635 from async-rs/revert-629-update-log nasa 2019-12-18 08:30:56 +0900
  • d8befe24e8
    Revert "upgrade log, remove kv-log-macro" nasa 2019-12-18 08:01:09 +0900
  • c7cf1934db
    Merge pull request #629 from async-rs/update-log Florian Gilcher 2019-12-17 22:05:51 +0100
  • 37d8a013de
    Merge pull request #633 from k-nasa/fix_io_export Yoshua Wuyts 2019-12-17 16:52:59 +0100
  • 43f4f393af fix missing export for the return value k-nasa 2019-12-17 22:48:14 +0900
  • ceba324bef Fix feature flags new-scheduler Stjepan Glavina 2019-12-16 15:53:31 +0100
  • 36d24cd0e1 New scheduler resilient to blocking Stjepan Glavina 2019-12-16 13:57:27 +0100
  • 61eb52cb36
    Merge pull request #625 from nbdd0121/sync_unsized Yoshua Wuyts 2019-12-16 12:01:45 +0100
  • 6f4dcad6a0
    Merge pull request #630 from async-rs/fix-ci-2 Yoshua Wuyts 2019-12-16 11:41:07 +0100
  • 60de8e1082
    up time limits Yoshua Wuyts 2019-12-16 11:08:59 +0100
  • cac4e081cc
    Merge pull request #628 from fenhl/patch-1 Yoshua Wuyts 2019-12-16 11:22:30 +0100
  • 8ad1d23116
    fix ci Yoshua Wuyts 2019-12-16 10:43:19 +0100
  • 019aa14898
    Merge pull request #621 from async-rs/fix-doc-hiccup Yoshua Wuyts 2019-12-16 10:38:36 +0100
  • b7e55762d8
    upgrade log, remove kv-log-macro Yoshua Wuyts 2019-12-16 10:04:39 +0100
  • c70552ead5
    unpub double_ended_stream Yoshua Wuyts 2019-12-16 09:37:14 +0100
  • 07eb2c1280
    Make WriteFmtFuture must_use Fenhl 2019-12-14 17:43:22 +0000
  • 732ef10f98 Make code compile Gary Guo 2019-12-14 23:42:14 +0800
  • 499a44ab3b Use ?Sized in Mutex and RwLock Gary Guo 2019-12-14 23:34:55 +0800
  • 761029cd08
    fix stream doc hiccup Yoshua Wuyts 2019-12-13 15:28:09 +0100
  • 83a488b290
    Merge pull request #597 from k-nasa/fix_doc_test Yoshua Wuyts 2019-12-13 15:03:22 +0100
  • 2f0907714d
    Merge pull request #617 from async-rs/1.3.0 v1.3.0 Yoshua Wuyts 2019-12-13 09:50:32 +0100
  • 055c64e8a7
    1.3.0 Yoshua Wuyts 2019-12-12 11:55:29 +0100
  • 96d6fc43d6
    Merge pull request #618 from twittner/poll_close_shutdown Yoshua Wuyts 2019-12-13 09:32:48 +0100
  • 3d3bf914ea
    Merge pull request #562 from felipesere/double_ended_ext Yoshua Wuyts 2019-12-13 09:17:16 +0100
  • 84b6d2b276 Removing duplicated tests Miguel Pérez García 2019-12-12 18:34:02 -0600
  • 8de9f9b8e1 Merge branch 'future-timeout' of https://github.com/miker1423/async-std into future-timeout Miguel Pérez García 2019-12-12 18:31:45 -0600
  • 182fe6896f No need for a custom impl for FromIter for DoubleEndedStream Felipe Sere 2019-12-12 20:46:03 +0100
  • b0038e11be Only implement the DoubleEndedStream for once when the flag is on Felipe Sere 2019-11-28 21:52:48 +0100
  • 8e5dedec34 Restructure package. No longer use a extension trait to match std. Felipe Sere 2019-11-28 12:33:37 +0100
  • 41cf0f855b Make Once a DoubleEndedStream Felipe Sere 2019-11-23 22:27:08 +0000
  • f9a4c35fd6 Silence warning about missing docs for the double_ended module Felipe Sere 2019-11-23 22:20:37 +0000
  • 6e8236d0e1 Document from_iter for DoubleEndedStream Felipe Sere 2019-11-22 17:24:52 +0000
  • 892c6008c2 Replace sample with a hidden from_iter implementation for double-ended-stream Felipe Sere 2019-11-22 16:53:42 +0000
  • abd360893c Disable docs and Debug for unexposed structs Felipe Sere 2019-11-20 22:16:39 +0000
  • 94893d2924 Move more of the documentation Felipe Sere 2019-11-20 22:14:36 +0000
  • 02aa2f3d2a Fix next_back Felipe Sere 2019-11-20 21:48:04 +0000
  • ee2f52f3ce Add next_back Felipe Sere 2019-11-20 07:54:05 +0000