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

  • 55560ea9b4
    docs: Replace mention of futures-preview crate linkmauve 2019-11-27 19:35:27 +0100
  • bf9ee88815 Fix a typo Stjepan Glavina 2019-11-27 16:29:29 +0100
  • 9627826756 Bump the version to 1.2.0 v1.2.0 Stjepan Glavina 2019-11-27 16:14:43 +0100
  • 4ed15d67c9 Fix links in the changelog Stjepan Glavina 2019-11-27 16:12:31 +0100
  • 0165d7f6d1 Add missing items to the changelog Stjepan Glavina 2019-11-27 16:08:57 +0100
  • dba416608a 1.2.0 (#589) Yoshua Wuyts 2019-11-27 16:05:15 +0100
  • 68005661d9 fix Stream::throttle hot loop (#584) Yoshua Wuyts 2019-11-27 15:47:27 +0100
  • 794e331761 Refactor join type (#577) nasa 2019-11-27 21:38:38 +0900
  • 63f7ea3081
    Merge pull request #587 from async-rs/contributing Yoshua Wuyts 2019-11-27 13:21:40 +0100
  • 32765ece41 test: Add stream::delay test code k-nasa 2019-11-27 14:26:25 +0900
  • 635c592950 feat: Add stream::delay k-nasa 2019-11-27 14:26:04 +0900
  • 3b055f364e Merge branch 'master' into stream-delay k-nasa 2019-11-27 13:50:05 +0900
  • f158dc44ca
    1.2.0 Yoshua Wuyts 2019-11-27 02:00:21 +0100
  • 46cafffc31
    Merge pull request #571 from killercup/more-errors Yoshua Wuyts 2019-11-27 01:54:27 +0100
  • 0f30ab8c0a Fix the docs and Debug output of BufWriter. (#588) boats 2019-11-26 14:23:10 +0100
  • bc3fbd9713
    Fix the docs and Debug output of BufWriter. Without Boats 2019-11-26 14:11:09 +0100
  • e66e2e2b8f
    link to our contribution guidelines Yoshua Wuyts 2019-11-26 11:39:57 +0100
  • 56538ebd91 Improve verbose errors for socket addresses Pascal Hertleif 2019-11-25 21:41:54 +0100
  • aa7d1c27a4
    Verbose errors: Apply suggestions Pascal Hertleif 2019-11-25 21:18:40 +0100
  • 850b8ae9d0
    Merge pull request #543 from k-nasa/stream_unzip Yoshua Wuyts 2019-11-25 20:25:44 +0100
  • ac7a796f82
    Merge pull request #537 from k-nasa/ci_master Yoshua Wuyts 2019-11-25 12:53:37 +0100
  • 9dda08713e
    fix Stream::throttle hot loop Yoshua Wuyts 2019-11-25 12:41:45 +0100
  • d28a8beadc update future::try_join k-nasa 2019-11-24 11:49:54 +0900
  • c1f7be5d42 Adding timeout extension method to Future trait Miguel Pérez García 2019-11-23 11:40:07 -0600
  • ac0dabccb1 test: update future join test k-nasa 2019-11-23 19:28:12 +0900
  • d3a785eb5a refactor: update future join type k-nasa 2019-11-23 19:27:57 +0900
  • 50cefce803
    Merge pull request #561 from async-rs/1.1.0 v1.1.0 Yoshua Wuyts 2019-11-21 22:01:34 +0100
  • 3780ff7b44
    1.1.0 Yoshua Wuyts 2019-11-20 02:25:00 +0100
  • c9a2e74789
    Merge pull request #523 from async-rs/update-lib-example Yoshua Wuyts 2019-11-21 21:24:54 +0100
  • cffacf7fa3
    feedback from review Yoshua Wuyts 2019-11-21 21:21:19 +0100
  • 02e1d7e5ea
    Merge pull request #574 from stjepang/ignore-unread-errors Yoshua Wuyts 2019-11-21 18:32:55 +0100
  • ec5415358f simplify AllFuture and AnyFuture (#572) laizy 2019-11-22 01:03:23 +0800
  • ba1ee2d204 Fix a-chat tutorial issues (#573) Alejandro Martinez Ruiz 2019-11-21 18:03:10 +0100
  • 16edec3464 Ignore seek errors in poll_unread Stjepan Glavina 2019-11-21 17:50:30 +0100
  • e4af038a0e tutorial/handling_disconnection: use ? in broker_handle.await Alejandro Martinez Ruiz 2019-11-21 16:07:08 +0100
  • f6e5fd4c5d tutorial/handling_disconnection: fix typos Alejandro Martinez Ruiz 2019-11-21 16:05:15 +0100
  • f2526f99ea tutorial/handling_disconnection: hide mpsc use clause and remove empty lines Alejandro Martinez Ruiz 2019-11-21 16:04:21 +0100
  • ab8ef95631 tutorial: use SinkExt consistently from futures::sink::SinkExt Alejandro Martinez Ruiz 2019-11-21 16:01:48 +0100
  • 3b5de4ba83 simplify AllFuture and AnyFuture laizy 2019-11-20 21:17:34 +0800
  • e01f07d72a Add context to more errors Pascal Hertleif 2019-11-21 00:22:06 +0100
  • 1fefc059ee tutorial/all_together: remove unneeded use async_std::io Alejandro Martinez Ruiz 2019-11-20 19:22:14 +0100
  • a33eb1aae4 tutorial/connecting_readers_and_writers: typos and grammar fixes Alejandro Martinez Ruiz 2019-11-20 19:21:54 +0100
  • a7b5c8a081 tutorial/receiving_messages: declare use of TcpStream and io::BufReader Alejandro Martinez Ruiz 2019-11-20 18:59:39 +0100
  • ff0e4275c7 Add ring benchmark example Stjepan Glavina 2019-11-20 18:53:23 +0100
  • 9be6b52f11 tutorial/receiving_messages: remove unneeded message trimming Alejandro Martinez Ruiz 2019-11-20 18:47:50 +0100
  • 10b3051a16 tutorial/receiving_messages: fix future output type bound Alejandro Martinez Ruiz 2019-11-20 17:55:30 +0100
  • b3d30de4a1 mark windows fs APIs as "unstable" (#567) Yoshua Wuyts 2019-11-20 14:58:49 +0100
  • 6f19165e0e
    Merge pull request #568 from stjepang/fix-random Yoshua Wuyts 2019-11-20 14:08:16 +0100
  • d146d95a39
    Update src/stream/stream/mod.rs nasa 2019-11-20 21:38:42 +0900
  • 5fba3a0928 Fix rng use in Stream::merge Stjepan Glavina 2019-11-20 13:22:46 +0100
  • 2390a5f416
    mark windows fs APIs as "unstable" Yoshua Wuyts 2019-11-20 13:20:18 +0100
  • 2ca03cabe6
    Merge pull request #552 from hhggit/win_symlink Yoshua Wuyts 2019-11-20 13:17:39 +0100
  • 72ed4eb4fd
    Update mod.rs hhggit 2019-11-20 19:51:01 +0800
  • 77800ab3f9
    Merge pull request #526 from yjhmelody/refactor-dir Yoshua Wuyts 2019-11-20 12:35:04 +0100
  • 8ea920c9f0
    Merge pull request #546 from k-nasa/fix_clippy Yoshua Wuyts 2019-11-20 12:26:28 +0100
  • d1189f9974
    Merge pull request #548 from yjhmelody/fix-stream-code-style Yoshua Wuyts 2019-11-20 12:25:11 +0100
  • 3f8ec5a007
    Merge pull request #551 from killercup/feature/verbose-errors Yoshua Wuyts 2019-11-20 12:22:58 +0100
  • 3bc4d293dd
    Merge pull request #503 from Razican/random_merge nasa 2019-11-20 08:42:50 +0900
  • f24b3a4520
    Merge pull request #559 from k-nasa/fix_max_by_key Yoshua Wuyts 2019-11-19 23:43:46 +0100
  • 72ca2c1a24
    Improved the code with some minor changes razican 2019-11-19 21:14:56 +0100
  • b5e66c4f93 refactor: Refactoring option type handling k-nasa 2019-11-20 00:38:51 +0900
  • 080875edc9 update min_by_key doc k-nasa 2019-11-20 00:25:48 +0900
  • ca71ad073b fix stream min_by_key mistake k-nasa 2019-11-20 00:25:35 +0900
  • 667bbc1019 doc: update doc test k-nasa 2019-11-20 00:18:11 +0900
  • 64b2e10b93 fix max_by_key mistake k-nasa 2019-11-20 00:17:29 +0900
  • 314a75da28 fix typo k-nasa 2019-11-20 00:00:54 +0900
  • 8535391bce update broadcaster to latest version with 0.3 futures dep serzhiio 2019-11-19 16:52:03 +0300
  • c704643296 Remove verbose-errors cargo feature Pascal Hertleif 2019-11-18 23:55:48 +0100
  • c6622475b2
    Merge pull request #555 from stjepang/optimize-cargo-check Yoshua Wuyts 2019-11-19 05:15:58 +0100
  • 65afd41a33
    Once doesn't need Unpin bound (#554) Stjepan Glavina 2019-11-19 05:04:18 +0100
  • f9fc6f82bf Once doesn't need Unpin bound Stjepan Glavina 2019-11-18 15:48:10 +0000
  • d3e7f32a30 Macro optimization to reduce compilation times Stjepan Glavina 2019-11-18 15:47:45 +0000
  • f6829859fe
    Fixed deduplication of code Razican 2019-11-18 16:39:21 +0100
  • 2c9b558d14 add os::windows::symlink_{dir,file} hhggit 2019-11-18 10:07:47 +0800
  • 99ddfb3f93 Wrap code more clearly in cfg blocks Pascal Hertleif 2019-11-17 23:11:11 +0100
  • 8ce3e78952 verbose errors feature Pascal Hertleif 2019-11-17 21:54:44 +0100
  • b2aaa8b825
    Edit tutorial: implementing_a_client.md sclaire-1 2019-11-16 13:02:17 -0800
  • 223fcc30ee fix code style for stream yjhmelody 2019-11-17 00:35:56 +0800
  • 76975a4441 Merge branch 'master' into fix_clippy k-nasa 2019-11-16 02:41:39 +0900
  • 355e2eded8
    Merge pull request #547 from async-rs/unpin-successors-test Yoshua Wuyts 2019-11-15 18:24:58 +0100
  • 6cc9e4dd2b
    Merge pull request #544 from async-rs/update-futures-timer Yoshua Wuyts 2019-11-15 18:12:03 +0100
  • ee23ba6e94
    Merge pull request #545 from yjhmelody/stream-partition-patch Yoshua Wuyts 2019-11-15 18:08:51 +0100
  • d68dc659b2
    remove pin_mut from successors test Yoshua Wuyts 2019-11-15 18:08:00 +0100
  • b5c3fb8bb5
    Merge pull request #363 from felipesere/async-successors Yoshua Wuyts 2019-11-15 18:04:10 +0100
  • 7d616c695d refactor: change to as_mut k-nasa 2019-11-16 01:54:09 +0900
  • a69b3a8a9e use as_mut for stream-partition yjhmelody 2019-11-16 00:54:50 +0800
  • a05b6a3810 fix: mutable ref k-nasa 2019-11-16 01:36:53 +0900
  • 6cbf48f12d fix clippy warn k-nasa 2019-11-16 01:29:16 +0900
  • 91ee4c7b9f doc: Add stream unzip doc k-nasa 2019-11-16 01:16:48 +0900
  • 603b3c5085 add: Add stream unzip k-nasa 2019-11-16 01:16:35 +0900
  • 693a7257b8
    Merge pull request #538 from k-nasa/stream_by_ref Yoshua Wuyts 2019-11-15 17:14:17 +0100
  • 8779c04dc7
    upgrade all deps Yoshua Wuyts 2019-11-15 16:59:58 +0100
  • 3564be9c0c
    update futures-timer dep Yoshua Wuyts 2019-11-15 16:58:33 +0100
  • df92c63337 fix: Add unstable features k-nasa 2019-11-16 00:29:54 +0900
  • 31cf932d80 wip: Add stream unzip k-nasa 2019-11-16 00:24:59 +0900
  • 3c6d41ccb4
    Merge pull request #541 from yjhmelody/stream-partition Yoshua Wuyts 2019-11-15 14:27:42 +0100
  • 837604b833
    Merge pull request #542 from yjhmelody/update-doc Yoshua Wuyts 2019-11-15 14:26:36 +0100
  • 74caed2d4b
    Update src/io/seek/mod.rs yjh 2019-11-15 18:22:06 +0800
  • 76ec9c4563 update doc url yjhmelody 2019-11-15 14:33:34 +0800
  • d76b32e6d4 make it unstable and fix trait bound yjhmelody 2019-11-15 14:23:34 +0800