Commit Graph

  • 1a771e0c75
    Add more tests (#22) master John Nunley 2024-04-22 18:36:22 -0700
  • fb9dff1396
    chore: Remove unused attribute John Nunley 2024-04-22 16:55:50 -0700
  • 79d6b07f40
    ci: Remove cov_assert_eq John Nunley 2024-04-21 14:51:26 -0700
  • cdd1bf5a11
    tests: Add more testing for functionality John Nunley 2024-04-20 13:01:01 -0700
  • 2aa2aece0f
    v2.2.0 v2.2.0 John Nunley 2023-10-17 19:18:35 -0700
  • 3d77a45fe5
    v2.2.0 John Nunley 2023-10-15 19:37:16 -0700
  • 0c77e3d163
    feat: Implement From<Unparker> for Waker Aadhish Sriram S 2023-10-08 10:24:29 +0530
  • aa804a05bf
    Inline `Wake` trait function and changes to imports dfireBird 2023-10-08 10:18:31 +0530
  • 429bb0b72a
    Bump msrv to 1.51 for `task::Wake` dfireBird 2023-10-08 02:01:53 +0530
  • 78cb40c50c
    Implement `From` for `Waker` with `Unparker` dfireBird 2023-10-08 01:08:35 +0530
  • 66c945e859
    Implement `task::Wake` for `Inner` dfireBird 2023-10-08 00:35:37 +0530
  • 9545bcbb41
    v2.1.1 v2.1.1 John Nunley 2023-09-25 10:45:29 -0700
  • cabd3d5715
    v2.1.1 John Nunley 2023-09-25 10:38:34 -0700
  • 0b0f69411f Update actions/checkout action to v4 Taiki Endo 2023-09-10 18:27:51 +0900
  • 1252678753
    Update loom requirement from 0.6 to 0.7 (#15) dependabot[bot] 2023-08-07 12:35:04 -0700
  • 9e4f1976c5
    Update loom requirement from 0.6 to 0.7 dependabot[bot] 2023-08-07 19:28:10 +0000
  • ad18fa46dc Minimize GITHUB_TOKEN permissions Taiki Endo 2023-08-06 16:58:40 +0900
  • 53563956a0 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI Taiki Endo 2023-01-21 20:08:10 +0900
  • af2a31989e
    Add smol-rs logo (#14) John Nunley 2023-07-16 22:30:40 -0700
  • 1c3f41f5b7
    Add smol-rs logo John Nunley 2023-07-16 21:49:27 -0700
  • 05e54ae91b Update loom requirement from 0.5 to 0.6 dependabot[bot] 2023-07-03 20:01:36 +0000
  • 505524a5df
    Update loom requirement from 0.5 to 0.6 dependabot[bot] 2023-07-03 20:01:36 +0000
  • 325b9e89b2
    v2.1.0 (#12) v2.1.0 John Nunley 2023-04-07 10:13:00 -0700
  • 6ba8f07d7d v2.1.0 jtnunley 2023-04-07 10:10:10 -0700
  • 79ca72d0be Enable dependabot update for Rust Taiki Endo 2022-12-28 12:10:30 +0900
  • bf54dddce1 Clean up CI config Taiki Endo 2022-12-28 11:59:16 +0900
  • 95ae5c1a3d Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 16:00:00 +0900
  • 6a93d68387 Enable dependabot update for Rust Taiki Endo 2022-12-28 12:10:30 +0900
  • 8b227a4310 Clean up CI config Taiki Endo 2022-12-28 11:59:16 +0900
  • 03b7dfbcaa Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 16:00:00 +0900
  • e7c5b7227c
    Add will_unpark and same_parker (#10) John Nunley 2022-11-23 06:21:30 -0800
  • 3b82fa85e5 Add will_unpark and same_parker jtnunley 2022-11-04 12:51:42 -0700
  • 7e13f26834
    Implement loom version of parking (#8) John Nunley 2022-10-16 08:56:29 -0700
  • 65b36edfb9 Fix loom imports jtnunley 2022-10-05 12:57:22 -0700
  • d757fd1260 Replace cfg(loom) with one that includes the feature flag jtnunley 2022-10-03 13:15:33 -0700
  • 8daae9c2b1 Explicitly indicate loom is unstable jtnunley 2022-10-03 13:08:09 -0700
  • f14b5964e0 fmt jtnunley 2022-10-03 12:42:15 -0700
  • 671c7aff05 Implement loom version of parking jtnunley 2022-10-03 12:39:27 -0700
  • 1305844e55
    Merge pull request #9 from smol-rs/fix-pr-ci Alain Zscheile 2022-10-03 23:05:28 +0200
  • 3d1a96f22b feat: only run scheduled workflow once per week Alain Zscheile 2022-10-03 22:46:27 +0200
  • b4ca8e1aca fix: CI for pull requests Alain Zscheile 2022-10-03 22:42:24 +0200
  • 83ab9af0ba Apply clippy to all targets Taiki Endo 2022-07-17 21:22:03 +0900
  • edde676e5c Update CI config Taiki Endo 2022-07-08 02:43:03 +0900
  • b9651bd3f4 Update actions/checkout action to v3 Taiki Endo 2022-05-01 14:43:53 +0900
  • 8dbb931513 Create GitHub release automatically Taiki Endo 2022-01-08 23:34:24 +0900
  • cdf7edf651 Clean up CI config Taiki Endo 2022-01-08 23:33:47 +0900
  • 1398dec5d0
    Merge pull request #6 from smol-rs/readme Taiki Endo 2021-02-14 19:53:16 +0900
  • 40d8830f6e Remove readme field from Cargo.toml Taiki Endo 2021-02-14 19:44:38 +0900
  • 4d7284139e
    Merge pull request #5 from smol-rs/badge Taiki Endo 2021-02-14 14:01:39 +0900
  • c2032cd914 Update license badge to match Cargo.toml Taiki Endo 2021-02-14 13:37:00 +0900
  • 2027418936
    Merge pull request #4 from taiki-e/url Taiki Endo 2020-12-27 00:01:22 +0900
  • 1686581dd5 Update URLs Taiki Endo 2020-12-26 23:47:13 +0900
  • b276dab25b
    Merge pull request #3 from taiki-e/ci Taiki Endo 2020-12-24 18:42:55 +0900
  • d9dc0b5618 Fix CI Taiki Endo 2020-12-24 18:40:52 +0900
  • 24627a1939
    . Stjepan Glavina 2020-11-30 12:27:37 +0100
  • 7158eef449 use parking_lot cssivision 2020-09-24 20:08:27 +0800
  • 157aa83cc7 use parking_lot cssivision 2020-09-24 19:55:07 +0800
  • 0665376728 Bump to v2.0.0 v2.0.0 Stjepan Glavina 2020-08-04 20:02:45 +0200
  • 8802b0fbec Return bool from unpark methods Stjepan Glavina 2020-08-04 20:02:13 +0200
  • f0fe64dfa9 Bump to v1.0.6 v1.0.6 Stjepan Glavina 2020-07-24 23:40:31 +0200
  • 093d112106 Reword comments Stjepan Glavina 2020-07-24 23:39:37 +0200
  • f58d3d7146 Add licensing information Stjepan Glavina 2020-07-20 10:02:01 +0200
  • d989661112 Bump to v1.0.5 v1.0.5 Stjepan Glavina 2020-07-15 14:53:11 +0200
  • b1f1002696 impl Default for Parker Stjepan Glavina 2020-07-15 14:52:41 +0200
  • 03d21415c4 Bump to v1.0.4 v1.0.4 Stjepan Glavina 2020-07-07 23:26:53 +0200
  • e0d02067da Bump to v1.0.3 v1.0.3 Stjepan Glavina 2020-06-25 18:48:33 +0200
  • cf5ff6cd0d Doc improvements Stjepan Glavina 2020-06-25 18:48:06 +0200
  • a43bb065ed Clearer docs Stjepan Glavina 2020-06-25 18:12:03 +0200
  • bd16d43a7d Bump to v1.0.2 v1.0.2 Stjepan Glavina 2020-06-22 18:38:40 +0200
  • 788a23aafe Remove unsafe code Stjepan Glavina 2020-06-22 18:38:19 +0200
  • 5bf0077951 Add tests Stjepan Glavina 2020-06-16 10:08:06 +0200
  • c8d7c10f2b Remove old ref syntax Stjepan Glavina 2020-06-03 22:25:50 +0200
  • 420f086cb5 Bump to v1.0.1 v1.0.1 Stjepan Glavina 2020-05-28 23:15:46 +0200
  • b3d0323f0d Explain Parker::park Stjepan Glavina 2020-05-28 23:15:14 +0200
  • cd14620d62 Remove caching v1.0.0 Stjepan Glavina 2020-05-16 16:23:28 +0200
  • 31e668a85d Fix broken links Stjepan Glavina 2020-05-16 16:20:04 +0200
  • 3e5bce0105 Remove chat link Stjepan Glavina 2020-05-16 16:19:46 +0200
  • d9a40fca26 Fix broken links Stjepan Glavina 2020-05-16 16:19:17 +0200
  • 0d1358f82a Add CI Stjepan Glavina 2020-05-16 16:17:54 +0200
  • 1167bd13c1 Add readme Stjepan Glavina 2020-05-16 16:17:48 +0200
  • 5cdf7280ac Add license Stjepan Glavina 2020-05-16 16:14:37 +0200
  • 55ceb5c92d Initial commit Stjepan Glavina 2020-05-16 16:13:43 +0200