Commit Graph

  • 9969a29ccd
    v1.1.2 master v1.1.2 John Nunley 2023-09-25 10:44:52 -0700
  • 6491e8fe26
    v1.1.2 John Nunley 2023-09-25 10:42:12 -0700
  • eba124f52a Update actions/checkout action to v4 Taiki Endo 2023-09-10 18:22:00 +0900
  • 6a13ddc84b
    Update criterion requirement from 0.4.0 to 0.5.1 dependabot[bot] 2023-07-17 17:14:17 +0000
  • 58880f9496
    Add smol-rs logo (#16) John Nunley 2023-07-16 22:34:20 -0700
  • dfe3796fec
    Add smol-rs logo John Nunley 2023-07-16 21:40:51 -0700
  • 5de748aa9d
    bench: Add benchmarks John Nunley 2023-07-10 12:29:11 -0700
  • 5e3a0c7ee9
    Add benchmarks John Nunley 2023-07-09 14:28:05 -0700
  • a46e243052
    v1.1.1 (#13) v1.1.1 John Nunley 2023-04-07 09:54:52 -0700
  • 78749b2f6b v1.1.1 jtnunley 2023-04-07 09:27:16 -0700
  • dc095d0680 Minimize GITHUB_TOKEN permissions Taiki Endo 2023-03-26 16:32:28 +0900
  • 7e75b7ebe3 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI Taiki Endo 2023-01-21 20:07:33 +0900
  • 4320c6739e
    Use `Waker::will_wake()` to avoid a cloning op (#12) daxpedda 2023-03-22 16:53:54 +0100
  • ab5c1b1c85
    Use `Waker::will_wake()` to avoid a cloning op dAxpeDDa 2023-03-15 22:30:55 +0100
  • b96ee39889 Release 1.1.0 v1.1.0 Taiki Endo 2023-01-15 23:29:50 +0900
  • d52a96814c Update CI config Taiki Endo 2023-01-15 23:28:18 +0900
  • b403cdad56 Release 1.1.0 Taiki Endo 2023-01-15 23:29:50 +0900
  • 2cdd66a66f Update CI config Taiki Endo 2023-01-15 23:28:18 +0900
  • 92d14246cf Update portable-atomic to 1.0 Taiki Endo 2023-01-15 23:08:25 +0900
  • e8ddc032eb Update portable-atomic to 1.0 Taiki Endo 2023-01-15 23:08:25 +0900
  • fa97e5f3f1 Enable dependabot update for Rust Taiki Endo 2022-12-28 12:09:48 +0900
  • f1bd28c106 Clean up CI config Taiki Endo 2022-12-28 11:58:29 +0900
  • c364256674 Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 15:58:58 +0900
  • b7e9dbd45c Enable dependabot update for Rust Taiki Endo 2022-12-28 12:09:48 +0900
  • 6473ed3944 Clean up CI config Taiki Endo 2022-12-28 11:58:29 +0900
  • c373083e3e Remove msrv field from .clippy.toml Taiki Endo 2022-11-27 15:58:58 +0900
  • 7c07f0f090
    Allow usage on `no_std` targets and targets using `portable-atomic` (#7) John Nunley 2022-09-01 12:08:46 -0700
  • d7e234ff3a fix issues + build for no_std jtnunley 2022-08-31 08:56:47 -0700
  • 196cc2db49 fmt jtnunley 2022-08-29 08:25:55 -0700
  • 328b493cb5 use portable-atomic instead jtnunley 2022-08-29 08:25:03 -0700
  • 3a2780c166 fmt jtnunley 2022-08-28 15:24:37 -0700
  • 74c5a86fe3 no_std + atomic_polyfill jtnunley 2022-08-28 15:21:55 -0700
  • 3d0cfac19e Apply clippy to all targets Taiki Endo 2022-07-17 21:21:29 +0900
  • 9e3d257098 Run Miri on CI Taiki Endo 2022-07-08 02:46:39 +0900
  • eb7cf73e01 Update CI config Taiki Endo 2022-07-08 02:45:36 +0900
  • 1581b2cb9f Update actions/checkout action to v3 Taiki Endo 2022-05-01 14:04:45 +0900
  • 7aac9c0b24 Create GitHub release automatically Taiki Endo 2022-01-08 22:26:15 +0900
  • 23c7adeca9 Clean up CI config Taiki Endo 2022-01-08 22:25:51 +0900
  • 09b6ee2122
    Merge pull request #6 from smol-rs/readme Taiki Endo 2021-02-14 19:51:30 +0900
  • c3a40afa11 Remove readme field from Cargo.toml Taiki Endo 2021-02-14 19:43:57 +0900
  • 207517ce7e
    Merge pull request #5 from smol-rs/badge Taiki Endo 2021-02-14 13:52:10 +0900
  • 514ddcc2ea Update license badge to match Cargo.toml Taiki Endo 2021-02-14 13:38:10 +0900
  • 38a38b38e5
    Merge pull request #4 from taiki-e/url Taiki Endo 2020-12-26 23:57:55 +0900
  • 77b083e0ff Update URLs Taiki Endo 2020-12-26 23:47:13 +0900
  • 1c275b99da
    Merge pull request #3 from taiki-e/compare_and_swap Taiki Endo 2020-12-24 21:32:28 +0900
  • e039c44a53 Replace deprecated compare_and_swap with compare_exchange Taiki Endo 2020-12-24 21:20:33 +0900
  • f03f0aa756
    Merge 107bfe5bad into 5d18d15e1d cynecx 2020-12-24 20:39:42 +0900
  • 5d18d15e1d
    Merge pull request #2 from taiki-e/ci Taiki Endo 2020-12-24 20:39:31 +0900
  • 4bb1358efe Fix CI Taiki Endo 2020-12-24 20:37:15 +0900
  • 27bd3f1b87
    . Stjepan Glavina 2020-11-30 12:26:31 +0100
  • 107bfe5bad Add spin_loop_hint in `register` spinlock cynecx 2020-08-20 22:32:21 +0200
  • 4356b64717 Add third party licenses Stjepan Glavina 2020-07-20 09:57:05 +0200
  • 3c462433a9 Fix typos v1.0.0 Stjepan Glavina 2020-07-19 17:44:03 +0200
  • c4dbdadb64 Initial commit Stjepan Glavina 2020-07-19 17:43:22 +0200