Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge in 1.4.1 #1

Open
wants to merge 99 commits into
base: spsc
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
f25cd26
Replace vec-arena with slab
taiki-e Apr 18, 2021
50f8670
Merge pull request #23 from smol-rs/slab
taiki-e Apr 20, 2021
edf0296
Bump to v1.4.1
taiki-e Apr 24, 2021
dacd4db
Merge pull request #24 from smol-rs/next
taiki-e Apr 24, 2021
b9ac443
Update slab to 0.4.4
taiki-e Dec 30, 2021
2341801
Fix clippy::redundant_closure warning
taiki-e Dec 30, 2021
ee7bd4d
Clean up CI config
taiki-e Jan 8, 2022
367095c
Create GitHub release automatically
taiki-e Jan 8, 2022
f190408
Remove rustfmt.toml
taiki-e Jan 8, 2022
19919c4
Update actions/checkout action to v3
taiki-e May 1, 2022
21f4982
Update CI config
taiki-e Jul 7, 2022
16f0b9c
Bump MSRV to Rust 1.47
taiki-e Jul 7, 2022
d1e4817
Run Miri on CI (#27)
taiki-e Jul 7, 2022
660747c
Apply clippy to tests and examples
taiki-e Jul 17, 2022
d2daab5
Enable -Zmiri-strict-provenance
taiki-e Aug 16, 2022
263ea89
Replace once_cell with async-lock (#29)
notgull Oct 30, 2022
92423cf
Remove msrv field from .clippy.toml
taiki-e Nov 9, 2022
c09ecba
Update concurrent-queue to 2
taiki-e Nov 9, 2022
00ea6cf
Release 1.5.0
taiki-e Nov 9, 2022
8287e52
Implement debug output to be better (#33)
notgull Dec 25, 2022
b48a503
Clean up CI config
taiki-e Dec 28, 2022
f196463
Enable dependabot update for Rust
taiki-e Dec 28, 2022
a988ee3
m: Migrate benchmarks to criterion (#35)
notgull Jan 23, 2023
4d8e7ba
Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI
taiki-e Jan 21, 2023
ddfb54d
Minimize GITHUB_TOKEN permissions
taiki-e Jan 21, 2023
b8885f9
Bump MSRV to 1.48
taiki-e Mar 5, 2023
6aba704
bench: Add benchmarks for lower thread counts (#38)
notgull Mar 11, 2023
a438e9d
v1.5.1 (#40)
notgull Apr 7, 2023
8562c41
Update permissions for security_audit
taiki-e Apr 9, 2023
85c20eb
Replace `num_cpus` crate with `std::thread` (#42)
yoshuawuyts May 5, 2023
1a9e08c
Use fastrand v2.0.0 (#45)
notgull Jun 10, 2023
9df3dd4
alg: Push tasks directly to the local runner
notgull Jul 2, 2023
aed7279
Add smol-rs logo (#46)
notgull Jul 17, 2023
e195733
v1.5.2
notgull Aug 20, 2023
a5ff8df
bugfix: Ensure that ex.run() produces a Send future
notgull Aug 21, 2023
609aafb
Bump MSRV to 1.61
taiki-e Sep 4, 2023
ff67cb9
Update actions/checkout action to v4
taiki-e Sep 10, 2023
ecddfde
m: Remove unused memchr dependency
notgull Sep 23, 2023
77b5b16
v1.5.3
notgull Sep 25, 2023
4154ad2
Fix a bug where TLS would become None (#55)
notgull Sep 28, 2023
2cfb6e4
v1.5.4
notgull Sep 28, 2023
917caad
ex: Add an example of an executor with limited tasks
notgull Oct 16, 2023
8a0832c
m: Remove the thread-local executor optimization
notgull Oct 17, 2023
599c71a
v1.6.0
notgull Oct 17, 2023
b91875e
deps: Update async-channel requirement from 1.4.1 to 2.0.0
dependabot[bot] Oct 31, 2023
e1e2ab1
Bump async-io, async-lock and futures-lite
notgull Nov 2, 2023
457cf7b
Disable leaky test for MIRI
notgull Nov 2, 2023
361c5fd
Fix missing import on Miri
notgull Nov 3, 2023
c7fd967
v1.7.0
notgull Nov 6, 2023
f076528
Add a disclaimer saying this is a basic executor (#74)
notgull Nov 11, 2023
6c3d45b
bugfix: Fix wasm32 compile errors
notgull Nov 11, 2023
1d4769a
v1.7.1
notgull Nov 13, 2023
b140c46
Fix dev-dependency WASM compilation issue
notgull Nov 13, 2023
144b057
Update to 2021 edition
notgull Nov 13, 2023
4b1cf40
v1.7.2
notgull Nov 18, 2023
fa117de
Propagate panics in tasks (#78)
notgull Nov 21, 2023
d747bcd
v1.8.0
notgull Nov 24, 2023
24510a7
ci: Use cargo-hack's --rust-version flag for msrv check
taiki-e Jan 6, 2024
57fcc2d
Relax MSRV to 1.60
taiki-e Jan 6, 2024
6c70369
ex: Use Semaphore instead of manual event-listener
notgull Jan 9, 2024
4fbe23a
Update criterion requirement from 0.4 to 0.5 (#43)
dependabot[bot] Jan 26, 2024
0baba46
chore: Bump async-task to v4.4.0
jbr Feb 13, 2024
7ffdf5b
m: Replace unnecessary atomics with non-atomic operations
james7132 Feb 17, 2024
568a314
Avoid redundant lookups in the active slab when spawning new tasks (#96)
james7132 Feb 17, 2024
188f976
m: Weaken the atomic orderings for notification
james7132 Feb 17, 2024
7592d41
feat: Use actual thread local queues instead of using a RwLock
james7132 Feb 22, 2024
c7bbe48
Use wrapping add on ticks to avoid tick counter overflow in debug bui…
james7132 Feb 22, 2024
2f3189a
v1.9.0
notgull Feb 22, 2024
d5dc7a8
tests: Add tests with more complicated futures
notgull Feb 24, 2024
22a9e8b
bugfix: Account for local queue corner cases
notgull Mar 2, 2024
c90fd30
Revert "bugfix: Account for local queue corner cases"
notgull Mar 23, 2024
00dbbbf
Revert "feat: Use actual thread local queues instead of using a RwLock"
notgull Mar 23, 2024
a2c1267
chore: Fix new nightly warnings
notgull Mar 23, 2024
b6d3a60
chore: Fix MIRI failure in larger_tasks
notgull Mar 23, 2024
17720b0
v1.9.1
notgull Mar 30, 2024
d319699
feat: Add a way to batch spawn tasks
notgull Feb 13, 2024
00f0b99
chore: Silence clippy
notgull Apr 5, 2024
4b37c61
v1.10.0
notgull Apr 7, 2024
649bdfd
Support racy initialization of an Executor's state
james7132 Apr 9, 2024
df57d9b
feat: reexport async_task::FallibleTask
jbr Apr 11, 2024
ef512cb
v1.11.0
notgull Apr 14, 2024
f1c7ae3
bench: Add some more filled-out benchmarks
notgull Apr 26, 2024
924b453
feat: Implement static executors
james7132 May 12, 2024
7577d56
v1.12.0
notgull May 25, 2024
054c9d1
feat: relax Send bound on LocalExecutor::spawn_many
zetanumbers Jun 9, 2024
1dd477b
Fix rustdoc warnings for static executors
alyssais Jul 6, 2024
0fc974e
Configure docs.rs to document all features
alyssais Jul 6, 2024
675be0f
Show static feature requirement on docs.rs
alyssais Jul 6, 2024
21d436d
v0.13.0
Jul 15, 2024
57ffea0
chore: fix clippy complains ident
linyihai Aug 15, 2024
e399c25
Fix doc build (#125)
linyihai Aug 23, 2024
62a83b1
v1.13.1
notgull Sep 6, 2024
fc33b2b
Fix build badge
lewiszlw Sep 18, 2024
0a20bc8
Merge pull request #128 from lewiszlw/patch-1
zeenix Sep 18, 2024
9335b7e
ci: Use "v2.0.0" branch for security check
notgull Oct 18, 2024
0c216e8
Ignore poisoning of `active`
purplesyringa Nov 30, 2024
76bea84
deps: Bump slab to v0.4.7
notgull Oct 6, 2024
47739f1
Reduce memory footprint
purplesyringa Nov 30, 2024
60a2185
ci: Use reusable workflows for fmt and security_audit
taiki-e Jan 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# async-executor

[![Build](https://github.com/smol-rs/async-executor/workflows/Build%20and%20test/badge.svg)](
[![Build](https://github.com/smol-rs/async-executor/actions/workflows/ci.yml/badge.svg)](
https://github.com/smol-rs/async-executor/actions)
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](
https://github.com/smol-rs/async-executor)