Commit Graph

  • 8274995e70 stabilize new channels Marc-Antoine Perennou 2021-01-15 09:44:18 +0100
  • b1b8355c16
    Merge pull request #933 from async-rs/remove-old-channel Friedel Ziegelmayer 2021-01-15 09:49:14 +0100
  • 8c5238743b remove deprecated sync::channel dignifiedquire 2021-01-13 11:20:22 +0100
  • 684ab185fe
    docs: update cargo-edit link in the installation section Jesús Rubio 2021-01-13 11:19:58 +0100
  • ac19c660c5
    Update async-global-executor and add tokio feature for tokio 1.0 Marc-Antoine Perennou 2021-01-13 11:11:28 +0100
  • 4a3f963810
    feat: use async-lock for RwLock and Barrier Koxiaet 2021-01-13 10:10:43 +0000
  • 1184a7f97f
    Merge pull request #923 from Keruspe/rand Friedel Ziegelmayer 2021-01-13 11:06:03 +0100
  • ddcf01fea5 edit for more accuracy surechen 2021-01-12 10:54:19 +0800
  • 4a5e036b94
    Update installation section Jesús Rubio 2021-01-09 17:30:05 +0100
  • 2332cf06d5 add description for fuse() in docs/src/tutorial/handling_disconnection.md surechen 2021-01-09 22:46:21 +0800
  • 38f85828f0
    Merge pull request #930 from micaelbergeron/patch-1 Friedel Ziegelmayer 2021-01-07 10:27:34 +0100
  • 7eaf577b78
    Fix a typo for [sic] FuturesExt trait Micaël Bergeron 2021-01-06 12:47:26 -0500
  • 17f4de63d9
    Feature name is now tokio1 Marc-Antoine Perennou 2021-01-04 10:55:06 +0100
  • 35019d5b1d Remove unused function WakerSet::notify_any Koxiaet 2021-01-03 10:37:23 +0000
  • a7ac38b90a Merge branch 'master' Koxiaet 2021-01-03 10:29:21 +0000
  • 9918258829
    option name is tokio1 now Marc-Antoine Perennou 2021-01-03 10:45:26 +0100
  • a3d69fb67a
    rename tokio feature to tokio1 Marc-Antoine Perennou 2021-01-03 10:44:29 +0100
  • 81cc56762a
    Merge pull request #927 from taiki-e/compare_and_swap Yoshua Wuyts 2021-01-02 01:53:14 +0100
  • ffd46f75ca Replace deprecated compare_and_swap with compare_exchange Taiki Endo 2020-12-31 18:49:53 +0900
  • 5484f5b6c8
    Merge pull request #926 from surechen/master Yoshua Wuyts 2020-12-30 23:35:54 +0100
  • 47b22fff56 edit Small typo for Stream surechen 2020-12-30 17:14:18 +0800
  • 3adc576853 use async-lock for RwLock and Barrier Koxiaet 2020-12-27 08:10:53 +0000
  • f623e85551 go through async-global-executor for spawn_blocking Marc-Antoine Perennou 2020-12-23 22:39:25 +0100
  • dbbf311344 try to fix wasm Marc-Antoine Perennou 2020-12-23 22:22:10 +0100
  • 87c9af742a executor: add tokio feature Marc-Antoine Perennou 2020-12-23 22:15:41 +0100
  • b7b1ee31e6 executor: update to async-global-executor 2.0 Marc-Antoine Perennou 2020-12-23 22:15:14 +0100
  • 8823c460fc rand: update to 0.8 Marc-Antoine Perennou 2020-12-23 22:12:16 +0100
  • 01949b505b Fix link in typo in src/task/mod.rs Wesley Merkel 2020-12-11 14:05:05 -0600
  • fde2f58610
    Merge pull request #917 from async-rs/v1.8.0 v1.8.0 Yoshua Wuyts 2020-12-08 23:14:25 +0100
  • c738d73bd7 v1.8.0 Yoshua Wuyts 2020-12-04 19:05:44 +0100
  • 2757969f5d
    Merge pull request #918 from async-rs/restore-prior-process-exports Yoshua Wuyts 2020-12-08 23:12:50 +0100
  • 34e9ff3cd2 Restore sync process exports Yoshua Wuyts 2020-12-08 23:04:03 +0100
  • 9cd0578826
    Merge pull request #916 from async-rs/async-process Yoshua Wuyts 2020-12-08 22:50:28 +0100
  • f8f1eacc9a Attempt 2 at fixing docs on windows Yoshua Wuyts 2020-12-08 22:40:31 +0100
  • 92f5038ed6 attempt to fix docs builds Yoshua Wuyts 2020-12-08 22:08:44 +0100
  • 415d0d1e51
    Merge pull request #732 from hhggit/timeout_repeat Yoshua Wuyts 2020-12-04 18:13:44 +0100
  • 6ae69c94d2
    Merge pull request #915 from async-rs/feat-new-channels Yoshua Wuyts 2020-12-04 18:04:45 +0100
  • 151025fa38 fixup dignifiedquire 2020-12-01 16:10:51 +0100
  • 7b896c0bf4 manual reexports dignifiedquire 2020-12-01 16:02:00 +0100
  • 1f6bb8b01a feat: add process module dignifiedquire 2020-12-01 15:51:38 +0100
  • da236ae39b more deprecation fixes dignifiedquire 2020-12-01 15:48:21 +0100
  • 36366cd4d9 fix warnings dignifiedquire 2020-12-01 15:25:11 +0100
  • 8c0e319e94 feat: new channels dignifiedquire 2020-06-27 16:53:52 +0200
  • 3bb121dc1e reset timer after timeout was ready hhggit 2020-03-20 11:43:04 +0800
  • 73035006dc
    Merge pull request #910 from taiki-e/pin-project-lite Yoshua Wuyts 2020-11-22 12:39:01 +0100
  • 42c44045ad Update pin-project-lite to 0.2.0 Taiki Endo 2020-11-14 05:28:27 +0900
  • e5191aec8a
    Merge pull request #909 from Silvea12/master Yoshua Wuyts 2020-11-06 12:41:46 +0100
  • a2ea3c7395
    Merge pull request #903 from taiki-e/stream-cycle Yoshua Wuyts 2020-11-05 12:27:50 +0100
  • 7d20a4435c
    Fixed updated docs to match the 80 column style the rest of the docs use Andrew Silver 2020-11-05 08:15:34 +1100
  • 738fd46618
    Updated docs to correct version + mention tokio03 feature flag, updated CHANGELOG.md to add diff for 1.6.5...1.7.0 Andrew Silver 2020-11-05 08:12:38 +1100
  • 0f50f3c978
    Merge pull request #902 from async-rs/v1.7.0 v1.7.0 Yoshua Wuyts 2020-11-04 11:22:20 +0100
  • 0ae7823d81 async-std Issue #907 kydos 2020-11-03 11:48:26 +0100
  • 4255b0b005 Document task::spawn's support for blocking tasks. Jim Blandy 2020-11-02 12:28:54 -0800
  • e8dc2c0571 Fix double drop in StreamExt::cycle Taiki Endo 2020-11-02 07:10:18 +0900
  • ca84dbdd40 v1.7.0 Yoshua Wuyts 2020-10-30 12:37:03 +0100
  • 4e7be6fda9 Fix documentation warnings in channel.rs Curtis Maves 2020-10-28 22:07:51 -0400
  • 06c1e9846b Add unwraps to Results return from calls. Curtis Maves 2020-10-28 21:51:20 -0400
  • ef5ee865bf Return SendError from Sender::send on disconnect. Curtis Maves 2020-10-28 21:20:39 -0400
  • 64675ca633
    serde: seemingly working Path & PathBuf li 2020-10-21 06:58:38 +0000
  • 11196c853d
    chore: update dependencies Marc-Antoine Perennou 2020-10-20 14:45:37 +0200
  • f0c8a8b4e9 update surf Marc-Antoine Perennou 2020-10-18 09:12:36 +0200
  • beef46ed4b update crossbeam-utils Marc-Antoine Perennou 2020-10-18 09:11:48 +0200
  • c88b88095c drop unused tokio dep Marc-Antoine Perennou 2020-10-18 09:10:28 +0200
  • cc4bb943b0
    Merge pull request #895 from Keruspe/tokio03 Yoshua Wuyts 2020-10-17 18:00:24 +0200
  • a5f72f140f add tokio03 feature Marc-Antoine Perennou 2020-10-16 10:51:39 +0200
  • f09fa42042
    Merge pull request #890 from async-rs/1-6-5 v1.6.5 Friedel Ziegelmayer 2020-09-28 19:18:10 +0200
  • 0d50906a80 chore: release v1.6.5 dignifiedquire 2020-09-28 19:11:21 +0200
  • c4eb910c21
    Merge pull request #889 from stjepang/fix-incoming Friedel Ziegelmayer 2020-09-28 19:06:34 +0200
  • f7aa962daf Store a future inside Incoming Stjepan Glavina 2020-09-28 18:49:55 +0200
  • 3a6e75cc1d fix pending stabilization stabilize-stream-interval Yoshua Wuyts 2020-09-23 14:23:36 +0200
  • 741e9388f3 Stabilize stream::pending Yoshua Wuyts 2020-09-23 14:12:44 +0200
  • d8dcedf815 Stabilize Stream::merge Yoshua Wuyts 2020-09-23 14:12:35 +0200
  • 14bbacd76a Stabilize stream::interval Yoshua Wuyts 2020-09-23 14:12:07 +0200
  • f867373e90 Stabilize Future adapters and IntoFuture stabilize-future-extensions Yoshua Wuyts 2020-09-23 13:59:39 +0200
  • e8126633a8
    Merge pull request #882 from Keruspe/tokio-fix Yoshua Wuyts 2020-09-22 18:00:07 +0200
  • 3e94498741 fix tokio compatibility Marc-Antoine Perennou 2020-09-22 17:07:45 +0200
  • 4de2d12bbf
    Merge pull request #879 from Keruspe/cleanup Yoshua Wuyts 2020-09-18 10:16:47 +0200
  • 67b9a210b3 update async-global-executor Marc-Antoine Perennou 2020-09-18 10:05:09 +0200
  • df8b38cb7b drop async-task dependency Marc-Antoine Perennou 2020-09-18 10:04:35 +0200
  • 55fb871ab8
    chore: release v1.6.4 v1.6.4 Friedel Ziegelmayer 2020-09-17 13:20:57 +0200
  • 4cbb9ea398
    Update CHANGELOG.md Yoshua Wuyts 2020-09-16 17:11:25 +0200
  • 6f9c03ef85 chore: release v1.6.4 dignifiedquire 2020-09-16 12:47:19 +0200
  • 352c54bfe6
    feat: move executor to async-global-executo Marc-Antoine Perennou 2020-09-15 19:04:12 +0200
  • d8b0786798 switch to async-global-executor Marc-Antoine Perennou 2020-08-28 09:30:33 +0200
  • e9cb238f49
    fix wasm and nostd builds Friedel Ziegelmayer 2020-09-14 21:31:19 +0200
  • 030e9e583b commit the changes.. dignifiedquire 2020-09-14 16:19:48 +0200
  • fc58dc3c0c fix unstable only builds dignifiedquire 2020-09-14 16:17:04 +0200
  • 2c20af17e2 cleanup dignifiedquire 2020-09-14 16:09:37 +0200
  • 63ef3606e5 fixup cargo dignifiedquire 2020-09-14 16:08:25 +0200
  • fdfc736d80 more fixes for features dignifiedquire 2020-09-14 16:07:24 +0200
  • 3058abe311 remove futures-timer in favor of gloo timers directly dignifiedquire 2020-09-14 15:57:34 +0200
  • 1e5d42e89a disable caching on ci dignifiedquire 2020-09-14 14:51:09 +0200
  • 669aa8a39c fix wasm32 compiles dignifiedquire 2020-08-24 18:04:39 +0200
  • 34594a01fa check unstable dignifiedquire 2020-08-24 17:58:02 +0200
  • b351f05e52 fix yaml format Jacob Rothstein 2020-08-24 08:47:08 -0700
  • 0805363dc0 use cargo cache and matrix rust Jacob Rothstein 2020-08-24 08:43:00 -0700
  • dcc93df8d9 run ci on wasm32-unknown-unknown Jacob Rothstein 2020-08-13 21:33:37 -0700
  • 513bcee724 first fixes dignifiedquire 2020-08-24 17:54:41 +0200
  • 6a6623cfad
    Merge pull request #869 from jimblandy/buf-writer-doc-fix Friedel Ziegelmayer 2020-09-14 14:46:43 +0200
  • a9580a9f76
    Merge pull request #872 from TaKO8Ki/fix-clippy-warnings Friedel Ziegelmayer 2020-09-14 14:45:40 +0200