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

  • 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
  • b16b49cd41 Derives on RawFd leo60228 2019-12-16 08:02:19 -0500
  • 36d24cd0e1 New scheduler resilient to blocking Stjepan Glavina 2019-12-16 13:57:27 +0100
  • 4b63da5613 Use uninhabited RawFd on non-unix leo60228 2019-12-16 07:53:07 -0500
  • 7660dd50a7 docs leo60228 2019-12-14 13:17:34 -0500
  • e23a737667 No warnings on non-unstable leo60228 2019-12-14 12:41:17 -0500
  • 73007a0cbb cargo fmt leo60228 2019-12-14 12:38:26 -0500
  • 9fd81d5914 Add std::os::unix::{register, unregister, Interest} leo60228 2019-12-14 12:34:22 -0500
  • 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
  • 04de31c7a2 Revert "Merge pull request #562 from felipesere/double_ended_ext" Felipe Sere 2019-12-13 17:00:16 +0100
  • f918874896 Try bumping the delay to 300 to see if it would eventually pass Felipe Sere 2019-12-13 16:46:47 +0100
  • 3d98d49fe1 Revert "Temporarily disable tests" Felipe Sere 2019-12-13 16:43:41 +0100
  • a900cf3ecf Temporarily disable tests Felipe Sere 2019-12-13 16:35:33 +0100
  • 9c67118d43 Don't expose the double_ended_stream sub-module Felipe Sere 2019-12-13 15:53:48 +0100
  • d474c4ec56 Fix broken doc tests Felipe Sere 2019-12-13 15:43:54 +0100
  • 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
  • 55194edbf7 Add try_rfold Felipe Sere 2019-11-20 07:45:40 +0000
  • c4b9a7f680 Add samples for some of the functions Felipe Sere 2019-11-19 22:20:36 +0000
  • aabfefd015 Add a sample implementation of a double ended stream Felipe Sere 2019-11-16 12:43:05 +0000
  • cc493df433 Sketch out rfold Felipe Sere 2019-11-15 22:29:00 +0100
  • 78bafbb88f Sketch outch rfind Felipe Sere 2019-11-15 22:15:28 +0100
  • d0ef48c753 Sketch out nth_back Felipe Sere 2019-11-15 22:07:25 +0100
  • fa288931c6 Skeleton for DoubleEndedStreamExt trait Felipe Sere 2019-11-15 21:15:50 +0100
  • c90732a805 TcpStream: Shutdown write direction in poll_close. Toralf Wittner 2019-12-12 17:37:38 +0100
  • 63b6a2b961
    Merge pull request #614 from killzoner/doc-typo-await Yoshua Wuyts 2019-12-12 12:04:23 +0100
  • 1103c17e16
    Merge pull request #613 from k-nasa/fix_readme Yoshua Wuyts 2019-12-12 12:03:45 +0100
  • a0f3b3b753 Remove unused macros (#610) Yoshua Wuyts 2019-12-11 12:49:22 +0100
  • f06ab9fbc4 Remove mention of task stack size configuration (#612) Tomasz Miąsko 2019-12-11 12:36:50 +0100
  • a28854d8e5 Fix extension method documentation Qifan Lu 2019-12-10 20:51:40 -0800
  • 5ddafdf5e2 Fix extension method documentation Qifan Lu 2019-12-10 20:48:03 -0800
  • c67ed89e5f Fix unique_by struct documentation Qifan Lu 2019-12-10 20:39:56 -0800
  • 723c373194 Unique stream extension Qifan Lu 2019-12-10 20:32:36 -0800
  • 447c17128f
    fix: Fix typo in documentation svengrim 2019-12-10 14:37:32 +0100
  • a04157850b fix readme k-nasa 2019-12-08 15:15:29 +0900
  • 4f483df8b5
    remove big commented blob Yoshua Wuyts 2019-12-07 11:11:39 +0900
  • 58121e80b0
    inline futures_core::ready Yoshua Wuyts 2019-12-07 11:04:54 +0900
  • 250d4faeb9
    clean up MaybeDone Yoshua Wuyts 2019-12-07 11:02:44 +0900
  • 7610052545
    replace async-macros with internals only Yoshua Wuyts 2019-12-07 11:00:12 +0900
  • 7598d957c1 Remove mention of task stack size configuration Tomasz Miąsko 2019-12-07 00:00:00 +0000
  • 9311fd7fae
    Merge pull request #595 from linkmauve/patch-1 nasa 2019-12-07 23:22:03 +0900
  • f7b21a3e8d
    Merge pull request #608 from dungph/master nasa 2019-12-07 10:45:44 +0900
  • f0bdcfec25
    fix link Dung Pham 2019-12-06 13:06:44 +0700
  • 33e7c87dfc Adding example to docs Miguel Pérez García 2019-12-05 21:19:02 -0600
  • cc85533f7c fixing format Miguel Pérez García 2019-12-05 21:15:32 -0600
  • 4670388a56 Adding tests Miguel Pérez García 2019-12-05 08:10:06 -0600
  • c14c377974 Changing method signature Miguel Pérez García 2019-12-05 08:09:58 -0600
  • 54fa559554 Changing scope of disclosure Miguel Pérez García 2019-12-05 08:09:20 -0600
  • 26b952df33 fix tests/open_file jiahao.ye 2019-12-04 14:12:15 +0800
  • bce8688763
    Merge pull request #603 from bluk/udp-socket-recv-doc Yoshua Wuyts 2019-12-03 06:25:26 +0900
  • fd86effb63
    Change recv_from to recv in UdpSocket::recv doc Bryant Luk 2019-12-02 13:04:19 -0600
  • 128a6bc6ce
    Merge pull request #598 from povilasb/fix/docs nasa 2019-11-30 12:48:10 +0900
  • d51a135015
    Merge pull request #309 from async-rs/stream-delay Yoshua Wuyts 2019-11-30 11:25:41 +0900
  • 1c2055fff0 Merge remote-tracking branch 'original/master' into future-timeout Miguel Pérez García 2019-11-29 18:00:00 -0600
  • 81e3c41826 Fix a link in the docs Povilas Balciunas 2019-11-29 11:52:54 +1300
  • fb1fb6c903 test: Test the delay time k-nasa 2019-11-28 22:53:24 +0900
  • c85e2496b1 Enable doc test on ci k-nasa 2019-11-28 20:54:07 +0900
  • 7d9a063002 fix cargo test arguments on ci k-nasa 2019-11-28 20:53:47 +0900
  • 44e38eae59 fix open_file test code k-nasa 2019-11-28 19:52:46 +0900
  • fe04cf26b6 test: fix stream::throttle doc test k-nasa 2019-11-28 16:16:39 +0900
  • 556d7992ce test: fix failed doc test k-nasa 2019-11-28 15:57:22 +0900
  • da965e9ba4 fix indent k-nasa 2019-11-28 15:54:13 +0900
  • 9f7c1833dc fix module k-nasa 2019-11-28 10:37:04 +0900