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

  • b591fc68bd Changed semantics of throttle to non-dropping variant with backpressure Wouter Geraedts 2019-11-11 12:17:00 +0100
  • 5d558ca213
    Fixed test, order is no longer guaranteed razican 2019-11-11 11:39:30 +0100
  • e48e463736
    Duplicating code due to strange Rust error. razican 2019-11-11 11:26:32 +0100
  • 0c37d4af10
    Anonymous function to avoid type issues razican 2019-11-11 11:25:50 +0100
  • 352f18bc2a
    Use async_std::sync::Arc in examples (#501) Stjepan Glavina 2019-11-11 11:10:36 +0100
  • 65368bc0fb fixing tutorial requirements #495 Maksym Vorobiov 2019-11-11 11:00:16 +0100
  • 79bbf4938d
    Randomize Stream::merge to improve the throughput. Implements #490. razican 2019-11-11 10:44:12 +0100
  • 01c1c6f12b Use async_std::sync::Arc in examples Stjepan Glavina 2019-11-11 10:23:04 +0100
  • 14d7d3bf9c Merge remote-tracking branch 'upstream/master' into 342-stream-throttle Wouter Geraedts 2019-11-11 10:15:27 +0100
  • 417b548692
    Cleanup path module (#497) Stjepan Glavina 2019-11-11 00:31:33 +0100
  • e96b9c8314 Fix a doc comment Stjepan Glavina 2019-11-11 00:18:00 +0100
  • 14e2e8c5ff impl AsRef<Path> for std::path::PathBuf Stjepan Glavina 2019-11-11 00:03:29 +0100
  • a2c72ab284 Derive clone for PathBuf and remove unused import Stjepan Glavina 2019-11-10 23:48:14 +0100
  • ca26a848a8 Cleanup path module Stjepan Glavina 2019-11-10 12:15:27 +0100
  • b61707e794 lint fix kolapapa 2019-11-10 12:02:38 +0800
  • dfc3c881d9 update crossbeam-utils version to 0.7.0 kolapapa 2019-11-10 11:47:32 +0800
  • a394b201d6 Merge branch 'async-rs-master' into DYNAMIC_THREAD_COUNT-with-AtomicUsize kolapapa 2019-11-10 11:39:55 +0800
  • 98663b4687 merge diff kolapapa 2019-11-10 11:39:32 +0800
  • 122e87364b Remove cache padding in channels Stjepan Glavina 2019-11-09 23:07:26 +0100
  • 925b42bc89
    Merge pull request #493 from stjepang/cleanup-future Yoshua Wuyts 2019-11-09 18:19:40 +0100
  • d4f38e783f Cleanup future module Stjepan Glavina 2019-11-09 17:26:19 +0100
  • 96d3560742 remove future::*join macros (#492) Yoshua Wuyts 2019-11-09 17:02:48 +0100
  • 3dfc79d528
    remove future::*join macros Yoshua Wuyts 2019-11-09 17:01:35 +0100
  • ac1042a9ca note on Stream::merge ordering (#491) Yoshua Wuyts 2019-11-09 17:02:17 +0100
  • b1331bdef7
    Update src/stream/stream/mod.rs Stjepan Glavina 2019-11-09 17:02:10 +0100
  • 9e185f1c3e
    Unstable feature: copy takes arguments by value (#471) Stjepan Glavina 2019-11-09 16:59:35 +0100
  • 8f397aec71
    note on Stream::merge ordering Yoshua Wuyts 2019-11-09 16:57:49 +0100
  • 89d611628a
    Merge pull request #483 from ryan-scott-dev/rscott/pathbuf_fromiter Yoshua Wuyts 2019-11-09 13:03:28 +0100
  • e9c0f8f6b5
    Merge pull request #481 from async-rs/fix-proc-macro-render Yoshua Wuyts 2019-11-09 12:56:10 +0100
  • 16565ccfbc
    Merge pull request #489 from jaysonsantos/pathbuf-fromstr Yoshua Wuyts 2019-11-09 12:51:42 +0100
  • 74882c119d
    check attributes Yoshua Wuyts 2019-11-09 12:44:14 +0100
  • d8e52c1002
    Implement FromStr for PathBuf Jayson Reis 2019-11-09 12:11:08 +0100
  • 037119c0c0
    Merge pull request #478 from portgasd666/master Yoshua Wuyts 2019-11-09 11:31:47 +0100
  • 548733e5d5
    Cleanup stream traits (#487) Stjepan Glavina 2019-11-09 11:22:09 +0100
  • b96df3dc75 Fix docs Stjepan Glavina 2019-11-09 11:12:05 +0100
  • ab9714f47e Cleanup stream traits Stjepan Glavina 2019-11-09 09:49:27 +0100
  • f04b6f6fe9 Change module level docs for future to refer to join and try_join functions instead of macros Abhishek C. Sharma 2019-11-09 13:09:47 +0530
  • 4a78f731b7 fix: stream::take_while (#485) Friedel Ziegelmayer 2019-11-09 00:00:03 +0100
  • fa48f82319 fix: stream::take_while dignifiedquire 2019-11-08 21:50:12 +0100
  • d2d63348c7 Stable and beta add to CI (#482) nasa 2019-11-08 22:05:53 +0900
  • 8f3366072f Add FromIterator and Extend trait implementations for PathBuf Ryan Scott 2019-11-08 22:08:53 +1100
  • e74e246bbb
    fix attributes feature Yoshua Wuyts 2019-11-08 11:15:47 +0100
  • 278fbf4e10 Add benches k-nasa 2019-11-08 19:12:49 +0900
  • 28bb78f738 Add stable and beta k-nasa 2019-11-08 19:08:34 +0900
  • fb19ebde17 add Sync constraint for RwLock to prevent memory unsafety (#479) laizy 2019-11-08 16:56:55 +0800
  • 7cf5455e9b add Sync constraint for RwLock to prevent memory unsafety laizy 2019-11-08 14:43:53 +0800
  • b14282457c Add Future::join and Future::try_join Abhishek C. Sharma 2019-11-08 11:19:52 +0530
  • ab2f64cd84 Mark extend() as unstable Stjepan Glavina 2019-11-08 02:38:49 +0100
  • fd088fea38 0.99.12 (#469) v0.99.12 Yoshua Wuyts 2019-11-08 01:11:35 +0100
  • 8af63c2c8f Update changelog with latest changes Stjepan Glavina 2019-11-08 01:06:27 +0100
  • 335bd34470 Add "std" feature flag (#476) Yoshua Wuyts 2019-11-08 00:56:58 +0100
  • 764f200a8d Move future::timeout() behind cfg_default Stjepan Glavina 2019-11-08 00:42:29 +0100
  • f588ba6bdd
    Spawn more than one blocking thread (#475) Stjepan Glavina 2019-11-07 23:39:54 +0000
  • 75aa6233bc Remove crossbeam-channel and futures-timer from std Stjepan Glavina 2019-11-08 00:37:31 +0100
  • b0a03eb262 Fix task_local macro Stjepan Glavina 2019-11-08 00:25:58 +0100
  • b12d2984a3
    finish up all features Yoshua Wuyts 2019-11-07 23:55:12 +0100
  • 85de495948
    test std features on ci Yoshua Wuyts 2019-11-07 23:45:55 +0100
  • 65088b8a3a
    introduce std + default features Yoshua Wuyts 2019-11-07 23:44:32 +0100
  • 4770201ce4
    core feature Yoshua Wuyts 2019-11-07 22:53:11 +0100
  • 2a885f7a13 Fix feature flags Stjepan Glavina 2019-11-07 23:12:02 +0100
  • 84880c4d8b re-export async-attributes (#238) Yoshua Wuyts 2019-11-07 23:10:55 +0100
  • 3c54e2ba49 Unstable feature: copy takes arguments by value Stjepan Glavina 2019-11-07 14:33:15 +0100
  • bc24503382
    Fix deadlock when all receivers are dropped (#474) Stjepan Glavina 2019-11-07 22:01:36 +0000
  • 266e6326eb document path submodule (#467) Yoshua Wuyts 2019-11-07 22:48:23 +0100
  • f8e82564d9
    Rename stream_extend to extend (#464) Stjepan Glavina 2019-11-07 21:46:58 +0000
  • 44dddb66d5 Disable clippy Stjepan Glavina 2019-11-07 22:46:37 +0100
  • c3cc327f03 Add a comment to explain the behavior of try_send Stjepan Glavina 2019-11-07 22:46:23 +0100
  • 5105f16ba9 Add stream::extend() Stjepan Glavina 2019-11-07 22:29:24 +0100
  • 8f8431ac1d Remove Extend from prelude Stjepan Glavina 2019-11-07 20:38:09 +0100
  • 0125bd47ea Fix deadlock when all receivers are dropped Stjepan Glavina 2019-11-07 20:31:15 +0100
  • eb1ef3f4e4 Minor documentation fix for race and try_race (#473) Abhishek C Sharma 2019-11-07 19:19:05 +0000
  • 92d4c54824 Minor documentation fixes for race and try_race Abhishek C. Sharma 2019-11-08 00:27:59 +0530
  • a3f975efac Fix check when the thread is last sleeping Stjepan Glavina 2019-11-07 15:21:55 +0100
  • 77598d76a8 Fix a bug Stjepan Glavina 2019-11-07 14:53:14 +0100
  • b3736f4408
    0.99.12 Yoshua Wuyts 2019-11-07 13:43:44 +0100
  • d0f1996759
    Merge pull request #388 from felipesere/cycle Yoshua Wuyts 2019-11-07 13:14:43 +0100
  • 8a0e29473a
    Merge pull request #446 from yjhmelody/stream-cloned Yoshua Wuyts 2019-11-07 13:13:20 +0100
  • 90a1a262a0
    Merge 6e9f95e7d3 into 2cb887e154 Michael-J-Ward 2019-11-07 12:32:34 +0100
  • 8bddb17d85 update crossbeam-utils version to 0.7.0 kolapapa 2019-11-07 15:18:51 +0800
  • ca579eadc0 merge master kolapapa 2019-11-07 15:16:36 +0800
  • d07601477d
    Merge pull request #1 from async-rs/master kolapapa 2019-11-07 15:14:37 +0800
  • 9a86c1754f change TaskId to u64,COUNTER to AtomicCell<u64> kolapapa 2019-11-07 14:59:14 +0800
  • 2cb887e154
    Merge pull request #465 from async-rs/non-pub-flatten Yoshua Wuyts 2019-11-07 03:18:43 +0100
  • 01783c8172
    document path submodule Yoshua Wuyts 2019-11-07 03:17:19 +0100
  • 929027796e
    hide future::Flatten Yoshua Wuyts 2019-11-07 03:06:38 +0100
  • 9a8805678e
    Merge pull request #443 from portgasd666/master Yoshua Wuyts 2019-11-07 03:04:23 +0100
  • a064a5b13e
    Merge pull request #459 from stjepang/expose-ext-traits Yoshua Wuyts 2019-11-07 02:48:50 +0100
  • d8a22515d0 Rename stream_extend to extend Stjepan Glavina 2019-11-06 22:01:46 +0100
  • c34e0f8a35
    Update futures to 0.3 (#463) Stjepan Glavina 2019-11-06 20:20:27 +0000
  • 498553ea2b Spawn more than 1 blocking thread Stjepan Glavina 2019-11-06 21:16:48 +0100
  • 6cadc153ee Fix an import Stjepan Glavina 2019-11-06 20:35:24 +0100
  • b3e52f4c4a Fix imports in tests Stjepan Glavina 2019-11-06 20:30:35 +0100
  • 0723ebf11a Fix a search-and-replace error Stjepan Glavina 2019-11-06 20:10:00 +0100
  • f1afd6c99f Update futures to 0.3 Stjepan Glavina 2019-11-06 20:06:33 +0100
  • 93b01e36ed
    Clippy fixes (#462) Stjepan Glavina 2019-11-06 19:29:17 +0000
  • 35c8cf5796 Clippy fixes Stjepan Glavina 2019-11-06 09:57:01 +0100
  • d502453057 Remove doc Stream impl for VecDeque (#461) Gabriel Majeri 2019-11-06 10:35:31 +0200
  • 930dd7cab1 Remove doc Stream impl for VecDeque Gabriel Majeri 2019-11-06 09:39:41 +0200
  • 3144e217ae
    Merge pull request #458 from async-rs/rework-intro Yoshua Wuyts 2019-11-06 01:19:16 +0100
  • c3254d78d9 Fix a re-rexport Stjepan Glavina 2019-11-06 01:17:35 +0100