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

  • f4fb8a3534
    change one line Yoshua Wuyts 2019-11-06 01:04:46 +0100
  • 1c87e97e9c
    Apply suggestions from code review Yoshua Wuyts 2019-11-06 01:02:39 +0100
  • c572b85334
    DO NOT MERGE: upgrade futures-rs to the latest master Yoshua Wuyts 2019-11-06 00:54:31 +0100
  • bc9b8d8b77
    upgrade futures-rs Yoshua Wuyts 2019-11-06 00:48:55 +0100
  • a757cc02dc Expose extension traits in preludes Stjepan Glavina 2019-11-06 00:21:32 +0100
  • ae8b051892
    rework lib.rs docs Yoshua Wuyts 2019-11-05 21:00:12 +0100
  • 1707638ebb
    Update mod.rs Stjepan Glavina 2019-11-05 17:09:32 +0000
  • 84fa4ca068
    Merge pull request #456 from stjepang/doc-fixes-links Yoshua Wuyts 2019-11-05 18:06:03 +0100
  • 43bb59cd02 Fix some links in docs Stjepan Glavina 2019-11-05 17:49:05 +0100
  • 5179f30d2d
    use async_std::stream yjh 2019-11-05 21:15:33 +0800
  • a35602f375
    Update mod.rs yjh 2019-11-05 21:08:56 +0800
  • e14cc2a30d
    Merge pull request #452 from stjepang/fix-deadlocks Yoshua Wuyts 2019-11-05 11:27:00 +0100
  • 6d421de992 Fix another clippy warning Stjepan Glavina 2019-11-05 10:16:00 +0000
  • 722772fc38
    fmt Yoshua Wuyts 2019-11-05 00:08:01 +0100
  • 896fb0c59b
    expose future::{Ready,Pending} Yoshua Wuyts 2019-11-05 00:01:48 +0100
  • 5874392397 Fix a clippy warning Stjepan Glavina 2019-11-04 18:48:49 +0100
  • e9edadffc7 Fix a deadlock in channel Stjepan Glavina 2019-11-04 18:15:12 +0100
  • 282ae064fe
    Merge pull request #449 from async-rs/strip-vecdeque Yoshua Wuyts 2019-11-04 17:46:19 +0100
  • e85bbe68e6
    Merge branch 'master' into stream-cloned yjh 2019-11-04 22:30:46 +0800
  • d7afcada76 Fixed ambiguous associated types Abhishek C. Sharma 2019-11-04 15:19:47 +0530
  • 30223430ff change DYNAMIC_THREAD_COUNT to be an AtomicUsize kolapapa 2019-11-04 16:44:04 +0800
  • e36172e808 Merge remote-tracking branch 'upstream/master' Abhishek C. Sharma 2019-11-04 14:03:29 +0530
  • a3e68704bc Wrap state enum in public struct Abhishek C. Sharma 2019-11-04 13:58:14 +0530
  • 8bef812e78
    Update src/stream/stream/cloned.rs yjh 2019-11-04 11:49:50 +0800
  • bf0cd5987a
    Update src/stream/stream/cloned.rs yjh 2019-11-04 11:49:43 +0800
  • 20cdf73bb0
    Simplify RwLock using WakerSet (#440) Stjepan Glavina 2019-11-04 02:40:55 +0100
  • ed1cb49807
    remove remaining instances of VecDeque stream Yoshua Wuyts 2019-11-04 01:50:11 +0100
  • 78614c6c1d
    Clarify blocking in channel docs (#448) Stjepan Glavina 2019-11-03 22:19:04 +0100
  • e9a8968a88 Clarify blocking in channel docs Stjepan Glavina 2019-11-03 21:22:33 +0100
  • ddbbbfc32a Replace VecDeque with stream::from_iter in examples (#447) nasa 2019-11-03 21:40:51 +0900
  • 49cf8ab2de doc: Update document k-nasa 2019-11-03 21:15:06 +0900
  • 4942dc7f9f Add Stream cloned yjhmelody 2019-11-03 19:19:52 +0800
  • e0910be8fb Added Future::flatten Abhishek C. Sharma 2019-11-03 11:34:49 +0530
  • 57a6516e63 Make bounds on Stream impl simpler Felipe Sere 2019-11-01 23:28:07 -0500
  • fbd5bd867d Revert "Only one generic type needed" Felipe Sere 2019-11-01 23:25:54 -0500
  • 9ee804f9ed Only one generic type needed Felipe Sere 2019-11-01 22:57:32 -0500
  • eaa56580e3 Update src/stream/stream/mod.rs Felipe Seré 2019-11-01 21:24:46 -0500
  • 0186124aef Simpler impl Felipe Sere 2019-11-01 20:37:20 -0500
  • 197253aa73 Run fmt Felipe Sere 2019-11-01 17:45:54 -0500
  • 19381fa590 One clippy warning Felipe Sere 2019-10-29 17:15:49 -0500
  • ed5b095c73 Run fmt Felipe Sere 2019-10-29 17:09:01 -0500
  • 5aadc5e4e9 Make cycle a function on the stream type Felipe Sere 2019-10-29 17:06:56 -0500
  • b979773505 Follow clippys advice Felipe Sere 2019-10-29 09:10:18 -0500
  • fd09e2f248 Run fmt Felipe Sere 2019-10-29 08:54:15 -0500
  • 171cc82aed Replace copy with clone bound Felipe Sere 2019-10-29 08:37:16 -0500
  • 83ff11ff4c Switch cycle to stream Felipe Sere 2019-10-26 03:12:06 -0500
  • e1ba87e7c1 Add slightly better docs Felipe Sere 2019-10-24 16:42:03 -0500
  • 8126bb1882 use the module operator to calculate next index Felipe Sere 2019-10-24 16:40:27 -0500
  • 486f9a964c Cycle over a known set of values. Felipe Sere 2019-10-24 10:38:04 -0500
  • a096d5ec2d stub out an example Felipe Sere 2019-10-24 10:21:42 -0500
  • dea1b67670 Skeleton cycle Felipe Sere 2019-10-24 10:16:41 -0500
  • 40eb33dd81
    async-attributes 1.1.0 Yoshua Wuyts 2019-11-03 00:45:05 +0100
  • 979feec05c
    only expose test and main Yoshua Wuyts 2019-11-03 00:42:24 +0100
  • 038edc0e39
    rebase + rename feature to "attributes" Yoshua Wuyts 2019-11-03 00:13:44 +0100
  • fa91d7f856 Stream::merge does not end prematurely if one stream is delayed (#437) Aleksey Kladov 2019-11-03 02:11:59 +0300
  • d968a34ea1
    doc order Yoshua Wuyts 2019-09-24 14:33:29 +0200
  • 90091a0b26
    re-export async-attributes Yoshua Wuyts 2019-09-24 14:15:43 +0200
  • 9a4f4c591c
    Merge pull request #441 from async-rs/stdio-lock-unstable Yoshua Wuyts 2019-11-03 00:05:11 +0100
  • 6f9436e575
    mark stdio-lock structs as unstable Yoshua Wuyts 2019-11-02 14:25:45 +0100
  • 735fa6954e Replace select!/try_select! with Future::{race,try_race} (#405) Yoshua Wuyts 2019-11-02 23:00:03 +0100
  • 64de8d137c Merge branch 'master' into unmacro-select Stjepan Glavina 2019-11-02 22:38:41 +0100
  • 4891f55d96 Stream::merge works correctly for unfused streams Aleksey Kladov 2019-11-02 21:47:02 +0300
  • 3a2e6d5b92 add max_by_key (#408) yjh 2019-11-02 22:59:15 +0800
  • 5fb9d3e980 add Stream::copied (#442) Zhang Guyu 2019-11-02 22:58:30 +0800
  • 07c6f1e392 add Stream::copied zhangguyu6 2019-11-02 22:35:43 +0800
  • 4c63392a85
    Merge pull request #334 from k-nasa/add_stdin_lock Yoshua Wuyts 2019-11-02 14:18:36 +0100
  • 1a0a46f6ba fmt code yjhmelody 2019-11-02 11:41:48 +0800
  • 59e8cd30fc fix conflict yjhmelody 2019-11-02 11:35:23 +0800
  • 3dcad984b4 fix: To unstable feature k-nasa 2019-11-02 12:29:54 +0900
  • 0ab8f78834 add max_by_key yjhmelody 2019-10-29 20:41:10 +0800
  • 03274272b3 Simplify RwLock using WakerSet Stjepan Glavina 2019-11-02 03:57:30 +0100
  • c413e717da
    Merge pull request #429 from markhildreth/tcp_smoke_tests Yoshua Wuyts 2019-11-02 02:30:42 +0100
  • 911ebada0b
    Merge pull request #434 from paulocsanz/master Yoshua Wuyts 2019-11-02 01:33:52 +0100
  • ec1a6ea3e8 Fix typo (#439) Aleksey Kladov 2019-11-02 00:08:19 +0300
  • 4880c101d9 Fix typo Aleksey Kladov 2019-11-01 23:55:11 +0300
  • 5adc608791 Spawn several threads when we fail to enqueue work in the blocki… (#181) Tyler Neely 2019-11-01 21:53:13 +0100
  • 20d39ef231 Switch to unbounded channels Stjepan Glavina 2019-11-01 21:49:49 +0100
  • ee50156eae Rebase onto master Stjepan Glavina 2019-11-01 20:55:26 +0100
  • 1174c10abd cargo test without features works Aleksey Kladov 2019-11-01 21:43:05 +0300
  • 3c3ab18bc3 Stream::merge does not end prematurely if one stream is delayed Aleksey Kladov 2019-11-01 21:24:16 +0300
  • 1a51ca424a Fix typo in tutorial in book (#412) Sheyne Anderson 2019-11-01 12:17:46 -0700
  • 81873ae5f3 fix k-nasa 2019-11-02 01:27:27 +0900
  • d5fd035956 Small example for a TCP server that both handles IP v4 and v6 (#418) Florian Gilcher 2019-11-01 16:10:37 +0100
  • e17a6703c8
    Merge pull request #415 from k-nasa/stream_from_iter Yoshua Wuyts 2019-11-01 16:05:58 +0100
  • 8e991bcd3a Fix typo Paulo 2019-11-01 10:59:38 -0300
  • 2e66c38453 Simplify default feature Paulo 2019-11-01 10:58:51 -0300
  • 6ac52d2d8d
    Change stable checks workflow to not cover examples, but tests Florian Gilcher 2019-11-01 14:19:19 +0100
  • 0661f774c2 Merge branch 'master' into add_stdin_lock k-nasa 2019-11-01 21:20:38 +0900
  • 2f3c867d44 Merge branch 'master' into stream_from_iter k-nasa 2019-11-01 21:19:53 +0900
  • 063798ce49 Add doc k-nasa 2019-11-01 21:18:43 +0900
  • a3b742188d fix doc tests (#431) Yoshua Wuyts 2019-11-01 12:54:43 +0100
  • 8fa969179e
    cargo fmt Yoshua Wuyts 2019-11-01 12:31:11 +0100
  • 57670dd9d7
    Merge pull request #433 from JohnTitor/remove-deprecated-action Florian Gilcher 2019-11-01 09:30:25 +0100
  • dcd7c55cef Put everything behind a 'stable' feature Paulo 2019-11-01 00:41:38 -0300
  • 277fd521bc Remove deprecated action Yuki Okushi 2019-11-01 11:30:51 +0900
  • 87de4e1598
    Add utility type WakerSet to the sync module (#390) Stjepan Glavina 2019-11-01 02:45:50 +0100
  • 3dd59d7056
    Refactor the task module (#421) Stjepan Glavina 2019-11-01 02:45:33 +0100
  • 1ec59c47d8 Simplify stealing Stjepan Glavina 2019-11-01 02:42:16 +0100
  • caa23381f0 fix clippy warning k-nasa 2019-11-01 10:41:21 +0900
  • eeb44c86e9 fix k-nasa 2019-11-01 10:34:28 +0900