2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-09-13 15:14:06 +00:00

Commit graph

  • 13a08b0d54
    Narrow the disclosure range of FlatMap::new nasa 2019-10-27 12:35:14 +0900
  • 75546ef831 Merge branch 'master' into stream_count Johannes Weissmann 2019-10-26 23:18:04 +0200
  • 6608d39c59 remove Stream trait bound Johannes Weissmann 2019-10-26 21:58:34 +0200
  • 6549b66ad2 run clippy check on beta & address clippy warnings Taiki Endo 2019-10-27 03:28:20 +0900
  • 610c66e774 Remove usage of actions-rs/clippy-check Taiki Endo 2019-10-27 02:22:26 +0900
  • 7cfec4e8ce use take and remove Copy yjhmelody 2019-10-27 00:26:19 +0800
  • fb78ed1812
    Update src/stream/stream/min_by_key.rs yjh 2019-10-27 00:19:49 +0800
  • 5a4fdeb1cd
    Update src/stream/stream/min_by_key.rs yjh 2019-10-27 00:18:18 +0800
  • 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
  • 7462e0bd84 Split unregister into complete and cancel Stjepan Glavina 2019-10-25 22:38:59 +0200
  • 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
  • 86ba88bafe Remove unused import Stjepan Glavina 2019-10-25 18:42:16 +0200
  • c11a81b60b Add utility type Registry to the sync module Stjepan Glavina 2019-10-25 17:52:47 +0200
  • 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
  • b34bb6099e Change homepage link k-nasa 2019-10-26 00:00:33 +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
  • 72605a65e7 adds Future#delay matt961 2019-10-23 17:47:30 -0700
  • 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
  • b7c79aa22d Run fmt Felipe Sere 2019-10-22 06:49:06 -0500
  • 3d69a5c8f5 Only have one construtor parametrized over all values Felipe Sere 2019-10-20 20:46:54 +0200
  • 89519f0e24 Shrink the match arms to make the intent clearer Felipe Sere 2019-10-20 20:40:54 +0200
  • da23e73d2a Don't expose Direction, just expose to fns Felipe Sere 2019-10-20 20:31:44 +0200
  • df03a7f3a9 Add maximizing function Felipe Sere 2019-10-20 20:28:35 +0200
  • 68685019fb Use the direction for existing minimize Felipe Sere 2019-10-20 19:38:41 +0200
  • 05143e026d Rename content to value as its no longer min/max Felipe Sere 2019-10-20 19:31:06 +0200
  • ef4480136a Rename to MinMax Felipe Sere 2019-10-20 19:28:05 +0200
  • 117a065eda Introduce the notion of direction for the min_by func Felipe Sere 2019-10-20 19:24:58 +0200
  • b2fe91385b
    Add channel behind unstable feature flag (#380) Stjepan Glavina 2019-10-23 17:02:03 +0100
  • b72d4ebbea Remove useless attribute Stjepan Glavina 2019-10-23 13:26:59 +0200
  • 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
  • b724f43c0e Fix some clippy warnings Taiki Endo 2019-10-22 15:53:34 +0900
  • 43afd1030d Deny warnings on CI Taiki Endo 2019-10-22 15:29:39 +0900
  • 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
  • a2274d323c implement Stream::debounce() dylanhart 2019-10-22 23:23:55 -0700
  • e26eb7a719 Add Stream::sum() and Stream::product() implementations Kyle Tomsic 2019-10-20 10:05:55 -0400
  • 77f1451d89 Remove Pin API related unsafe code by using pin-project-lite crate Taiki Endo 2019-10-23 01:04:54 +0900
  • c63c1bca82 Fix typos Stjepan Glavina 2019-10-22 16:52:11 +0200
  • 2a61309938 Don't check tests without unstable feature flag Stjepan Glavina 2019-10-22 15:18:39 +0200
  • 383d7550bb Add channel behind unstable feature flag Stjepan Glavina 2019-10-22 14:32:24 +0200
  • 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
  • 43f598da62 Move RawLockFuture::poll cold path to #[cold] functions Gary Guo 2019-10-20 01:25:13 +0100
  • 851c225432 Transpose the two checks in RawLockFuture::poll Gary Guo 2019-10-20 01:05:54 +0100
  • 7855b900c9 Retry locking the mutex before touching waker list. Gary Guo 2019-10-20 00:59:29 +0100
  • 7a53719fd3 Unlocking the mutex only has to be Release, not AcqRel. Gary Guo 2019-10-20 00:49:53 +0100
  • 44052b24ca Remove the acquired bool from RawLockFuture. Gary Guo 2019-10-20 00:48:33 +0100
  • 74186ffe69 Implement WakerListLock Gary Guo 2019-10-20 00:26:35 +0100
  • 5427c41cd9 Replace Slab-backed waker list with linked list Gary Guo 2019-10-18 21:58:35 +0100
  • 39ef033b2b Regain some lost performance due to de-bloating. Gary Guo 2019-10-18 21:56:14 +0100
  • 22f508e653 De-bloat Mutexes by adding RawMutex Gary Guo 2019-10-18 21:48:30 +0100
  • 0aef382e80 fix types and it compiles Johannes Weissmann 2019-10-21 15:49:14 +0200
  • d644eee36d match next in poll_next Johannes Weissmann 2019-10-21 15:32:13 +0200
  • 1dd047894f Mutex performance benchmarks Gary Guo 2019-10-18 13:22:24 +0100
  • 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
  • 6e9f95e7d3 fixed compilation errors in doctest Michael J Ward 2019-10-19 12:50:28 -0500
  • cdfd6bb053 adds skeleton for process Child and Command Michael J Ward 2019-10-19 12:21:13 -0500
  • 83503e17d0 Simplify impls using a macro Stjepan Glavina 2019-10-19 13:06:38 +0200
  • 7fefbc564d Condense FromStream/Extend impls Stjepan Glavina 2019-10-19 12:07:24 +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
  • a2dc7530d0 change type of peeked Johannes Weissmann 2019-10-18 00:14:24 +0200
  • 4f4a017de7 Merge branch 'master' into stream_peekable Johannes Weissmann 2019-10-17 23:37:51 +0200
  • 8f2ed482e0 add stream::peekable Johannes Weissmann 2019-10-17 23:36:51 +0200
  • 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
  • 1e7500cf9d
    Remove #[macro_export] from internal macros (#1) Stjepan Glavina 2019-10-17 18:05:20 +0200