Commit graph

  • b57849e1cb
    Update src/stream/stream/max_by.rs yjh 2019-10-27 00:18:01 +0800
  • a8d3d1483f
    Update src/stream/stream/max_by.rs yjh 2019-10-27 00:17:50 +0800
  • 006fc7e9de
    Update src/stream/stream/max_by.rs yjh 2019-10-27 00:17:42 +0800
  • c9e6d3a84c use pin_project_lite yjhmelody 2019-10-26 11:55:05 +0800
  • 37a7eadf17 use pin_project_lite yjhmelody 2019-10-26 11:52:41 +0800
  • d0c3c9172b Merge branch 'master' of git://github.com/async-std/async-std into stream-max_by yjhmelody 2019-10-26 11:34:59 +0800
  • 81e3cab00d Change homepage link (#389) nasa 2019-10-26 06:14:57 +0900
  • 61b7a09c70 Fix type declaration k-nasa 2019-10-26 01:44:48 +0900
  • 8932cecec7
    Update src/stream/stream/flatten.rs nasa 2019-10-26 01:43:14 +0900
  • bf3508ffb2
    Update src/stream/stream/flatten.rs nasa 2019-10-26 01:43:07 +0900
  • 6168952d6f
    Update src/stream/stream/flatten.rs nasa 2019-10-26 01:42:57 +0900
  • b7b5df13aa
    Update src/stream/stream/flatten.rs nasa 2019-10-26 01:42:39 +0900
  • 7ce721f562
    Update src/lib.rs nasa 2019-10-26 01:42:19 +0900
  • b66ffa670e update recursion_limit k-nasa 2019-10-26 00:42:27 +0900
  • 0c5abee284 to unstable stream::flat_map, stream::flatten k-nasa 2019-10-26 00:36:04 +0900
  • 001368d3df $cargo fmt k-nasa 2019-10-26 00:29:10 +0900
  • 00e7e58bf3 fix type def k-nasa 2019-10-26 00:26:53 +0900
  • 271b6f4a1c fix: Using pin_project! k-nasa 2019-10-25 23:58:08 +0900
  • 3297a0f327 Merge branch 'master' into add_stream_flatten k-nasa 2019-10-25 23:34:44 +0900
  • 48b255897e Merge branch 'master' into add_stdin_lock k-nasa 2019-10-24 18:13:47 +0900
  • feeb3c10df fix: Remove Pin API related unsafe code k-nasa 2019-10-24 08:41:01 +0900
  • b17af61367 Merge branch 'master' into add_stream_timeout k-nasa 2019-10-24 08:40:43 +0900
  • d97b3dfdf3 fix: Remove Pin API related unsafe code k-nasa 2019-10-24 08:29:05 +0900
  • 5c9cfb4fe8 Merge branch 'master' into add_future_delay k-nasa 2019-10-24 08:23:01 +0900
  • 1fd05a157f Reset delay to prevent poll after ready Wouter Geraedts 2019-10-23 22:34:39 +0200
  • 1c843a8124 Re-implemented Throttle to keep last value in memory Wouter Geraedts 2019-10-23 22:27:51 +0200
  • b2fe91385b
    Add channel behind unstable feature flag (#380) Stjepan Glavina 2019-10-23 17:02:03 +0100
  • 2abf5ca891
    Deny warnings on CI (#378) Taiki Endo 2019-10-23 20:20:59 +0900
  • f5a0a0ba86 fmt yjhmelody 2019-10-23 19:17:24 +0800
  • d6f940110b update doc yjhmelody 2019-10-23 19:04:04 +0800
  • 020eb85093 add stream::min_by_key method yjhmelody 2019-10-23 18:59:06 +0800
  • 944e43d4bf Remove Pin API related unsafe code by using pin-project-lite cra… (#381) Taiki Endo 2019-10-23 18:35:02 +0900
  • 4e5828e646 add stream::max_by method yjhmelody 2019-10-23 16:46:11 +0800
  • e26eb7a719 Add Stream::sum() and Stream::product() implementations Kyle Tomsic 2019-10-20 10:05:55 -0400
  • faad4c8c26 Sentence structure on notice Andre Zanellato 2019-10-21 19:50:57 -0300
  • 88558eae6e Typos and sentence structure fixes Andre Zanellato 2019-10-21 19:47:14 -0300
  • 0d4a907335 Added Extend + FromStream for PathBuf Sunjay Varma 2019-10-20 19:18:37 -0400
  • 97094b2a1c remove Sized constraint Johannes Weissmann 2019-10-20 22:03:51 +0200
  • ced5281b73 Merge remote-tracking branch 'upstream/master' into 342-stream-throttle Wouter Geraedts 2019-10-20 16:50:31 +0200
  • a9a7bdc290 add stream::count Johannes Weissmann 2019-10-18 07:23:52 +0200
  • 410d16eaf6 Add docs + To unstable feature k-nasa 2019-10-18 13:20:44 +0900
  • 1c1e2230f3 Merge branch 'master' into add_stream_flatten k-nasa 2019-10-18 12:43:52 +0900
  • 176359afae Add Stream::flatten k-nasa 2019-10-18 12:20:28 +0900
  • 8138afbfad feat: Add Stream trait for Flatten k-nasa 2019-10-18 12:20:02 +0900
  • cd862083a5 Add Flatten struct k-nasa 2019-10-18 12:19:38 +0900
  • 2187a2a31d feat: Add Stream::flat_map k-nasa 2019-10-18 10:43:36 +0900
  • 2dee289750 Add FlatMap struct k-nasa 2019-10-18 10:43:21 +0900
  • bb1416420d feat: Add Stream trait for FlattenCompat k-nasa 2019-10-17 23:56:32 +0900
  • 8bef2e9e95 Don't flush files if they weren't written to Stjepan Glavina 2019-10-17 21:28:38 +0200
  • ec23632f3e
    Cleanup: replace cfg-if with our macros (#361) Stjepan Glavina 2019-10-17 19:17:49 +0200
  • ec98b41c85 feat: Add FlattenCompat struct k-nasa 2019-10-17 23:56:01 +0900
  • 46f0fb1c64
    Make sure each invocation of block_on uses its own Parker (#358) Stjepan Glavina 2019-10-17 11:52:42 +0200
  • 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
  • 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
  • ca80ca981e
    Merge pull request #338 from async-rs/draft-0.99.10 v0.99.10 Yoshua Wuyts 2019-10-16 15:32:12 +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
  • 358d2bc038 Add import crate k-nasa 2019-10-16 19:20:07 +0900
  • 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
  • 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
  • e986e7ba66
    Merge pull request #345 from async-rs/io-docs Yoshua Wuyts 2019-10-16 02:53:38 +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
  • 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
  • 5f7238eec6 [Draft PR] Adds Stream::gt (#304) assemblaj 2019-10-15 19:11:48 -0400
  • f0f279ec04 Adds Stream::le (#336) assemblaj 2019-10-15 18:46:06 -0400
  • 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
  • 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
  • 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
  • d46364c834
    Merge pull request #299 from async-rs/blocking-updates Yoshua Wuyts 2019-10-15 16:17:07 +0200
  • 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