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

  • 94a6ff34c2 feat: no to_std future::poll_fn k-nasa 2020-02-04 18:00:44 +0900
  • da23d16019 feat: to no_std future::pending k-nasa 2020-02-04 17:59:22 +0900
  • 125fa5b0a0
    Merge pull request #680 from k-nasa/no_std Yoshua Wuyts 2020-02-04 11:02:19 +0100
  • 39f2c6da78
    V1.5.0 (#694) v1.5.0 Yoshua Wuyts 2020-02-03 16:45:00 +0100
  • f516eb2510 Update CHANGELOG.md Yoshua Wuyts 2020-02-03 16:43:32 +0100
  • c061f80847 v1.5.0 Yoshua Wuyts 2020-02-03 16:39:48 +0100
  • 6701f02a11 Update CHANGELOG.md Yoshua Wuyts 2020-02-03 16:31:04 +0100
  • 3e24e0ba4e ci: fix no-std check k-nasa 2020-02-01 16:43:12 +0900
  • 0d90cb07b9 fix: Move extern crate alloc to lib.rs k-nasa 2020-02-01 09:49:54 +0900
  • f789f9d4f6 Select future-core featue according to feature k-nasa 2020-02-01 09:47:33 +0900
  • ef985bc72e ci: fix no_std ci k-nasa 2020-02-01 09:45:41 +0900
  • f99d8aa9ff Revert "Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-64 targets" Taiki Endo 2020-01-20 11:58:49 +0900
  • 17a41fe794 Temporarily ignore io_timeout:: io_timeout_timedout test on non x86-64 targets Taiki Endo 2019-11-08 14:35:41 +0900
  • e4f701725e Use AtomicCell<u64> on targets with target_has_atomic less than 64 Taiki Endo 2019-11-08 13:43:52 +0900
  • 1d875836a2
    Implement Clone for TcpStream (#689) Stjepan Glavina 2020-01-28 18:14:16 +0100
  • 5ba18f9438 Remove accidentally added examples Stjepan Glavina 2020-01-28 16:45:19 +0100
  • 2c56dec3c4 Update examples Stjepan Glavina 2020-01-28 16:42:44 +0100
  • 78753ad09b Implement Clone for TcpStream Stjepan Glavina 2020-01-28 16:40:27 +0100
  • 7efe7caf66 fix: Change feature name no-std to alloc k-nasa 2020-01-28 15:58:06 +0900
  • 22d929d481 fix import Future k-nasa 2020-01-16 21:13:23 +0900
  • d622ec5d35 feat: Make the stream module no_std k-nasa 2020-01-16 21:01:47 +0900
  • 880b7ee987 remove crate::prelude import k-nasa 2020-01-16 20:34:51 +0900
  • 1762de285b feat: Make the future module no_std k-nasa 2020-01-16 15:40:28 +0900
  • 6aa55fde59 feat: Make the task module no_std k-nasa 2020-01-16 11:18:09 +0900
  • 41f114d9fe ci: Add no-std check k-nasa 2020-01-16 10:37:22 +0900
  • 3d32fd81f4 feat: Make the utils module no_std k-nasa 2020-01-16 10:33:00 +0900
  • 51b84a7620 feat: Add no_std attribute when not std feature k-nasa 2020-01-16 10:31:27 +0900
  • 4996f29778 feat: Add no-std feature k-nasa 2020-01-16 10:30:27 +0900
  • da63f6a7be
    Merge 3382046186 into 57974ae0b7 Andrew Bentley 2020-01-28 09:51:57 +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
  • 9f7e23302e Add Watcher::{poll_read_ready, poll_write_ready}. Toralf Wittner 2020-01-23 22:33:34 +0100
  • f227ece44c Use non-blocking connect for TcpStream. Toralf Wittner 2020-01-23 13:36:48 +0100
  • 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
  • 3dc27900d3
    Changing task::block_on to park after a single poll Katharina Fey 2020-01-19 07:02:28 +0100
  • f2e4a01193 Remove usage of unstable format_code_in_doc_comments option Taiki Endo 2020-01-20 14:01:28 +0900
  • 2221441a4c feat: Implement Clone trait for DirEntry k-nasa 2020-01-18 08:36:54 +0900
  • ed7ddacb28
    Rewrote Results 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
  • 45dd29c22f update broadcastor to 1.0.0 k-nasa 2020-01-16 11:37:10 +0900
  • 7938cf20c3 Guard doctests with relevant feature flags Kornel Lesiński 2020-01-15 12:46:46 +0000
  • ed248017b4
    Use internal scan state in Results 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
  • fd8d354957
    lib.rs: fixing various doc tests Katharina Fey 2020-01-14 16:05:45 +0000
  • 2a9e3478c7
    Add UdpSocket::{poll_recv_from, poll_send_to} Demi M. Obenour 2019-12-18 14:40:48 -0500
  • 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
  • 52c7078a12 Run 'cargo upgrade' k-nasa 2020-01-14 21:32:59 +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
  • 42b30fa158 test: upgrade test code k-nasa 2020-01-13 11:34:40 +0900
  • c9b55bdfd5 Merge branch 'master' into remove_unnecessary_trait_bound_on_flat_map k-nasa 2020-01-13 10:38:49 +0900
  • 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
  • 8bcd70e1fa Remove unnecessary trait bound on FlatMap k-nasa 2019-12-29 14:51:48 +0900
  • 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
  • c5ba70ac5f
    add FromStream Result example Yoshua Wuyts 2019-12-23 11:29:30 +0100
  • 3382046186 Add try_clone for TcpStream Andrew Bentley 2019-12-23 03:08:43 +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