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

  • 21e30b60bf
    Update TCP as well Pierre Krieger 2019-09-24 09:33:15 +0200
  • f922e9c034
    Merge #236 bors[bot] 2019-09-24 03:13:46 +0000
  • 293d992de1 Fix stream_extend compilation failures Stjepan Glavina 2019-09-24 05:13:02 +0200
  • a1bc097ffd
    Merge pull request #211 from tirr-c/stream-extend Yoshua Wuyts 2019-09-23 00:14:29 +0200
  • 1d2838b63b
    Merge #234 bors[bot] 2019-09-22 18:15:55 +0000
  • c62b7a0ba9 Fix warnings Stjepan Glavina 2019-09-22 17:06:00 +0200
  • 73d7fea937 Re-export Stream from futures Stjepan Glavina 2019-09-22 16:34:07 +0200
  • 33ff41df48
    Merge #224 bors[bot] 2019-09-22 13:50:53 +0000
  • 85b80cfe9a Fuse futures in select! Stjepan Glavina 2019-09-22 15:35:53 +0200
  • ff7b5d3123
    Merge #233 bors[bot] 2019-09-22 13:24:32 +0000
  • 17534cfffc Fuse next() future Stjepan Glavina 2019-09-22 15:19:54 +0200
  • 2a2a473889
    adds stream::chain combinator Fedor Sakharov 2019-09-22 09:46:26 +0300
  • d55cfb1da8 impl FusedStream for Fuse Stjepan Glavina 2019-09-22 12:44:46 +0200
  • 0e3c47c3bf Fix imports in docs Stjepan Glavina 2019-09-22 12:41:04 +0200
  • 797a6b2d90 Add a missing assert in a doc example Stjepan Glavina 2019-09-22 12:16:35 +0200
  • bfab20da03 Don't re-export ext traits in async_std::io Stjepan Glavina 2019-09-22 12:08:08 +0200
  • 217e435e8e Fix more compilation errors in the book Stjepan Glavina 2019-09-22 12:03:56 +0200
  • f2ca3f37a9 Fix build errors in docs Stjepan Glavina 2019-09-22 11:47:39 +0200
  • c9ae9d058c Add Stream::unzip Wonwoo Choi 2019-09-22 16:48:51 +0900
  • 697a7207cb
    Merge #230 bors[bot] 2019-09-22 06:59:36 +0000
  • 89fd473da0
    fixes merge artifacts in stream docs Fedor Sakharov 2019-09-22 09:51:54 +0300
  • 3f0703862c Fix error[E0008]: cannot bind by-move into a pattern guard Tom Birch 2019-09-21 23:48:42 -0700
  • a8e48b1542
    Merge #226 bors[bot] 2019-09-21 16:46:50 +0000
  • 376049b51d
    Merge branch 'master' into fs-stream-step-by Fedor Sakharov 2019-09-21 19:07:27 +0300
  • 6470130cb1
    Merge #227 bors[bot] 2019-09-21 15:57:19 +0000
  • bf7121d2d4
    adds stream::inspect combinator Fedor Sakharov 2019-09-21 18:18:29 +0300
  • e74c0cec1f
    adds stream::step_by combinator Fedor Sakharov 2019-09-21 17:37:25 +0300
  • 2acc07065c
    Merge #223 bors[bot] 2019-09-21 14:44:02 +0000
  • ea080e7305
    Merge branch 'master' into fs-stream-skip-while Fedor Sakharov 2019-09-21 17:42:44 +0300
  • 99724497b3
    Merge #221 bors[bot] 2019-09-21 14:22:58 +0000
  • 47ce009e10
    Merge #222 bors[bot] 2019-09-21 13:46:11 +0000
  • fdd81e1b2a
    Actually export Skip Fedor Sakharov 2019-09-21 16:40:58 +0300
  • e430851bc4
    export Filter type Fedor Sakharov 2019-09-21 16:40:01 +0300
  • 75da138696
    export Skip type Fedor Sakharov 2019-09-21 16:37:30 +0300
  • 93463e8df3
    export SkipWhile type Fedor Sakharov 2019-09-21 16:34:51 +0300
  • a97d26ca13 Fix imports in the book Stjepan Glavina 2019-09-21 15:22:50 +0200
  • 53ce30ae66
    Fix async_std imports in metadata.rs Stjepan Glavina 2019-09-21 15:17:49 +0200
  • 015abf5ee4
    Fix travis wasm build name Pierre Krieger 2019-09-21 15:11:50 +0200
  • 1fa196812a Fix compilation errors around Stream Stjepan Glavina 2019-09-21 15:05:57 +0200
  • ec528d62a2
    Make async-std compile for wasm32-unknown-unknown Pierre Krieger 2019-09-21 15:01:31 +0200
  • edfa2358a4 Re-export IO traits from futures Stjepan Glavina 2019-09-21 10:39:56 +0200
  • f9f97c43c4
    adds stream::skip_while combinator Fedor Sakharov 2019-09-21 15:10:00 +0300
  • 570329b176
    adds stream::skip combinator Fedor Sakharov 2019-09-21 14:40:25 +0300
  • e7ae10ebee
    adds stream::filter combinator Fedor Sakharov 2019-09-11 14:44:42 +0300
  • 55ea367415 Rename server functions to follow *_loop convention (#139) Oleksii Kachaiev 2019-09-19 23:54:48 -0700
  • ee2dbf1ec6
    Rename client_writer to connection_writer_loop Oleksii Kachaiev 2019-09-19 22:05:18 -0700
  • afd53a17fb
    Rename client_writer to connection_writer_loop Oleksii Kachaiev 2019-09-19 16:18:09 -0700
  • e7dc3f94d5
    Rename fn server -> accept loop in comments Oleksii Kachaiev 2019-09-19 14:23:29 -0700
  • 4aceee1b61
    Merge #218 bors[bot] 2019-09-19 17:31:22 +0000
  • fa31c6347e
    expose sync::{Arc,Weak} Yoshua Wuyts 2019-09-19 18:28:17 +0200
  • 8be7655672
    Merge #216 bors[bot] 2019-09-19 16:04:08 +0000
  • d41f350370
    Use edition2018 for rust code blocks Oleksii Kachaiev 2019-09-19 08:45:44 -0700
  • 42fac26761
    fix unstable display for pin docs Yoshua Wuyts 2019-09-19 16:02:28 +0200
  • 47194353c8
    Merge #215 v0.99.6 bors[bot] 2019-09-19 12:47:58 +0000
  • 8d31aa69cf
    prepare v0.99.6 Yoshua Wuyts 2019-09-19 14:24:41 +0200
  • f45b39d7c0
    Merge #208 bors[bot] 2019-09-19 11:59:10 +0000
  • 7fe6c8a42c
    add stream::join Yoshua Wuyts 2019-09-17 23:12:09 +0200
  • f5451c2e09
    uncomment generic Stream for Stream impl, which restores tests but breaks compilation Yoshua Wuyts 2019-09-19 13:15:16 +0200
  • d9a6b39f37
    add crate::stream::Stream bound Yoshua Wuyts 2019-09-19 13:11:08 +0200
  • 9c00d0b903 Rename: extend_with_stream => stream_extend Wonwoo Choi 2019-09-19 18:34:31 +0900
  • a5a6dc24c4 Add stream::Extend Wonwoo Choi 2019-09-18 12:00:46 +0900
  • 944b569db4 Merge with latest master Oleksii Kachaiev 2019-09-18 22:10:04 -0700
  • f8e1695007
    uncomment out the into-stream failures Yoshua Wuyts 2019-09-18 23:53:28 +0200
  • 91f002d12b
    Merge #209 bors[bot] 2019-09-18 21:53:20 +0000
  • f56fbda134
    IntoStream for vec Yoshua Wuyts 2019-09-18 23:44:29 +0200
  • bd43490d72
    fix cargo test --doc Yoshua Wuyts 2019-09-18 22:56:13 +0200
  • c533d5f906
    implement feedback & fix tests Yoshua Wuyts 2019-09-18 21:25:58 +0200
  • bfd7af8775 Rename local.rs -> task_local.rs Stjepan Glavina 2019-09-18 13:59:22 +0200
  • 4b32749886
    Update README.md Stjepan Glavina 2019-09-18 13:57:26 +0200
  • 2964e72b00
    Update src/future/timeout.rs Yoshua Wuyts 2019-09-18 12:43:34 +0200
  • 6b76fb1308
    Update src/future/timeout.rs Yoshua Wuyts 2019-09-18 12:43:27 +0200
  • 9a07196402
    Update src/stream/double_ended_stream.rs Yoshua Wuyts 2019-09-18 12:43:14 +0200
  • f7ec3f4e2d
    Update src/stream/stream/mod.rs Yoshua Wuyts 2019-09-18 12:43:06 +0200
  • bfb16790c3
    Update src/stream/from_stream.rs Yoshua Wuyts 2019-09-18 12:42:58 +0200
  • b670600555
    Update src/stream/into_stream.rs Yoshua Wuyts 2019-09-18 12:42:46 +0200
  • ff20534384
    Merge #167 bors[bot] 2019-09-18 10:07:41 +0000
  • 713ab026c3
    build unstable for docs Yoshua Wuyts 2019-09-18 03:47:47 +0200
  • 488c90c0c4
    add feature guards for unstable features Yoshua Wuyts 2019-09-18 01:26:04 +0200
  • c8475ca95e
    Merge #207 bors[bot] 2019-09-17 22:35:00 +0000
  • 4f9e7d39e2
    Merge #40 bors[bot] 2019-09-17 22:08:18 +0000
  • aa94d450d6
    update stream::fuse Yoshua Wuyts 2019-09-18 00:00:30 +0200
  • 7b4bb26c5c
    Remove redundant Sized bound Tyler Neely 2019-08-16 16:12:02 +0200
  • 44b3d3dadd
    Remove irrelevant example Tyler Neely 2019-08-16 16:06:00 +0200
  • 78c49f92b6
    Add initial Fuse implementation for Stream Tyler Neely 2019-08-16 15:35:04 +0200
  • d0312a028c
    mark task::ready as unstable Yoshua Wuyts 2019-09-17 23:32:38 +0200
  • d5725e78be
    use async-macros Yoshua Wuyts 2019-09-17 23:24:15 +0200
  • 1ad339a19e
    rebase on master Yoshua Wuyts 2019-09-10 14:10:42 +0200
  • 4b535d4ada
    expose future::ready! Yoshua Wuyts 2019-08-30 21:27:53 +0200
  • af6ed7d0ee
    Merge #205 bors[bot] 2019-09-17 21:20:44 +0000
  • b951cf2d3b
    use async-macros 1.0.0 Yoshua Wuyts 2019-09-17 23:07:25 +0200
  • c87dab2d5e rustfmt Sunjay Varma 2019-09-17 16:48:58 -0400
  • fb2d2e28c1
    try_select, select Yoshua Wuyts 2019-09-16 13:58:15 +0200
  • 4cbc31938d
    add future::{join,try_join} macros Yoshua Wuyts 2019-09-12 17:57:52 +0200
  • ad0510110c Added the ability to collect a stream of results Sunjay Varma 2019-09-17 16:25:26 -0400
  • e6880e12e8
    Merge #125 bors[bot] 2019-09-17 17:19:07 +0000
  • 98927a79a9
    rebase Yoshua Wuyts 2019-09-17 18:00:40 +0200
  • e6a3160c8b
    add unstable cfg to FromStream/IntoStream Yoshua Wuyts 2019-09-13 02:49:48 +0200
  • cb7f3dd376
    remove unused types Yoshua Wuyts 2019-09-10 19:38:36 +0200
  • 6ee3f6cf9c
    tests pass again Yoshua Wuyts 2019-09-07 03:19:47 +0200
  • 6c4c958abc
    from/into stream Yoshua Wuyts 2019-08-29 11:32:43 +0200