Commit Graph

58 Commits

Author SHA1 Message Date
John Nunley 1a771e0c75
Add more tests (#22)
This is done to increase the test coverage for this crate.

Signed-off-by: John Nunley <dev@notgull.net>
2024-04-22 18:36:22 -07:00
John Nunley 2aa2aece0f
v2.2.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-10-17 19:18:35 -07:00
Aadhish Sriram S 0c77e3d163
feat: Implement From<Unparker> for Waker
This allows Wakers to be created in an allocation-free manner.
2023-10-07 21:54:29 -07:00
John Nunley 9545bcbb41
v2.1.1
Signed-off-by: John Nunley <dev@notgull.net>
2023-09-25 10:45:29 -07:00
Taiki Endo 0b0f69411f Update actions/checkout action to v4 2023-09-10 18:27:51 +09:00
dependabot[bot] 1252678753
Update loom requirement from 0.6 to 0.7 (#15) 2023-08-07 12:35:04 -07:00
Taiki Endo ad18fa46dc Minimize GITHUB_TOKEN permissions
Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token
2023-08-06 16:58:40 +09:00
Taiki Endo 53563956a0 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-08-06 16:57:58 +09:00
John Nunley af2a31989e
Add smol-rs logo (#14) 2023-07-17 14:30:40 +09:00
dependabot[bot] 05e54ae91b Update loom requirement from 0.5 to 0.6
Updates the requirements on [loom](https://github.com/tokio-rs/loom) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/loom/releases)
- [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/loom/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: loom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 12:24:55 +09:00
John Nunley 325b9e89b2
v2.1.0 (#12) 2023-04-07 10:13:00 -07:00
Taiki Endo 79ca72d0be Enable dependabot update for Rust 2022-12-28 12:24:13 +09:00
Taiki Endo bf54dddce1 Clean up CI config 2022-12-28 12:24:13 +09:00
Taiki Endo 95ae5c1a3d Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
2022-12-28 12:24:13 +09:00
John Nunley e7c5b7227c
Add will_unpark and same_parker (#10) 2022-11-23 06:21:30 -08:00
John Nunley 7e13f26834
Implement loom version of parking (#8) 2022-10-16 08:56:29 -07:00
Alain Zscheile 1305844e55
Merge pull request #9 from smol-rs/fix-pr-ci
fix: CI for pull requests
2022-10-03 23:05:28 +02:00
Alain Zscheile 3d1a96f22b feat: only run scheduled workflow once per week 2022-10-03 23:04:13 +02:00
Alain Zscheile b4ca8e1aca fix: CI for pull requests 2022-10-03 23:04:09 +02:00
Taiki Endo 83ab9af0ba Apply clippy to all targets 2022-07-17 21:22:03 +09:00
Taiki Endo edde676e5c Update CI config 2022-07-08 02:43:03 +09:00
Taiki Endo b9651bd3f4 Update actions/checkout action to v3 2022-05-01 14:43:53 +09:00
Taiki Endo 8dbb931513 Create GitHub release automatically 2022-01-08 23:34:24 +09:00
Taiki Endo cdf7edf651 Clean up CI config 2022-01-08 23:33:47 +09:00
Taiki Endo 1398dec5d0
Merge pull request #6 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:53:16 +09:00
Taiki Endo 40d8830f6e Remove readme field from Cargo.toml 2021-02-14 19:44:38 +09:00
Taiki Endo 4d7284139e
Merge pull request #5 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 14:01:39 +09:00
Taiki Endo c2032cd914 Update license badge to match Cargo.toml 2021-02-14 13:37:00 +09:00
Taiki Endo 2027418936
Merge pull request #4 from taiki-e/url
Update URLs
2020-12-27 00:01:22 +09:00
Taiki Endo 1686581dd5 Update URLs 2020-12-26 23:47:13 +09:00
Taiki Endo b276dab25b
Merge pull request #3 from taiki-e/ci
Fix CI
2020-12-24 18:42:55 +09:00
Taiki Endo d9dc0b5618 Fix CI 2020-12-24 18:40:52 +09:00
Stjepan Glavina 24627a1939
. 2020-11-30 12:27:37 +01:00
Stjepan Glavina 0665376728 Bump to v2.0.0 2020-08-04 20:02:45 +02:00
Stjepan Glavina 8802b0fbec Return bool from unpark methods 2020-08-04 20:02:13 +02:00
Stjepan Glavina f0fe64dfa9 Bump to v1.0.6 2020-07-24 23:40:31 +02:00
Stjepan Glavina 093d112106 Reword comments 2020-07-24 23:39:37 +02:00
Stjepan Glavina f58d3d7146 Add licensing information 2020-07-20 10:02:01 +02:00
Stjepan Glavina d989661112 Bump to v1.0.5 2020-07-15 14:53:11 +02:00
Stjepan Glavina b1f1002696 impl Default for Parker 2020-07-15 14:52:41 +02:00
Stjepan Glavina 03d21415c4 Bump to v1.0.4 2020-07-07 23:26:53 +02:00
Stjepan Glavina e0d02067da Bump to v1.0.3 2020-06-25 18:48:33 +02:00
Stjepan Glavina cf5ff6cd0d Doc improvements 2020-06-25 18:48:06 +02:00
Stjepan Glavina a43bb065ed Clearer docs 2020-06-25 18:12:03 +02:00
Stjepan Glavina bd16d43a7d Bump to v1.0.2 2020-06-22 18:38:40 +02:00
Stjepan Glavina 788a23aafe Remove unsafe code 2020-06-22 18:38:19 +02:00
Stjepan Glavina 5bf0077951 Add tests 2020-06-16 10:08:06 +02:00
Stjepan Glavina c8d7c10f2b Remove old ref syntax 2020-06-03 22:25:50 +02:00
Stjepan Glavina 420f086cb5 Bump to v1.0.1 2020-05-28 23:15:46 +02:00
Stjepan Glavina b3d0323f0d Explain Parker::park 2020-05-28 23:15:14 +02:00