dignifiedquire
|
e495ba46b3
|
chore: release v1.6.2
|
2020-06-19 12:15:42 +02:00 |
|
dignifiedquire
|
e9c6ea873c
|
chore: release v1.6.1
|
2020-06-11 13:17:31 +02:00 |
|
Yoshua Wuyts
|
166c469d1c
|
Add the tokio02 feature flag
|
2020-06-03 12:09:33 +02:00 |
|
dignifiedquire
|
e1c8638173
|
chore: release v1.6.0
|
2020-05-22 23:08:42 +02:00 |
|
Friedel Ziegelmayer
|
955befd746
|
Merge pull request #790 from async-rs/1-6-0-beta-2
|
2020-05-20 11:18:38 +02:00 |
|
k-nasa
|
d30603affe
|
Merge branch 'master' into fix_doc_test
|
2020-05-20 13:50:39 +09:00 |
|
dignifiedquire
|
c9ecb5bbbd
|
prepare v1.6.0-beta.2
|
2020-05-19 11:29:36 +02:00 |
|
Jacob Rothstein
|
9e6a76af04
|
feat: add env vars to configure the runtime threadpool size and name
|
2020-05-19 11:16:01 +02:00 |
|
dignifiedquire
|
bd6a7e200b
|
prepare v1.6.0-beta.1
|
2020-05-07 23:20:56 +02:00 |
|
dignifiedquire
|
e4df1405c1
|
feat: add basic wasm support
|
2020-05-02 20:27:50 +02:00 |
|
k-nasa
|
6c8237276b
|
fix doc test
|
2020-03-18 23:02:59 +09:00 |
|
k-nasa
|
84e5c5f351
|
Merge branch 'master' into new-scheduler
|
2020-03-17 20:38:19 +09:00 |
|
nasa
|
cc19592f80
|
Revert "Stabilize most stream method and remove unnecessary macros"
|
2020-03-12 18:34:09 +09:00 |
|
k-nasa
|
be60dd9fe7
|
fix: Remove unnecessary re-export and macros
|
2020-03-03 22:50:26 +09:00 |
|
k-nasa
|
bd60cd9f81
|
run cargo fmt
|
2020-02-20 09:03:36 +09:00 |
|
Yoshua Wuyts
|
d87e283215
|
Update src/lib.rs
|
2020-02-17 13:38:24 +01:00 |
|
Yoshua Wuyts
|
283a54a155
|
Update src/lib.rs
|
2020-02-17 13:36:59 +01:00 |
|
Yoshua Wuyts
|
3719484eba
|
Update src/lib.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
|
2020-02-17 13:36:23 +01:00 |
|
Yoshua Wuyts
|
d026c44ea3
|
Document the core feature
Follow-up to https://github.com/async-rs/async-std/pull/680
|
2020-02-04 11:07:50 +01:00 |
|
k-nasa
|
0d90cb07b9
|
fix: Move extern crate alloc to lib.rs
|
2020-02-01 09:49:54 +09:00 |
|
k-nasa
|
7efe7caf66
|
fix: Change feature name no-std to alloc
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
d622ec5d35
|
feat: Make the stream module no_std
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
1762de285b
|
feat: Make the future module no_std
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
6aa55fde59
|
feat: Make the task module no_std
|
2020-01-28 15:58:46 +09:00 |
|
k-nasa
|
51b84a7620
|
feat: Add no_std attribute when not std feature
|
2020-01-28 15:58:46 +09:00 |
|
dignifiedquire
|
5bf3d95313
|
feat: do not require default feature for unstable
|
2020-01-11 11:44:51 +01:00 |
|
Artem Varaksa
|
65d7950df1
|
Fix crate documentation typo
|
2020-01-01 15:36:47 +03:00 |
|
Stjepan Glavina
|
ceba324bef
|
Fix feature flags
|
2019-12-16 15:53:31 +01:00 |
|
Stjepan Glavina
|
36d24cd0e1
|
New scheduler resilient to blocking
|
2019-12-16 13:57:27 +01:00 |
|
k-nasa
|
556d7992ce
|
test: fix failed doc test
|
2019-11-28 15:57:22 +09:00 |
|
Yoshua Wuyts
|
cffacf7fa3
|
feedback from review
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-21 21:21:19 +01:00 |
|
Yoshua Wuyts
|
2dfdc1c482
|
polish lib.rs examples
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-12 23:10:23 +01:00 |
|
Yoshua Wuyts
|
4aa9928ece
|
v1.0.0
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-11 16:13:22 +01:00 |
|
Yoshua Wuyts
|
335bd34470
|
Add "std" feature flag (#476)
* core feature
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* introduce std + default features
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* test std features on ci
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* finish up all features
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* Fix task_local macro
* Remove crossbeam-channel and futures-timer from std
* Move future::timeout() behind cfg_default
|
2019-11-07 23:56:58 +00:00 |
|
Yoshua Wuyts
|
84880c4d8b
|
re-export async-attributes (#238)
* re-export async-attributes
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* doc order
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* rebase + rename feature to "attributes"
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* only expose test and main
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
* async-attributes 1.1.0
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-07 22:10:55 +00:00 |
|
Yoshua Wuyts
|
f4fb8a3534
|
change one line
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-06 01:04:46 +01:00 |
|
Yoshua Wuyts
|
1c87e97e9c
|
Apply suggestions from code review
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
|
2019-11-06 01:02:39 +01:00 |
|
Yoshua Wuyts
|
ae8b051892
|
rework lib.rs docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-11-05 21:00:12 +01:00 |
|
Paulo
|
2e66c38453
|
Simplify default feature
|
2019-11-01 10:58:51 -03:00 |
|
Paulo
|
dcd7c55cef
|
Put everything behind a 'stable' feature
|
2019-11-01 00:41:38 -03:00 |
|
Yoshua Wuyts
|
4346386610
|
fix doc recursion limit
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-28 12:42:23 +01:00 |
|
Taiki Endo
|
6549b66ad2
|
run clippy check on beta & address clippy warnings
|
2019-10-27 03:28:20 +09:00 |
|
Stjepan Glavina
|
ec23632f3e
|
Cleanup: replace cfg-if with our macros (#361)
* Cleanup: replace cfg-if with our macros
* Prefix macros with cfg_
* Remove #[macro_export] from internal macros
|
2019-10-17 19:17:49 +02:00 |
|
Yoshua Wuyts
|
00a8433338
|
Merge pull request #320 from Wassasin/183-async-path
Implement async Path & PathBuf
|
2019-10-15 02:51:55 +02:00 |
|
Yoshua Wuyts
|
612a94b31e
|
Add process submodule as unstable (#310)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-14 15:51:47 +02:00 |
|
Yoshua Wuyts
|
fe88da4e64
|
make all print macros unstable (#322)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-14 14:48:12 +02:00 |
|
Yoshua Wuyts
|
04479b13c3
|
add io::stdio
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-13 19:54:44 +02:00 |
|
Wouter Geraedts
|
e27b578c27
|
WIP init Path and PathBuf async stubs
|
2019-10-13 13:06:39 +02:00 |
|
Yoshua Wuyts
|
58c3a06a14
|
init write_fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-13 01:29:17 +02:00 |
|
Yoshua Wuyts
|
5b05846fb0
|
init path submodule as unstable
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2019-10-06 13:42:55 +02:00 |
|