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

  • ec98b41c85 feat: Add FlattenCompat struct k-nasa 2019-10-17 23:56:01 +0900
  • 45be01403d Remove #[macro_export] from internal macros Taiki Endo 2019-10-17 22:23:07 +0900
  • aefc31102a Prefix macros with cfg_ Stjepan Glavina 2019-10-17 13:10:21 +0200
  • 832c70aa0e Cleanup: replace cfg-if with our macros Stjepan Glavina 2019-10-17 12:55:39 +0200
  • 46f0fb1c64
    Make sure each invocation of block_on uses its own Parker (#358) Stjepan Glavina 2019-10-17 11:52:42 +0200
  • f57241e777 Merge branch 'master' into add_stream_successors k-nasa 2019-10-17 18:08:19 +0900
  • 1adda71863 feat: Add stream::successors k-nasa 2019-10-17 18:06:46 +0900
  • f2bf01223c $cargo fmt k-nasa 2019-10-17 16:34:39 +0900
  • 70e8476264 fix StdinLock doc test k-nasa 2019-10-17 16:32:14 +0900
  • a5a00d7b14 feat: Add StdinLock struct k-nasa 2019-10-17 16:29:23 +0900
  • e405544ea0
    Enable tests on CI (#357) Taiki Endo 2019-10-17 07:06:29 +0900
  • 9e1d09e1dc Fix failed test Taiki Endo 2019-10-17 04:33:29 +0900
  • 6a58080b04 Make sure each invocation of block_on uses its own Parker Stjepan Glavina 2019-10-16 21:11:53 +0200
  • a7fab45ec0 Enable tests on CI Taiki Endo 2019-10-17 02:29:31 +0900
  • a2393501c5 Implemented StreamExt::throttle Wouter Geraedts 2019-10-16 18:43:34 +0200
  • b58bd8d725 Merge branch 'add_stream_timeout' of https://github.com/k-nasa/async-std into add_stream_timeout k-nasa 2019-10-16 23:08:23 +0900
  • 0a4073449b doc: Add Stream::Timeout doc k-nasa 2019-10-16 22:56:48 +0900
  • c3f6f969c5 fix: Rename TimeoutStream to Timeout k-nasa 2019-10-16 22:56:17 +0900
  • 53fa132d13 fix type Declaration k-nasa 2019-10-16 22:45:18 +0900
  • 9d55fff81d fix export FutureExt k-nasa 2019-10-16 22:38:28 +0900
  • 6e896a3481
    inline atomics Yoshua Wuyts 2019-10-16 15:33:12 +0200
  • ca80ca981e
    Merge pull request #338 from async-rs/draft-0.99.10 v0.99.10 Yoshua Wuyts 2019-10-16 15:32:12 +0200
  • d560d9585f
    expose std::sync::atomic Yoshua Wuyts 2019-10-16 15:26:47 +0200
  • 802d4dfc3b
    finalize changelog Yoshua Wuyts 2019-10-16 15:24:35 +0200
  • f1ed034600
    Update src/stream/stream/mod.rs nasa 2019-10-16 22:21:32 +0900
  • 9ff0750d4d
    Merge pull request #353 from async-rs/fix-printing Yoshua Wuyts 2019-10-16 15:07:33 +0200
  • 6eb3ea2b21
    Merge pull request #279 from montekki/fs-stream-repeat-with Yoshua Wuyts 2019-10-16 14:35:51 +0200
  • 4d34a15363
    fix macros, take II Yoshua Wuyts 2019-10-16 14:34:11 +0200
  • 822e4bc220
    Merge branch 'master' into fs-stream-repeat-with Yoshua Wuyts 2019-10-16 14:26:20 +0200
  • 6e0905d3ca correctly mark stream::Merge as unstable (#352) Yoshua Wuyts 2019-10-16 14:13:35 +0200
  • 10f32ca817 Fix TimeoutError k-nasa 2019-10-16 19:49:07 +0900
  • aaa1b6ca39 add Stream::last (#347) Johannes Weissmann 2019-10-16 13:14:54 +0200
  • 4b6065952a remove redundant lifetime Johannes Weissmann 2019-10-16 13:04:58 +0200
  • 358d2bc038 Add import crate k-nasa 2019-10-16 19:20:07 +0900
  • 6b9043a97d add static lifetime Johannes Weissmann 2019-10-16 12:49:08 +0200
  • 5445b2b530 RustFmt Johannes Weissmann 2019-10-16 12:37:36 +0200
  • add6863185
    Fix typos Stjepan Glavina 2019-10-16 12:24:18 +0200
  • b251fc999a Move delay method to FutureExt::delay k-nasa 2019-10-16 19:18:05 +0900
  • cd5e439ef3 unpin LastFuture.last Johannes Weissmann 2019-10-16 12:13:07 +0200
  • faff1f7370 task docs (#346) Yoshua Wuyts 2019-10-16 10:28:14 +0200
  • 054f4fac74 feat: Add future::delay k-nasa 2019-10-16 16:53:33 +0900
  • 7a87dea085 feat: Add Stream::timeout k-nasa 2019-10-16 15:31:07 +0900
  • f00d32ee7d Add TimeoutStream struct k-nasa 2019-10-16 15:30:52 +0900
  • 50558215fa add doctest Johannes Weissmann 2019-10-16 08:22:11 +0200
  • 54aaf296ae remove unused bound Johannes Weissmann 2019-10-16 08:08:50 +0200
  • d120c580cb fix type signature -> still cannot assign Johannes Weissmann 2019-10-16 08:05:34 +0200
  • 041abb4fff Merge branch 'master' into stream/last Johannes Weissmann 2019-10-16 07:28:16 +0200
  • 504ef07ce9 add stream::LastFuture (not compiling) Johannes Weissmann 2019-10-16 07:24:39 +0200
  • d182b6d488
    correctly mark stream::Merge as unstable Yoshua Wuyts 2019-10-16 03:02:13 +0200
  • e986e7ba66
    Merge pull request #345 from async-rs/io-docs Yoshua Wuyts 2019-10-16 02:53:38 +0200
  • 70b2e88a08
    task docs Yoshua Wuyts 2019-10-16 02:52:49 +0200
  • 6b00e5e66c Implemented StreamExt::try_fold (#344) Wouter Geraedts 2019-10-16 02:32:27 +0200
  • 4b96ea1273 Adds Stream::cmp (#273) assemblaj 2019-10-15 20:23:41 -0400
  • d250eee556
    port the std::io docs to async_std::io Yoshua Wuyts 2019-10-16 02:15:20 +0200
  • 1e5a0bb352
    Merge branch 'master' into assemblaj-cmp Stjepan Glavina 2019-10-16 02:13:21 +0200
  • 9f8fa45dc7
    io docs Yoshua Wuyts 2019-10-16 02:03:26 +0200
  • 2bd82ac249
    updates Yoshua Wuyts 2019-10-16 01:48:40 +0200
  • a7041be6f2 Adds Stream:ge (#285) assemblaj 2019-10-15 19:24:27 -0400
  • 08714453b6
    Merge branch 'master' into assemblaj-ge Stjepan Glavina 2019-10-16 01:17:06 +0200
  • 5f7238eec6 [Draft PR] Adds Stream::gt (#304) assemblaj 2019-10-15 19:11:48 -0400
  • c5fd069ca1
    Merge branch 'master' into assemblaj-gt Stjepan Glavina 2019-10-16 00:50:37 +0200
  • f0f279ec04 Adds Stream::le (#336) assemblaj 2019-10-15 18:46:06 -0400
  • 3825208fea
    Merge branch 'master' into assemblaj-le_final Stjepan Glavina 2019-10-16 00:37:06 +0200
  • a8dc2c6f9b Adds Stream::lt (#337) assemblaj 2019-10-15 18:32:54 -0400
  • 24cdb2d489 add stream::{Sum,Product} (#343) Yoshua Wuyts 2019-10-16 00:31:49 +0200
  • a26836f6e0
    Merge branch 'master' into 129-try-fold Wouter Geraedts 2019-10-15 23:32:35 +0200
  • dc61ac2f82 Implemented StreamExt::try_fold Wouter Geraedts 2019-10-15 23:17:33 +0200
  • 3fe5f758cf
    add stream::{Sum,Product} Yoshua Wuyts 2019-10-15 23:15:07 +0200
  • 81add90b96 feat: Add Stream::cloned k-nasa 2019-10-16 01:09:43 +0900
  • 609a5780a2
    0.99.10 Yoshua Wuyts 2019-10-15 17:51:32 +0200
  • 4911f4599b
    init changelog Yoshua Wuyts 2019-10-15 17:50:24 +0200
  • 57c44591ce Adds Stream::lt assemblaj 2019-10-15 11:32:00 -0400
  • c614e0b1e8 Adds Stream::le assemblaj 2019-10-15 11:26:07 -0400
  • 8a3b4278ce fixes rustdoc related issues assemblaj 2019-10-15 10:43:49 -0400
  • 804fbe6a6e fixes rustdoc error assemblaj 2019-10-15 10:39:47 -0400
  • 00d936488b stabilize future::timeout (#335) Yoshua Wuyts 2019-10-15 16:33:23 +0200
  • 49faea2023 init FutureExt (#308) Yoshua Wuyts 2019-10-15 16:27:06 +0200
  • f9dbb93e82 feat: Add Cloned constructor k-nasa 2019-10-15 23:26:40 +0900
  • eb461b730d feat: Stream::cloned prototype k-nasa 2019-10-15 23:26:18 +0900
  • 1a7aa4c9ed cargo fmt assemblaj 2019-10-15 10:24:47 -0400
  • 338d16751a Adds Stream::ge arheard 2019-10-06 20:20:10 -0400
  • ba29f4dc6b
    stabilize future::timeout Yoshua Wuyts 2019-10-15 16:23:15 +0200
  • 49532972b7 adds tests that compare streams of same length arheard 2019-10-02 17:54:21 -0400
  • d46364c834
    Merge pull request #299 from async-rs/blocking-updates Yoshua Wuyts 2019-10-15 16:17:07 +0200
  • 9f2a773097
    Fix rustdoc Stjepan Glavina 2019-10-15 10:10:30 +0200
  • c78dbdd6f2
    Refactor extension_trait Stjepan Glavina 2019-10-14 18:41:53 +0200
  • e2db765e41
    prelude Yoshua Wuyts 2019-10-12 01:19:04 +0200
  • 402e999bcc
    init FutureExt Yoshua Wuyts 2019-10-12 01:15:18 +0200
  • c644a7f248 Adds partial_cmp.rs file and partial_cmp signature to mod.rs arheard 2019-09-30 22:19:44 -0400
  • cc049a0255 Adds proper trait bounds for cmp assemblaj 2019-10-14 13:56:30 -0400
  • 42a8a2e667 formats with cargo fmt arheard 2019-10-10 13:42:42 -0400
  • 507307ff4a attempts to fix rustdoc issue arheard 2019-10-10 13:27:53 -0400
  • ae5a3e028c cleans up examples arheard 2019-10-10 13:06:01 -0400
  • 2f38dc236b Fixes formatting arheard 2019-10-04 16:05:32 -0400
  • 86d45eeee1 Adds cmp arheard 2019-10-04 15:02:08 -0400
  • 237cfa0315 add IntoFuture (#259) Yoshua Wuyts 2019-10-15 16:03:49 +0200
  • 33806ad44c
    fix warning Yoshua Wuyts 2019-10-09 23:44:26 +0200
  • 12fdc1232d
    rename task::blocking to task::spawn_blocking Yoshua Wuyts 2019-10-09 22:24:38 +0200
  • b4c1c63fd2
    task::blocking async closure -> FnOnce Yoshua Wuyts 2019-10-09 22:21:49 +0200
  • 1a3429655c
    init blocking-updates Yoshua Wuyts 2019-10-09 22:03:28 +0200